10 lines
393 B
Plaintext
10 lines
393 B
Plaintext
error[E0425]: cannot find function `foo` in module `macro_crate_test`
|
|
--> $DIR/macro-crate-doesnt-resolve.rs:17:23
|
|
|
|
|
LL | macro_crate_test::foo(); //~ ERROR cannot find function `foo` in module `macro_crate_test`
|
|
| ^^^ not found in `macro_crate_test`
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|