]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/crate-called-as-function.stderr
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[rust.git] / src / test / ui / resolve / crate-called-as-function.stderr
1 error[E0425]: cannot find external crate `foo` in the crate root
2   --> $DIR/crate-called-as-function.rs:2:7
3    |
4 LL |     ::foo()
5    |       ^^^ not found in the crate root
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0425`.