summaryrefslogtreecommitdiffstats
path: root/tests/ui/cfg/diagnostics-not-a-def.stderr
blob: af0e1a1727579e44a1a53fe1177766cb8bd257a1 (plain)
1
2
3
4
5
6
7
8
9
error[E0425]: cannot find function `i_am_not` in module `inner`
  --> $DIR/diagnostics-not-a-def.rs:11:12
   |
LL |     inner::i_am_not();
   |            ^^^^^^^^ not found in `inner`

error: aborting due to previous error

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