]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfcs/rfc-2396-target_feature-11/feature-gate-target_feature_11.stderr
Fix font color for help button in ayu and dark themes
[rust.git] / src / test / ui / rfcs / rfc-2396-target_feature-11 / feature-gate-target_feature_11.stderr
1 error[E0658]: `#[target_feature(..)]` can only be applied to `unsafe` functions
2   --> $DIR/feature-gate-target_feature_11.rs:3:1
3    |
4 LL | #[target_feature(enable = "sse2")]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 LL | fn foo() {}
7    | ----------- not an `unsafe` function
8    |
9    = note: see issue #69098 <https://github.com/rust-lang/rust/issues/69098> for more information
10    = help: add `#![feature(target_feature_11)]` to the crate attributes to enable
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0658`.