]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/import-glob-circular.stderr
Rollup merge of #106958 - jyn514:labels, r=m-ou-se
[rust.git] / tests / ui / imports / import-glob-circular.stderr
1 error[E0425]: cannot find function `f1066` in this scope
2   --> $DIR/import-glob-circular.rs:16:17
3    |
4 LL |     fn test() { f1066(); }
5    |                 ^^^^^ not found in this scope
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0425`.