about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2126-extern-absolute-paths/non-existent-3.rs
blob: 846345c8468560dcdb7a07f28bea8dd82f87a882 (plain)
1
2
3
4
5
//@ edition:2018

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

fn main() {}