Commit 015455a
committed
Auto merge of rust-lang#82911 - m-ou-se:rollup-rjomgja, r=m-ou-se
Rollup of 11 pull requests
Successful merges:
- rust-lang#82711 (Add documentation for string->Cow conversions)
- rust-lang#82767 (Update minifier dependency version)
- rust-lang#82800 (Move rustdoc UI tests into a subdirectory)
- rust-lang#82810 (Typo fix in Unstable book: `cargo cov` -> `cargo profdata`)
- rust-lang#82829 (Handle negative literals in cast overflow warning)
- rust-lang#82854 (Account for `if (let pat = expr) {}`)
- rust-lang#82870 (Add note about the `#[doc(no-inline)]` usage)
- rust-lang#82874 (Add codegen tests for some issues closed by LLVM 12)
- rust-lang#82881 (diagnostics: Be clear about "crate root" and `::foo` paths in resolve diagnostics)
- rust-lang#82888 (Grammar Fixes)
- rust-lang#82897 ([.mailmap] Add entry for Ramkumar Ramachandra)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup3 files changed
+41
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2352 | 2352 | | |
2353 | 2353 | | |
2354 | 2354 | | |
| 2355 | + | |
| 2356 | + | |
| 2357 | + | |
| 2358 | + | |
| 2359 | + | |
| 2360 | + | |
| 2361 | + | |
| 2362 | + | |
| 2363 | + | |
| 2364 | + | |
2355 | 2365 | | |
2356 | 2366 | | |
2357 | 2367 | | |
| |||
2360 | 2370 | | |
2361 | 2371 | | |
2362 | 2372 | | |
| 2373 | + | |
| 2374 | + | |
| 2375 | + | |
| 2376 | + | |
| 2377 | + | |
| 2378 | + | |
| 2379 | + | |
| 2380 | + | |
| 2381 | + | |
| 2382 | + | |
| 2383 | + | |
| 2384 | + | |
2363 | 2385 | | |
2364 | 2386 | | |
2365 | 2387 | | |
| |||
2368 | 2390 | | |
2369 | 2391 | | |
2370 | 2392 | | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
2371 | 2404 | | |
2372 | 2405 | | |
2373 | 2406 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
| 492 | + | |
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
| |||
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
567 | | - | |
| 567 | + | |
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
399 | 403 | | |
400 | 404 | | |
401 | 405 | | |
| |||
0 commit comments