mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
10 lines
327 B
Rust
10 lines
327 B
Rust
//~ 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
|