]> git.lizzy.rs Git - rust.git/blob - src/test/ui/import2.stderr
Rollup merge of #58829 - Xanewok:scoped-tls, r=Zoxc
[rust.git] / src / test / ui / import2.stderr
1 error[E0432]: unresolved import `baz::zed`
2   --> $DIR/import2.rs:1:10
3    |
4 LL | use baz::zed::bar;
5    |          ^^^ could not find `zed` in `baz`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.