mirror of https://github.com/rust-lang/rust
29 lines
823 B
Plaintext
29 lines
823 B
Plaintext
error: not in the table
|
|
--> $DIR/effective_visibilities_full_priv.rs:8:5
|
|
|
|
|
LL | struct Priv;
|
|
| ^^^^^^^^^^^
|
|
|
|
error: not in the table
|
|
--> $DIR/effective_visibilities_full_priv.rs:8:5
|
|
|
|
|
LL | struct Priv;
|
|
| ^^^^^^^^^^^
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
|
|
|
error: Direct: pub(crate), Reexported: pub(crate), Reachable: pub(crate), ReachableThroughImplTrait: pub(crate)
|
|
--> $DIR/effective_visibilities_full_priv.rs:13:5
|
|
|
|
|
LL | pub fn foo() {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Direct: pub(crate), Reexported: pub(crate), Reachable: pub(crate), ReachableThroughImplTrait: pub(crate)
|
|
--> $DIR/effective_visibilities_full_priv.rs:16:5
|
|
|
|
|
LL | impl crate::SemiPriv {
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 4 previous errors
|
|
|