summaryrefslogtreecommitdiffstats
path: root/tests/ui/privacy/effective_visibilities_full_priv.stderr
blob: 0577be1475fe4e0bc7b21b60b6d2df59a522b8a3 (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
27
28
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