summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfc-2126-extern-absolute-paths/non-existent-3.rs
blob: 486159c0e4aa3fa4939aab9516a2fc35bcaf3d74 (plain)
1
2
3
4
5
// edition:2018

use ycrate; //~ ERROR unresolved import `ycrate`

fn main() {}