]> git.proxmox.com Git - rustc.git/blame - src/test/ui/privacy/private-inferred-type-2.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / privacy / private-inferred-type-2.stderr
CommitLineData
1b1a35ee 1error: type `Priv` is private
0731742a 2 --> $DIR/private-inferred-type-2.rs:16:5
b7449926 3 |
532ac7d7 4LL | m::Pub::get_priv;
ba9703b0 5 | ^^^^^^^^^^^^^^^^ private type
b7449926 6
1b1a35ee 7error: type `Priv` is private
0731742a 8 --> $DIR/private-inferred-type-2.rs:17:5
b7449926 9 |
532ac7d7 10LL | m::Pub::static_method;
ba9703b0 11 | ^^^^^^^^^^^^^^^^^^^^^ private type
b7449926
XL
12
13error: type `ext::Priv` is private
0731742a 14 --> $DIR/private-inferred-type-2.rs:18:5
b7449926 15 |
532ac7d7 16LL | ext::Pub::static_method;
ba9703b0 17 | ^^^^^^^^^^^^^^^^^^^^^^^ private type
b7449926
XL
18
19error: aborting due to 3 previous errors
20