]> git.proxmox.com Git - rustc.git/blob - src/test/ui/extern-flag/empty-extern-arg.rs
Update upstream source from tag 'upstream/1.66.0+dfsg1'
[rustc.git] / src / test / ui / extern-flag / empty-extern-arg.rs
1 // compile-flags: --extern std=
2 // error-pattern: extern location for std does not exist
3 // needs-unwind since it affects the error output
4 // ignore-emscripten missing eh_catch_typeinfo lang item
5
6 fn main() {}