-
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
Fix compat.rs for cfg(miri)
#99984
Fix compat.rs for cfg(miri)
#99984
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
@ChrisDenton: no appropriate reviewer found, use r? to override |
r? libs |
@bors r+ |
📌 Commit 15d90f564b0671d83db697e423ebe72c01eb47e4 has been approved by It is now in the queue for this repository. |
@bors rollup |
Just uppercased statics and squished. @bors r=Mark-Simulacrum |
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#99519 (Remove implicit names and values from `--cfg` in `--check-cfg`) - rust-lang#99620 (`-Z location-detail`: provide option to disable all location details) - rust-lang#99932 (Fix unwinding on certain platforms when debug assertions are enabled) - rust-lang#99973 (Layout things) - rust-lang#99980 (Remove more Clean trait implementations) - rust-lang#99984 (Fix compat.rs for `cfg(miri)`) - rust-lang#99986 (Add wrap suggestions for record variants) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
rustup Should work again, now that rust-lang/rust#99984 landed.
rustup Should work again, now that rust-lang/rust#99984 landed.
Fixes #99982