We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3afaef commit 96ef343Copy full SHA for 96ef343
core/src/intrinsics/mod.rs
@@ -8,6 +8,7 @@
8
//! Note: any changes to the constness of intrinsics should be discussed with the language team.
9
//! This includes changes in the stability of the constness.
10
//!
11
+//! //FIXME(#132735) "old" style intrinsics support has been removed
12
//! In order to make an intrinsic usable at compile-time, it needs to be declared in the "new"
13
//! style, i.e. as a `#[rustc_intrinsic]` function, not inside an `extern` block. Then copy the
14
//! implementation from <https://github.com/rust-lang/miri/blob/master/src/intrinsics> to
0 commit comments