rust/tests/ui/error-codes/E0583.rs

5 lines
61 B
Rust
Raw Normal View History

2017-02-12 14:08:15 +00:00
mod module_that_doesnt_exist; //~ ERROR E0583
fn main() {
}