summaryrefslogtreecommitdiffstats
path: root/tests/run-make/unknown-mod-stdin/unknown-mod.stderr
blob: d7258fe4f68d87c588a765bd47a0844e0458214c (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0583]: file not found for module `unknown`
 --> <anon>:1:1
  |
1 | mod unknown;
  | ^^^^^^^^^^^^
  |
  = help: to create the module `unknown`, create file "unknown.rs" or "unknown/mod.rs"

error: aborting due to previous error

For more information about this error, try `rustc --explain E0583`.