-
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
Rollup of 9 pull requests #86515
Rollup of 9 pull requests #86515
Conversation
…matsakis Make OR_PATTERNS_BACK_COMPAT be a 2021 future-incompatible lint close rust-lang#84869 r? `@nikomatsakis`
…acrum Add a regression test for issue-85113 Fixed by rust-lang#86118, closes rust-lang#85113
…ark-Simulacrum Add regression test for issue rust-lang#78632 Add regression test for issue rust-lang#78632 Closes rust-lang#78632 Took this test from rust-lang#78632 (what was committed to glacier in rust-lang#78632 (comment)). Tested that the we get ICE on 1.52.1 on the playground (https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=b86d51fee4cded9d24b50d8ecbc48c6a).
…ion, r=Mark-Simulacrum rustfmt: load nested out-of-line mods correctly This should address rust-lang/rustfmt#4874 r? `@Mark-Simulacrum` Decided to make the change directly in tree here for expediency/to minimize any potential backporting issues, and because there's some subtree sync items I need to get resolved before pulling from r-l/rustfmt
…roalbini Fix CI to fetch master on beta channel This forward-ports a fix from the beta channel (landing in rust-lang#86413, hopefully) to master so that we don't need to apply it on each round of backports. This bug also demonstrates that our channel-checking is a bit insufficient -- stable is checked, but beta has some of its own peculiarities currently and isn't checked. But this does not attempt to adjust for that; we likely can't afford to run both beta and stable channels by CI and the current state here seems OK for now. r? `@pietroalbini`
…=jyn514 Rustdoc: Account for const-unstable functions Fixes rust-lang#86464
Improve `proc_macro::{Punct, Spacing}` documentation I noticed some misspellings and then thought I could improve it a bit overall.
…llaumeGomez Fix rust.css fonts. The `rust.css` file (used for all non-rustdoc and non-mdbook pages) has gotten out of sync with rustdoc's css. The two share the same fonts, so this updates them to match what rustdoc uses. It would be ideal not to need this at all, but that's for another time.
@bors r+ p=9 rollup=never |
📌 Commit 599e8a7 has been approved by |
⌛ Testing commit 599e8a7 with merge 3912083821c5072f700a75589c8af6a9d3e20a21... |
☀️ Test successful - checks-actions |
👀 Test was successful, but fast-forwarding failed: 422 Update is not a fast forward |
@bors retry |
☀️ Test successful - checks-actions |
Successful merges:
proc_macro::{Punct, Spacing}
documentation #86495 (Improveproc_macro::{Punct, Spacing}
documentation)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup