]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2126-extern-absolute-paths/non-existent-2.rs
Rollup merge of #105843 - compiler-errors:sugg-const, r=lcnr
[rust.git] / src / test / ui / rfc-2126-extern-absolute-paths / non-existent-2.rs
1 // edition:2018
2
3 fn main() {
4     let s = ::xcrate::S;
5     //~^ ERROR failed to resolve: could not find `xcrate` in the list of imported crates
6 }