mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 05:04:23 +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() {}
|