We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::intrinsics
1 parent c57393e commit e6ab5f7Copy full SHA for e6ab5f7
library/core/src/intrinsics.rs
@@ -9,7 +9,7 @@
9
//! This includes changes in the stability of the constness.
10
//!
11
//! In order to make an intrinsic usable at compile-time, one needs to copy the implementation
12
-//! from <https://github.com/rust-lang/miri/blob/master/src/shims/intrinsics.rs> to
+//! from <https://github.com/rust-lang/miri/blob/master/src/shims/intrinsics> to
13
//! <https://github.com/rust-lang/rust/blob/master/compiler/rustc_const_eval/src/interpret/intrinsics.rs> and add a
14
//! `#[rustc_const_unstable(feature = "const_such_and_such", issue = "01234")]` to the intrinsic declaration.
15
0 commit comments