Skip to content

Commit 96ef343

Browse files
committed
update docs
- src\doc\nomicon\src\ffi.md should also have its ABI list updated
1 parent a3afaef commit 96ef343

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)