]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-37131.rs
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
[rust.git] / src / test / ui / issues / issue-37131.rs
1 // Tests that compiling for a target which is not installed will result in a helpful
2 // error message.
3
4 // compile-flags: --target=thumbv6m-none-eabi
5 // ignore-arm
6 // needs-llvm-components: arm
7
8 // error-pattern:target may not be installed
9 fn main() { }