Skip to content

Commit 12c4e7d

Browse files
authored
Rollup merge of rust-lang#139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk
Remove support for `extern "rust-intrinsic"` blocks Part of rust-lang#132735 Looked manageable and there didn't appear to have been progress in the last two weeks, so decided to give it a try.
2 parents 83ed8e3 + 96ef343 commit 12c4e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: core/src/intrinsics/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//! Note: any changes to the constness of intrinsics should be discussed with the language team.
99
//! This includes changes in the stability of the constness.
1010
//!
11+
//! //FIXME(#132735) "old" style intrinsics support has been removed
1112
//! In order to make an intrinsic usable at compile-time, it needs to be declared in the "new"
1213
//! style, i.e. as a `#[rustc_intrinsic]` function, not inside an `extern` block. Then copy the
1314
//! implementation from <https://github.com/rust-lang/miri/blob/master/src/intrinsics> to

0 commit comments

Comments
 (0)