]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-37131.rs
Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-2020-12-27
[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() { }