Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rmeta
/
rmeta.rs
blob: 4d8cff8e60e8ce056dd2b6a74e813735fbbfb84d [
file
] [
log
] [
blame
] [
edit
]
//@ 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
}