Commit 377a931
committed
Auto merge of rust-lang#147863 - matthiaskrgr:rollup-l4alyf0, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#138679 (Issue-125323: ICE non-ADT in struct pattern when long time constant evaluation is in for loop)
- rust-lang#146490 (Rehome 26 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [rust-lang#5 of Batch rust-lang#2])
- rust-lang#147438 (Rename "non-inline module" to "file module" in proc macro diagnostics)
- rust-lang#147724 (Fix ICE in pattern matching with generic const array length errors)
- rust-lang#147813 (Warn on unused_attributes in uitests )
- rust-lang#147816 (Do not error out for `download-rustc` if LTO is configured)
- rust-lang#147845 (Add regression test for 134355)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
125 files changed
+1258
-336
lines changed- compiler
- rustc_expand
- src
- rustc_lint/src
- rustc_middle/src/query
- rustc_mir_build/src/builder/matches
- rustc_passes/src
- src
- bootstrap/src/core/config/toml
- tools/compiletest/src
- tests
- crashes
- ui
- associated-types
- attributes
- inline
- binding
- binop
- borrowck
- coercion
- conditional-compilation
- const-generics
- consts
- cross/cross-file-errors
- deprecation
- empty
- feature-gates
- ffi
- fmt
- higher-ranked-trait-bounds
- instrument-coverage
- internal
- lifetimes
- lint
- rfc-2383-lint-reason
- semicolon-in-expressions-from-macros
- malformed
- mir
- parser
- pin
- privacy
- proc-macro
- repr
- auxiliary
- resolve
- rfcs
- rfc-2091-track-caller
- rfc-2565-param-attrs
- sync
- thread-local
- trait-bounds
- traits
- typeck
- unboxed-closures
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
125 files changed
+1258
-336
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
1053 | | - | |
| 1053 | + | |
1054 | 1054 | | |
1055 | 1055 | | |
1056 | 1056 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
156 | 159 | | |
157 | 160 | | |
158 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1202 | 1202 | | |
1203 | 1203 | | |
1204 | 1204 | | |
1205 | | - | |
| 1205 | + | |
1206 | 1206 | | |
1207 | 1207 | | |
1208 | | - | |
| 1208 | + | |
1209 | 1209 | | |
1210 | 1210 | | |
1211 | 1211 | | |
| |||
Lines changed: 17 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
53 | 63 | | |
54 | 64 | | |
55 | 65 | | |
| |||
0 commit comments