Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
extern-flag
/
empty-extern-arg.rs
blob: dea68b5b1ad40c647f6da04bbe992a19ac453f72 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
()
{}