We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f168e commit 6b14125Copy full SHA for 6b14125
library/core/src/intrinsics/mod.rs
@@ -10,7 +10,7 @@
10
//!
11
//! In order to make an intrinsic usable at compile-time, it needs to be declared in the "new"
12
//! style, i.e. as a `#[rustc_intrinsic]` function, not inside an `extern` block. Then copy the
13
-//! implementation from <https://github.com/rust-lang/miri/blob/master/src/shims/intrinsics> to
+//! implementation from <https://github.com/rust-lang/miri/blob/master/src/intrinsics> to
14
//! <https://github.com/rust-lang/rust/blob/master/compiler/rustc_const_eval/src/interpret/intrinsics.rs>
15
//! and make the intrinsic declaration a `const fn`.
16
0 commit comments