rustc/tests/ui/rfcs/rfc-2126-extern-absolute-paths/non-existent-1.rs
2024-06-21 09:39:33 +02:00

6 lines
84 B
Rust

//@ edition:2018
use xcrate::S; //~ ERROR unresolved import `xcrate`
fn main() {}