summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2126-extern-absolute-paths/non-existent-1.rs
blob: 9c0e0bef480d0811408a8233b0102a16c7277c05 (plain)
1
2
3
4
5
// edition:2018

use xcrate::S; //~ ERROR unresolved import `xcrate`

fn main() {}