rust-clippy/tests/ui/pub_use.stderr

12 lines
278 B
Text
Raw Normal View History

2022-04-12 09:09:34 +00:00
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