remove #[rustc_intrinsic_must_be_overridde]#137489
Conversation
|
Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 Some changes occurred to the platform-builtins intrinsics. Make sure the cc @antoyo, @GuillaumeGomez, @bjorn3, @calebzulawski, @programmerjake Some changes occurred in compiler/rustc_codegen_gcc Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter cc @rust-lang/miri, @rust-lang/wg-const-eval |
We'll remove that eventually when dropping support for older toolchains 👍 |
4877a01 to
b94b518
Compare
This comment has been minimized.
This comment has been minimized.
b94b518 to
7477051
Compare
|
@bors r+ |
| pub fn abort() -> ! { | ||
| loop {} | ||
| } | ||
| pub fn abort() -> !; |
There was a problem hiding this comment.
Oh, it seems I forgot to remove and use the one from mini_core. I created an issue for this.
|
☔ The latest upstream changes (presumably #137497) made this pull request unmergeable. Please resolve the merge conflicts. |
7477051 to
6eea027
Compare
|
@bors r=oli-obk |
|
@bors rollup |
In #135031, we gained support for just leaving away the body. Now that the bootstrap compiler got bumped, stop using the old style and remove support for it.
r? @oli-obk
There are a few more mentions of this attribute in RA code that I didn't touch; Cc @rust-lang/rust-analyzer