]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gated-feature-in-macro-arg.stderr
Rollup merge of #58959 - asomers:issue_58907, r=Mark-Simulacrum
[rust.git] / src / test / ui / feature-gated-feature-in-macro-arg.stderr
1 error[E0658]: intrinsics are subject to change
2   --> $DIR/feature-gated-feature-in-macro-arg.rs:8:9
3    |
4 LL | /         extern "rust-intrinsic" {
5 LL | |             fn atomic_fence();
6 LL | |         }
7    | |_________^
8    |
9    = help: add #![feature(intrinsics)] to the crate attributes to enable
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0658`.