]> git.lizzy.rs Git - rust.git/blob - tests/ui/pub_use.stderr
Don't suggest let else in match if the else arm explicitly mentions non obvious paths
[rust.git] / 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