mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-01 08:53:29 +00:00
11 lines
370 B
Rust
11 lines
370 B
Rust
//~ 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
|