-
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
rename assert_matches module #87195
rename assert_matches module #87195
Conversation
Some changes occured to the CTFE / Miri engine cc @rust-lang/miri |
(rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
r=me with ui tests fixed |
Unilaterally beta-nominating and accepting; this is presumably just as necessary as #87195 on beta. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors r+ p=1 |
📌 Commit d0e8de6 has been approved by |
☀️ Test successful - checks-actions |
Thanks! This fixed #87189 and all of the compiler errors I was seeing. |
…ulacrum [beta] backports Backports: * Move assert_matches to an inner module rust-lang#86947 * rename assert_matches module rust-lang#87195 * Fix rust-analyzer install when not available. rust-lang#87007
Fixes nightly breakage introduced in #86947