rust/src/test/ui-fulldeps/macro-crate-doesnt-resolve.stderr
2018-12-09 19:56:30 +03:00

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`.