]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0583.stderr
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / 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 |
ba9703b0 7 = help: to create the module `module_that_doesnt_exist`, create file "$DIR/module_that_doesnt_exist.rs"
b7449926
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0583`.