]> git.proxmox.com Git - rustc.git/blame - src/test/ui/privacy/privacy-ufcs.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / privacy / privacy-ufcs.stderr
CommitLineData
b7449926 1error[E0603]: trait `Bar` is private
0731742a 2 --> $DIR/privacy-ufcs.rs:12:20
b7449926 3 |
532ac7d7 4LL | <i32 as ::foo::Bar>::baz();
ba9703b0 5 | ^^^ private trait
dfeec247
XL
6 |
7note: the trait `Bar` is defined here
8 --> $DIR/privacy-ufcs.rs:4:5
9 |
10LL | trait Bar {
11 | ^^^^^^^^^
b7449926
XL
12
13error: aborting due to previous error
14
15For more information about this error, try `rustc --explain E0603`.