Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
ui
/
errors
/
issue-104621-extern-not-file.rs
blob: 50806df15f7ad48543bc706c1374c98409417014 [
file
]
//@ compile-flags: --extern foo=.
extern
crate foo
;
//~ ERROR extern location for foo is not a file: .
fn
main
()
{}