-
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
Switch library to Rust 2021 #88638
Comments
This is blocked on an issue with assert and debug_assert using the edition of libccore instead of the one who invoked it. (For assert only on Rust 2015 and 2018, for debug_assert on all editions.) |
(Note that this is blocked on #88638 (comment). The bootstrap compiler is now 1.56, so that's not a blocker.) |
Use correct edition for panic in [debug_]assert!(). See rust-lang#88638 (comment)
Use correct edition for panic in [debug_]assert!(). See rust-lang#88638 (comment)
Use correct edition for panic in [debug_]assert!(). See rust-lang#88638 (comment)
That's expected. |
@rust-lang/wg-const-eval: Looks like the "const-stable functions can only call other const-stable functions" check doesn't play well with |
@rustbot claim |
@fee1-dead what part are you claiming? The migration of core is blocked on the const check, and the migration of std is already in progress in #92030. |
I will fix the const check. And since this is a tracking issue I will unclaim. Sorry for the confusion |
Update stdlib to the 2021 edition progress towards rust-lang#88638 I couldnt find a way to run the 2018 style panic tests against 2018 so I just deleted them, maybe theres a way to do it that I missed though?
Update stdlib to the 2021 edition progress towards rust-lang#88638 I couldnt find a way to run the 2018 style panic tests against 2018 so I just deleted them, maybe theres a way to do it that I missed though?
Update stdlib to the 2021 edition progress towards rust-lang#88638 I couldnt find a way to run the 2018 style panic tests against 2018 so I just deleted them, maybe theres a way to do it that I missed though?
This is blocked on the beta/bootstrap compiler being updated to 1.56.
The text was updated successfully, but these errors were encountered: