]> git.lizzy.rs Git - rust.git/blob - src/test/ui/target-feature/tied-features-cli.rs
Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc
[rust.git] / src / test / ui / target-feature / tied-features-cli.rs
1 // only-aarch64
2 // revisions: one two three four
3 //[one] compile-flags: -C target-feature=+paca
4 //[two] compile-flags: -C target-feature=-pacg,+pacg
5 //[three] compile-flags: -C target-feature=+paca,+pacg,-paca
6 //[four] check-pass
7 //[four] compile-flags: -C target-feature=-paca,+pacg -C target-feature=+paca
8
9 fn main() {}