Commit 67f74f5
committed
Auto merge of #130674 - compiler-errors:rollup-yu105fl, r=compiler-errors
Rollup of 8 pull requests
Successful merges:
- #127766 (add `extern "C-cmse-nonsecure-entry" fn` )
- #129629 (Implement Return Type Notation (RTN)'s path form in where clauses)
- #130408 (Avoid re-validating UTF-8 in `FromUtf8Error::into_utf8_lossy`)
- #130651 (Add --enable-profiler to armhf dist)
- #130653 (ABI compatibility: mention Result guarantee)
- #130666 (Assert that `explicit_super_predicates_of` and `explicit_item_super_predicates` truly only contains bounds for the type itself)
- #130667 (compiler: Accept "improper" ctypes in extern "rust-cold" fn)
- #130673 (Parser: recover from `:::` to `::`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
3 files changed
+5
-0
lines changed- crates
- hir-ty/src
- ide-completion/src/completions
- intern/src/symbol
3 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| 380 | + | |
380 | 381 | | |
381 | 382 | | |
382 | 383 | | |
| |||
434 | 435 | | |
435 | 436 | | |
436 | 437 | | |
| 438 | + | |
437 | 439 | | |
438 | 440 | | |
439 | 441 | | |
| |||
477 | 479 | | |
478 | 480 | | |
479 | 481 | | |
| 482 | + | |
480 | 483 | | |
481 | 484 | | |
482 | 485 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
0 commit comments