2023-01-11 09:32:08 +00:00

6 lines
83 B
Rust

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