2016-11-10 18:29:27 +13:00
|
|
|
//@ no-prefer-dynamic
|
2016-12-23 19:39:20 +13:00
|
|
|
//@ compile-flags: --emit=metadata
|
2016-11-10 18:29:27 +13:00
|
|
|
|
|
|
|
// Check that building a metadata crate finds an error.
|
|
|
|
|
|
|
|
fn main() {
|
2017-01-12 01:18:08 +03:00
|
|
|
let _ = Foo; //~ ERROR cannot find value `Foo` in this scope
|
2016-11-10 18:29:27 +13:00
|
|
|
}
|