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