about summary refs log tree commit diff
path: root/tests/ui/rmeta/rmeta.rs
blob: 4d8cff8e60e8ce056dd2b6a74e813735fbbfb84d (plain)
1
2
3
4
5
6
7
8
//@ 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
}