Commit f392ed5
committed
Auto merge of #149387 - matthiaskrgr:rollup-hkkht91, r=matthiaskrgr
Rollup of 6 pull requests
Successful merges:
- #148256 (remove support for `typeof`)
- #148589 (Rename `DropGuard::into_inner` to `DropGuard::dismiss`)
- #149001 (Fix false positive of "multiple different versions of crate X in the dependency graph")
- #149334 (fix ICE: rustdoc: const parameter types cannot be generic #149288)
- #149345 (Deeply normalize param env in `compare_impl_item` if using the next solver)
- #149367 (Tidying up UI tests [4/N])
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
72 files changed
+300
-408
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- util
- rustc_error_codes/src/error_codes
- rustc_hir_analysis
- src
- check
- coherence
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_hir/src
- rustc_lint/src
- rustc_next_trait_solver/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- rustc_trait_selection/src
- error_reporting/traits
- traits
- library
- coretests/tests
- core/src/mem
- src
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- ast_utils
- rustfmt
- src
- tests
- source
- target
- tidy/src
- tests
- rustdoc-ui/issues
- rustdoc/const-generics
- ui
- closures
- entry-point
- error-codes
- fn-main
- higher-ranked/trait-bounds
- issues
- mismatched_types
- traits
- auxiliary
- next-solver/normalize
- typeof
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
72 files changed
+300
-408
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2513 | 2513 | | |
2514 | 2514 | | |
2515 | 2515 | | |
2516 | | - | |
2517 | | - | |
2518 | 2516 | | |
2519 | 2517 | | |
2520 | 2518 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
298 | 297 | | |
299 | 298 | | |
300 | 299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1367 | 1367 | | |
1368 | 1368 | | |
1369 | 1369 | | |
1370 | | - | |
1371 | 1370 | | |
1372 | 1371 | | |
1373 | 1372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1325 | 1325 | | |
1326 | 1326 | | |
1327 | 1327 | | |
1328 | | - | |
1329 | | - | |
1330 | | - | |
1331 | | - | |
1332 | | - | |
1333 | 1328 | | |
1334 | 1329 | | |
1335 | 1330 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3680 | 3680 | | |
3681 | 3681 | | |
3682 | 3682 | | |
3683 | | - | |
3684 | | - | |
3685 | 3683 | | |
3686 | 3684 | | |
3687 | 3685 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1029 | 1029 | | |
1030 | 1030 | | |
1031 | 1031 | | |
1032 | | - | |
1033 | 1032 | | |
1034 | 1033 | | |
1035 | 1034 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | 555 | | |
561 | 556 | | |
562 | 557 | | |
| |||
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
240 | 259 | | |
241 | 260 | | |
242 | 261 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
0 commit comments