rust/tests/ui/rfcs/rfc-2126-extern-absolute-paths/non-existent-1.rs
2023-06-05 16:09:46 +00:00

6 lines
83 B
Rust

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