]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-37131.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[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() { }