2018-06-25 22:04:08 -05:00
|
|
|
// edition:2018
|
2018-05-04 13:37:27 -05:00
|
|
|
|
2017-12-09 18:30:47 -06:00
|
|
|
fn main() {
|
2018-08-24 10:51:32 -05:00
|
|
|
let s = ::xcrate::S;
|
2021-03-07 15:53:45 -06:00
|
|
|
//~^ ERROR failed to resolve: could not find `xcrate` in the list of imported crates
|
2017-12-09 18:30:47 -06:00
|
|
|
}
|