As before, add `MetaSized` and `PointeeSized` traits to all of the non-minicore `no_core` tests so that they don't fail for lack of language items.
9 lines
339 B
Plaintext
9 lines
339 B
Plaintext
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
|
|
|