blob: def60feb5a6ef18e248c06aeb97588316ac3cc05 [file] [log] [blame]
// edition:2018
fn main() {
let s = ::xcrate::S;
//~^ ERROR failed to resolve: could not find `xcrate` in the list of imported crates
}