2023-03-10 15:39:14 -06:00
|
|
|
error[E0425]: cannot find function `i_am_not` in module `inner`
|
2024-02-10 15:53:34 -06:00
|
|
|
--> $DIR/diagnostics-not-a-def.rs:12:12
|
2023-03-10 15:39:14 -06:00
|
|
|
|
|
|
|
|
LL | inner::i_am_not();
|
|
|
|
| ^^^^^^^^ not found in `inner`
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-03-10 15:39:14 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|