We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7a4de commit acfc9c4Copy full SHA for acfc9c4
src/doc/unstable-book/src/language-features/intrinsics.md
@@ -16,7 +16,8 @@ some features that only exist on some backends. Backends can simply not implemen
16
intrinsics without causing any code miscompilations or failures to compile.
17
18
```rust
19
-#![feature(core_intrinsics)]
+#![feature(rustc_attrs)]
20
+#![allow(internal_features)]
21
22
#[rustc_intrinsic]
23
fn some_intrinsic_name() -> u32 {
0 commit comments