mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
7 lines
210 B
Rust
7 lines
210 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() {}
|