]> git.lizzy.rs Git - rust.git/blob - src/test/ui/E0583.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / E0583.stderr
1 error[E0583]: file not found for module `module_that_doesnt_exist`
2   --> $DIR/E0583.rs:11:5
3    |
4 LL | mod module_that_doesnt_exist; //~ ERROR E0583
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = help: name the file either module_that_doesnt_exist.rs or module_that_doesnt_exist/mod.rs inside the directory "$DIR"
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0583`.