blob: 65814e8edcf617e92950df798d09fbc87daa196f [file] [log] [blame]
error: target feature `forced-atomics` cannot be enabled with `#[target_feature]`: unsound because it changes the ABI of atomic operations
--> $DIR/forbidden-target-feature-attribute.rs:16:18
|
LL | #[target_feature(enable = "forced-atomics")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error