Commit 5af2130
committed
Auto merge of rust-lang#121327 - Nilstrieb:rollup-zxcwwwy, r=Nilstrieb
Rollup of 10 pull requests
Successful merges:
- rust-lang#120716 (Change leak check and suspicious auto trait lint warning messages)
- rust-lang#121195 (unstable-book: Separate testing and production sanitizers)
- rust-lang#121205 (Merge `CompilerError::CompilationFailed` and `CompilerError::ICE`.)
- rust-lang#121233 (Move the extra directives for `Mode::CoverageRun` into `iter_header`)
- rust-lang#121256 (Allow AST and HIR visitors to return `ControlFlow`)
- rust-lang#121307 (Drive-by `DUMMY_SP` -> `Span` and fmt changes)
- rust-lang#121308 (Add regression test for rust-lang#103369)
- rust-lang#121310 (Remove an old hack for rustdoc)
- rust-lang#121311 (Make `is_nonoverlapping` `#[inline]`)
- rust-lang#121319 (return `ty::Error` when equating `ty::Error`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
69 files changed
+1290
-1524
lines changed- compiler
- rustc_ast/src
- rustc_borrowck/src/type_check
- rustc_expand/src
- rustc_hir_analysis/src
- coherence
- rustc_hir/src
- rustc_infer/src/infer
- canonical
- relate
- rustc_lint_defs/src
- rustc_lint/src
- rustc_middle/src/hir/map
- rustc_smir/src/rustc_internal
- rustc_trait_selection/src/traits
- stable_mir/src
- library
- core/src
- std/src/io/buffered
- src
- doc/unstable-book/src/compiler-flags
- tools
- clippy/tests/ui
- compiletest/src
- rust-analyzer/crates/ide-db/src/generated
- tests
- ui-fulldeps/stable-mir
- ui
- auto-traits
- coherence
- const-generics
- generic-associated-types
- impl-trait
- inference
- issues
- type-alias-impl-trait
- typeck
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+1290
-1524
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments