]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/pub_use.stderr
Rollup merge of #102412 - joboet:dont_panic, r=m-ou-se
[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    = help: move the exported item to a public module instead
8    = note: `-D clippy::pub-use` implied by `-D warnings`
9
10 error: aborting due to previous error
11