Files
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.

11 lines
370 B
Rust
Raw Normal View History

//~ ERROR extern location for std does not exist
//~^ ERROR cannot resolve a prelude import
//@ compile-flags: --extern std=
//@ needs-unwind since it affects the error output
//@ ignore-emscripten missing eh_catch_typeinfo lang item
fn main() {}
//~? ERROR `#[panic_handler]` function required, but not found
//~? ERROR unwinding panics are not supported without std