]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rust-2018/local-path-suggestions-2015.stderr
Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank
[rust.git] / src / test / ui / rust-2018 / local-path-suggestions-2015.stderr
1 error[E0432]: unresolved import `foobar`
2   --> $DIR/local-path-suggestions-2015.rs:24:5
3    |
4 LL | use foobar::Baz;
5    |     ^^^^^^
6    |     |
7    |     unresolved import
8    |     help: a similar path exists: `aux_baz::foobar`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0432`.