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