summary refs log tree commit diff
path: root/src/test/ui/issues/issue-37131.rs
blob: aa3b6ea86bbe0a82742f7334550b039fc8fff6e6 (plain)
1
2
3
4
5
6
7
8
// Tests that compiling for a target which is not installed will result in a helpful
// error message.

// compile-flags: --target=thumbv6m-none-eabi
// ignore-arm

// error-pattern:target may not be installed
fn main() { }