mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
error: type `S` from private dependency 'somedep' in public interface
|
|
--> $DIR/public-and-private.rs:10:5
|
|
|
|
|
LL | pub field: somedep::S,
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/public-and-private.rs:5:9
|
|
|
|
|
LL | #![deny(exported_private_dependencies)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|