]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2126-extern-absolute-paths/non-existent-1.rs
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
[rust.git] / src / test / ui / rfc-2126-extern-absolute-paths / non-existent-1.rs
1 // edition:2018
2
3 use xcrate::S; //~ ERROR unresolved import `xcrate`
4
5 fn main() {}