-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rm const traits in libcore #110393
Rm const traits in libcore #110393
Conversation
r? @scottmcm (rustbot has picked a reviewer for you, use r? to override) |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
cc @rust-lang/wg-const-eval |
This comment has been minimized.
This comment has been minimized.
r? @oli-obk |
This comment has been minimized.
This comment has been minimized.
a2028ff
to
4c6ddc0
Compare
@bors r+ p=1 bitrotty |
Const stabilize mem::discriminant Tracking issue: rust-lang#69821. This PR is a rebase of rust-lang#103893 to resolve conflicts in library/core/src/lib.rs (against rust-lang#102470 and rust-lang#110393).
Const stabilize mem::discriminant Tracking issue: rust-lang#69821. This PR is a rebase of rust-lang#103893 to resolve conflicts in library/core/src/lib.rs (against rust-lang#102470 and rust-lang#110393).
@@ -1,3 +1,5 @@ | |||
// known-bug: #110395 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for the necro:
This is a bad annotation. This test no longer tests what it was intended to. Also, #110395 isn't a bug...
See zulip thread and #110395