rust/tests/ui/errors/wrong-target-spec.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
68 B
Rust
Raw Normal View History

//@ compile-flags: --target x86_64_unknown-linux-musl
fn main() {}