2021-01-18 07:01:09 -06:00
|
|
|
error[E0425]: cannot find external crate `foo` in the crate root
|
|
|
|
--> $DIR/crate-called-as-function.rs:2:7
|
|
|
|
|
|
|
|
|
LL | ::foo()
|
|
|
|
| ^^^ not found in the crate root
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-01-18 07:01:09 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|