]> git.proxmox.com Git - rustc.git/blame - tests/ui/error-codes/E0583.stderr
New upstream version 1.75.0+dfsg1
[rustc.git] / tests / ui / error-codes / E0583.stderr
CommitLineData
b7449926 1error[E0583]: file not found for module `module_that_doesnt_exist`
ba9703b0 2 --> $DIR/E0583.rs:1:1
b7449926 3 |
532ac7d7 4LL | mod module_that_doesnt_exist;
ba9703b0 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b7449926 6 |
17df50a5 7 = help: to create the module `module_that_doesnt_exist`, create file "$DIR/module_that_doesnt_exist.rs" or "$DIR/module_that_doesnt_exist/mod.rs"
ed00b5ec 8 = note: if there is a `mod module_that_doesnt_exist` elsewhere in the crate already, import it with `use crate::...` instead
b7449926
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0583`.