2025-03-29 02:41:32 +03:00
|
|
|
//~ ERROR can't find crate for `std`
|
2016-11-17 13:59:28 +08:00
|
|
|
// Tests that compiling for a target which is not installed will result in a helpful
|
|
|
|
|
// error message.
|
|
|
|
|
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ compile-flags: --target=thumbv6m-none-eabi
|
|
|
|
|
//@ ignore-arm
|
|
|
|
|
//@ needs-llvm-components: arm
|
2016-11-17 13:59:28 +08:00
|
|
|
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ error-pattern:target may not be installed
|
2016-11-17 13:59:28 +08:00
|
|
|
fn main() { }
|