summaryrefslogtreecommitdiffstats
path: root/src/test/ui/modules_and_files_visibility/mod_file_correct_spans.stderr
blob: 73044752b077bccc94aa53cdeaf0573a4de44d1d (plain)
1
2
3
4
5
6
7
8
9
error[E0425]: cannot find function `bar` in module `mod_file_aux`
  --> $DIR/mod_file_correct_spans.rs:6:27
   |
LL |     assert!(mod_file_aux::bar() == 10);
   |                           ^^^ not found in `mod_file_aux`

error: aborting due to previous error

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