-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There should be a way to create non-constant @str values #3433
Comments
Possibly a |
@pcwalton I have no objections to that. I would be happy even with just a method on &str, for now. |
&str should carry methods that produce I think the ToStr trait should probably take a callback-taking- |
You can now do |
experiment with macOS M1 runners Try running our macOS CI on the new free M1 runners. This would mean that our 3 jobs run 3 different OSes and 3 different host CPU architectures. :)
Currently you can only create constant values of @str, like @"abc".
There should be some way to turn &str and &u8 values (and therefore also ~str and ~[u8] values) into @str values.
The text was updated successfully, but these errors were encountered: