]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rmeta/rmeta.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / test / ui / rmeta / rmeta.rs
1 // no-prefer-dynamic
2 // compile-flags: --emit=metadata
3
4 // Check that building a metadata crate finds an error.
5
6 fn main() {
7     let _ = Foo; //~ ERROR cannot find value `Foo` in this scope
8 }