You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should should replace str with ~str and "foo" with ~"foo" throughout the compiler, once it is supported. We should also replace all str/~ with ~str.
This is part of #2653, and depends on #2906.
We should should replace
strwith~strand"foo"with~"foo"throughout the compiler, once it is supported. We should also replace allstr/~with~str.