]> git.lizzy.rs Git - rust.git/blob - src/test/ui/extern-flag/public-and-private.stderr
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[rust.git] / src / test / ui / extern-flag / public-and-private.stderr
1 error: type `S` from private dependency 'somedep' in public interface
2   --> $DIR/public-and-private.rs:10:5
3    |
4 LL |     pub field: somedep::S,
5    |     ^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/public-and-private.rs:5:9
9    |
10 LL | #![deny(exported_private_dependencies)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14