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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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() {
}