mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
7 lines
214 B
Rust
7 lines
214 B
Rust
//@ 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() {}
|