We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8201f0f + e6ab5f7 commit 6024ad1Copy full SHA for 6024ad1
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