2022-05-05 09:12:52 -05:00
|
|
|
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
|
2022-09-22 11:04:22 -05:00
|
|
|
= note: `-D clippy::pub-use` implied by `-D warnings`
|
2022-05-05 09:12:52 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|