]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-in-paths.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / crate-in-paths.stderr
1 error[E0425]: cannot find value `Foo` in this scope
2   --> $DIR/crate-in-paths.rs:20:5
3    |
4 LL |     Foo;
5    |     ^^^ not found in this scope
6 help: possible candidate is found in another module, you can import it into scope
7    |
8 LL | use crate::bar::Foo;
9    |
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0425`.