]> git.lizzy.rs Git - rust.git/blob - src/test/ui/imports/import-glob-circular.stderr
Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863'
[rust.git] / src / test / 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`.