blob: 0f31abf7b42c8a561b17872dd5d3f1137c4582c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0658]: the `#[target_feature]` attribute is an experimental feature
--> $DIR/feature-gate-target_feature.rs:11:1
|
LL | #[target_feature = "+sse2"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(target_feature)] to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.
|