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