-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Experiment: Reserve guarded string literal syntax (RFC 3593) on all editions #124605
Conversation
The syntax change applies to all editions, because the particular syntax `#"foo"#` is unlikely to exist in the wild.
r? @wesleywiser rustbot has assigned @wesleywiser. Use |
The job Click to see the possible cause of the failure (guessed by this bot)
|
@bors try |
Experiment: Reserve guarded string literal syntax (RFC 3593) on all editions Purpose: crater run to see if we even need to make this change on an edition boundary. This syntax change applies to all editions, because the particular syntax `#"foo"#` is unlikely to exist in the wild. Subset of rust-lang#123951 Tracking issue: rust-lang#123735 RFC: rust-lang/rfcs#3593
☀️ Try build successful - checks-actions |
@craterbot check |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
Purpose: crater run to see if we even need to make this change on an edition boundary.
This syntax change applies to all editions, because the particular syntax
#"foo"#
is unlikely to exist in the wild.Subset of #123951
Tracking issue: #123735
RFC: rust-lang/rfcs#3593