rust/tests/ui/extern-flag/empty-extern-arg.rs

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

7 lines
214 B
Rust
Raw Normal View History

//@ compile-flags: --extern std=
//@ error-pattern: extern location for std does not exist
//@ needs-unwind since it affects the error output
//@ ignore-emscripten missing eh_catch_typeinfo lang item
fn main() {}