summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/pub_use.stderr
blob: 9ab710df818ca2a3be3394b1b95ceeb32f5a1812 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: using `pub use`
  --> $DIR/pub_use.rs:10:5
   |
LL |     pub use inner::Test;
   |     ^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D clippy::pub-use` implied by `-D warnings`
   = help: move the exported item to a public module instead

error: aborting due to previous error