rust/src/test/ui/rfc-2126-extern-absolute-paths/non-existent-2.rs

7 lines
128 B
Rust
Raw Normal View History

// edition:2018
fn main() {
let s = ::xcrate::S;
2021-01-15 18:05:11 +01:00
//~^ ERROR failed to resolve: could not find `xcrate` in crate root
}