]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/pub_use.stderr
Auto merge of #97168 - SparrowLii:accesses, r=cjgillot
[rust.git] / src / tools / clippy / tests / ui / pub_use.stderr
1 error: using `pub use`
2   --> $DIR/pub_use.rs:10:5
3    |
4 LL |     pub use inner::Test;
5    |     ^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `-D clippy::pub-use` implied by `-D warnings`
8    = help: move the exported item to a public module instead
9
10 error: aborting due to previous error
11