Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
rmeta
/
rmeta.rs
blob: 4d8cff8e60e8ce056dd2b6a74e813735fbbfb84d [
file
] [
log
] [
blame
]
//@ no-prefer-dynamic
//@ compile-flags: --emit=metadata
// Check that building a metadata crate finds an error.
fn
main
()
{
let
_
=
Foo
;
//~ ERROR cannot find value `Foo` in this scope
}