-
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
Don't panic on stable since miri is not available there #105901
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon. Please see the contribution instructions for more information. |
@bors r+ |
@bors ping |
😪 I'm awake I'm awake |
@bors r=Mark-Simulacrum |
…Simulacrum Don't panic on stable since miri is not available there fixes rust-lang#105816
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#105901 (Don't panic on stable since miri is not available there) - rust-lang#105912 (rustdoc: force pre tags to have the default line height) - rust-lang#105914 (rustdoc: Simplify CSS for scraped code examples code blocks) - rust-lang#105933 (Add readable rustdoc display for tvOS and watchOS) - rust-lang#105935 (docs/test: add UI test and long-form error docs for `E0377`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
As this is still happening in 1.66.1, is it possible to have it backported to 1.67.0? |
I don't believe this warrants a backport, but we can bring it up in the compiler team triage on Thursday. If you open an issue for it and ping me there I can nominate it for a compiler team decision |
…mulacrum [beta] backport rollup * Revert "Make nested RPITIT inherit the parent opaque's generics." rust-lang#106759 * Fix mpsc::SyncSender spinning behavior rust-lang#106701 * rustdoc: fix outdated lint section of the book rust-lang#106605 * Do not filter substs in remap_generic_params_to_declaration_params. rust-lang#106503 * Correct detection of elided lifetimes in impl-trait. rust-lang#106501 * Bump rust-installer rust-lang#106196 * Don't panic on stable since miri is not available there rust-lang#105901
fixes #105816