Commit f1b506a
committed
Auto merge of rust-lang#53607 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 10 pull requests
Successful merges:
- rust-lang#53418 (Mark some suggestions as MachineApplicable)
- rust-lang#53431 (Moved some feature gate ui tests to correct location)
- rust-lang#53442 (Update version of rls-data used with save-analysis)
- rust-lang#53504 (Set applicability for more suggestions.)
- rust-lang#53541 (Fix missing impl trait display as ret type)
- rust-lang#53544 (Point at the trait argument when using unboxed closure)
- rust-lang#53558 (Normalize source line and column numbers.)
- rust-lang#53562 (Lament the invincibility of the Turbofish)
- rust-lang#53574 (Suggest direct raw-pointer dereference)
- rust-lang#53585 (Remove super old comment on function that parses items)
Failed merges:
- rust-lang#53472 (Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.)
- rust-lang#53563 (use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into())
r? @ghostFile tree
29 files changed
+391
-147
lines changed- src
- libcore
- librustc_borrowck/borrowck
- gather_loans
- librustc_mir/borrow_check
- librustc_passes
- librustc_resolve
- librustc_save_analysis
- librustc_typeck
- check
- method
- librustdoc/clean
- libsyntax_ext
- libsyntax/parse
- lexer
- test
- rustdoc
- ui
- consts
- feature-gates
- impl-trait
- unboxed-closures
- tools/compiletest/src
29 files changed
+391
-147
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1858 | 1858 | | |
1859 | 1859 | | |
1860 | 1860 | | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
1861 | 1870 | | |
1862 | 1871 | | |
1863 | 1872 | | |
| |||
2382 | 2391 | | |
2383 | 2392 | | |
2384 | 2393 | | |
2385 | | - | |
| 2394 | + | |
2386 | 2395 | | |
2387 | 2396 | | |
2388 | 2397 | | |
| |||
3286 | 3295 | | |
3287 | 3296 | | |
3288 | 3297 | | |
| 3298 | + | |
3289 | 3299 | | |
3290 | 3300 | | |
3291 | 3301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
585 | 600 | | |
586 | 601 | | |
587 | 602 | | |
| |||
1303 | 1318 | | |
1304 | 1319 | | |
1305 | 1320 | | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
1306 | 1336 | | |
1307 | 1337 | | |
1308 | 1338 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
328 | 332 | | |
329 | 333 | | |
330 | 334 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
188 | | - | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
938 | 939 | | |
939 | 940 | | |
940 | 941 | | |
941 | | - | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
942 | 948 | | |
943 | | - | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
944 | 955 | | |
945 | 956 | | |
946 | 957 | | |
| |||
1065 | 1076 | | |
1066 | 1077 | | |
1067 | 1078 | | |
1068 | | - | |
| 1079 | + | |
1069 | 1080 | | |
1070 | 1081 | | |
1071 | 1082 | | |
| 1083 | + | |
1072 | 1084 | | |
1073 | 1085 | | |
1074 | 1086 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
241 | 245 | | |
242 | 246 | | |
243 | 247 | | |
| |||
0 commit comments