-
Notifications
You must be signed in to change notification settings - Fork 13k
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 8 pull requests #108473
Rollup of 8 pull requests #108473
Conversation
- Add quick link to API docs - Add marker for external links, to help offline users - Add information about using 'cargo doc' and the playground - Clean up some of the wording - Update body & header style to match rustdoc defaults
Do some cleanup of doc/index.md I think a lot of people get to this landing page from `rustup doc`, and it's a bit tricky to find some useful information. I attempted to clean it up here a bit, from the commit message: - Add quick link to API docs - Add marker for external links, to help offline users - Add information about using 'cargo doc' and the playground - Clean up some of the wording - Update body & header style to match rustdoc defaults - Bump heading levels so main page header is 1, others are 2 (all were level 1 before)
Lint against `Iterator::map` receiving a callable that returns `()` Close rust-lang#106991
…-107918, r=notriddle Add regression test for rust-lang#107918 Fixes rust-lang#107918. r? ```@notriddle```
test: drop unused deps Looks unused. Anyway, tests should catch any breakage.
…anicked, r=estebank make "proc macro panicked" translatable
…r=GuillaumeGomez docs/test: add UI test and docs for `E0476` Final undocumented error code. Not entirely sure about wording in the docs. Part of rust-lang#61137. r? ```@compiler-errors``` cc ```@compiler-errors```
…solved, r=compiler-errors Do not lint ineffective unstable trait impl for unresolved trait
… r=compiler-errors Complete migrating `ast_passes` to derive diagnostics cc rust-lang#100717 ```@rustbot``` label +A-translation
@bors r+ rollup=never p=8 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: f37f9f6512 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (70fd012): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
Successful merges:
Iterator::map
receiving a callable that returns()
#107890 (Lint againstIterator::map
receiving a callable that returns()
)cargo doc
fails onfound duplicate lang item 'panic_impl'
dependency issue (no_std
) #107918)E0476
#108444 (docs/test: add UI test and docs forE0476
)ast_passes
to derive diagnostics #108456 (Complete migratingast_passes
to derive diagnostics)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup