mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-27 10:37:13 +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() {}
|