about summary refs log tree commit diff
path: root/tests/ui/extern-flag/empty-extern-arg.rs
blob: 2dee721ed03c06908011500ecf38f24d6532e95e (plain)
1
2
3
4
5
6
7
8
9
//~ ERROR extern location for std does not exist
//@ 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