]> git.lizzy.rs Git - rust.git/blob - tests/ui/target-feature/tied-features.stderr
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[rust.git] / tests / ui / target-feature / tied-features.stderr
1 error: the target features paca, pacg must all be either enabled or disabled together
2   --> $DIR/tied-features.rs:12:5
3    |
4 LL |     #[target_feature(enable = "pacg")]
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = help: add the missing features in a `target_feature` attribute
8
9 error: the target features paca, pacg must all be either enabled or disabled together
10   --> $DIR/tied-features.rs:24:1
11    |
12 LL | #[target_feature(enable = "paca")]
13    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14    |
15    = help: add the missing features in a `target_feature` attribute
16
17 error: aborting due to 2 previous errors
18