rust/src/test/ui/E0583.rs
2018-12-25 21:08:33 -07:00

5 lines
61 B
Rust

mod module_that_doesnt_exist; //~ ERROR E0583
fn main() {
}