summaryrefslogtreecommitdiffstats
path: root/src/test/ui/privacy/private-inferred-type-1.stderr
blob: 245789f435374d846954daacf59e4a2712dabb06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: type `Priv` is private
  --> $DIR/private-inferred-type-1.rs:16:5
   |
LL |     [].arr0_secret();
   |     ^^^^^^^^^^^^^^^^ private type

error: type `Priv` is private
  --> $DIR/private-inferred-type-1.rs:17:5
   |
LL |     None.ty_param_secret();
   |     ^^^^^^^^^^^^^^^^^^^^^^ private type

error: aborting due to 2 previous errors