rust-clippy/tests/ui/pub_use.stderr
2022-10-01 10:03:06 +00:00

11 lines
278 B
Text

error: using `pub use`
--> $DIR/pub_use.rs:10:5
|
LL | pub use inner::Test;
| ^^^^^^^^^^^^^^^^^^^^
|
= help: move the exported item to a public module instead
= note: `-D clippy::pub-use` implied by `-D warnings`
error: aborting due to previous error