summaryrefslogtreecommitdiffstats
path: root/tests/ui/privacy/effective_visibilities_full_priv.stderr
blob: 29d82e2ee01c14f4fb4e68356736b0a560fad386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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;
   |     ^^^^^^^^^^^

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