summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2126-extern-absolute-paths/non-existent-2.rs
blob: def60feb5a6ef18e248c06aeb97588316ac3cc05 (plain)
1
2
3
4
5
6
// edition:2018

fn main() {
    let s = ::xcrate::S;
    //~^ ERROR failed to resolve: could not find `xcrate` in the list of imported crates
}