summaryrefslogtreecommitdiffstats
path: root/tests/ui/privacy/privacy3.stderr
blob: df66c84751b74dbe2eed63615afe2ed63132ed70 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0432]: unresolved import `bar::gpriv`
  --> $DIR/privacy3.rs:20:9
   |
LL |     use bar::gpriv;
   |         ^^^^^^^^^^ no `gpriv` in `bar`

error: requires `sized` lang_item

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0432`.