Commit 9889b37
committed
Auto merge of #152430 - JonathanBrouwer:rollup-mobk6KB, r=JonathanBrouwer
Rollup of 11 pull requests
Successful merges:
- #152364 (Port a lot of attributes to the new parser)
- #151954 (Add help message suggesting explicit reference cast for From/TryFrom)
- #152148 (Move `impl Interner for TyCtxt` to its own submodule)
- #152226 (Modernize diagnostic for indeterminate trait object lifetime bounds)
- #152351 (Remove `SubdiagMessage` in favour of the identical `DiagMessage`)
- #152417 (Move the needs-drop check for `arena_cache` queries out of macro code)
- #150688 (typeck: Make it clearer that `check_pat_lit` only handles literal patterns)
- #152293 (Format heterogeneous try blocks)
- #152355 (Update documentation of rustc_macros)
- #152396 (Uplift `Predicate::allow_normalization` to `rustc_type_ir`)
- #152425 (Port #![test_runner] to the attribute parser)File tree
67 files changed
+1986
-1471
lines changed- compiler
- rustc_attr_parsing/src
- attributes
- rustc_builtin_macros/src
- rustc_codegen_ssa
- src
- rustc_error_messages/src
- rustc_errors/src
- rustc_hir_analysis/src
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_hir/src/attrs
- rustc_macros/src/diagnostics
- rustc_middle/src
- query
- ty
- context
- inhabitedness
- rustc_mir_build/src
- rustc_mir_transform/src
- rustc_passes/src
- rustc_span/src
- rustc_trait_selection/src/error_reporting/traits
- rustc_type_ir/src
- src
- doc/rustc-dev-guide/src/diagnostics
- tools
- clippy/clippy_utils/src
- rustfmt
- src
- tests
- source
- target
- tests
- ui-fulldeps/session-diagnostic
- ui
- attributes
- object-lifetime
- traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+1986
-1471
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3687 | 3687 | | |
3688 | 3688 | | |
3689 | 3689 | | |
3690 | | - | |
3691 | 3690 | | |
3692 | 3691 | | |
3693 | 3692 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
0 commit comments