This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 5cdab3a
committed
Auto merge of rust-lang#96363 - matthiaskrgr:rollup-mthdja5, r=matthiaskrgr
Rollup of 5 pull requests
Successful merges:
- rust-lang#94893 (diagnostics: regression test for `<usize as Iterator>::rev`)
- rust-lang#95504 (Add `x {check,build,doc} {compiler,library}` aliases.)
- rust-lang#96237 (compiletest: combine `--*-python` args)
- rust-lang#96303 (Improve bootstrap tests)
- rust-lang#96352 (Improve span for `consider adding an explicit lifetime bound` suggestions under NLL)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
45 files changed
+400
-287
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_infer/src/infer/error_reporting
- src
- bootstrap
- builder
- test/ui
- impl-trait
- lifetimes/lifetime-errors
- methods/issues
- nll
- closure-requirements
- ty-outlives
- regions
- suggestions
- lifetimes
- type-alias-impl-trait
- tools/compiletest/src
- header
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+400
-287
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| 170 | + | |
| 171 | + | |
169 | 172 | | |
170 | 173 | | |
171 | | - | |
| 174 | + | |
172 | 175 | | |
173 | 176 | | |
| 177 | + | |
174 | 178 | | |
175 | 179 | | |
176 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
2285 | 2285 | | |
2286 | 2286 | | |
2287 | 2287 | | |
2288 | | - | |
| 2288 | + | |
| 2289 | + | |
| 2290 | + | |
2289 | 2291 | | |
2290 | 2292 | | |
2291 | 2293 | | |
| |||
2294 | 2296 | | |
2295 | 2297 | | |
2296 | 2298 | | |
| 2299 | + | |
2297 | 2300 | | |
2298 | 2301 | | |
2299 | 2302 | | |
2300 | 2303 | | |
2301 | | - | |
2302 | | - | |
2303 | | - | |
2304 | | - | |
2305 | | - | |
2306 | | - | |
2307 | | - | |
2308 | | - | |
2309 | | - | |
2310 | | - | |
2311 | | - | |
2312 | | - | |
2313 | | - | |
2314 | | - | |
2315 | | - | |
2316 | | - | |
2317 | | - | |
2318 | | - | |
2319 | | - | |
2320 | | - | |
2321 | | - | |
| 2304 | + | |
| 2305 | + | |
| 2306 | + | |
| 2307 | + | |
| 2308 | + | |
| 2309 | + | |
| 2310 | + | |
| 2311 | + | |
| 2312 | + | |
| 2313 | + | |
| 2314 | + | |
| 2315 | + | |
| 2316 | + | |
| 2317 | + | |
| 2318 | + | |
| 2319 | + | |
| 2320 | + | |
| 2321 | + | |
2322 | 2322 | | |
2323 | 2323 | | |
2324 | 2324 | | |
| |||
2606 | 2606 | | |
2607 | 2607 | | |
2608 | 2608 | | |
2609 | | - | |
2610 | | - | |
2611 | | - | |
2612 | | - | |
2613 | | - | |
| 2609 | + | |
| 2610 | + | |
2614 | 2611 | | |
2615 | 2612 | | |
2616 | 2613 | | |
| |||
0 commit comments