]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-37131.rs
Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_in_a_cons...
[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() { }