1error[E0432]: unresolved import `bar::gpriv`
2  --> $DIR/privacy3.rs:18:9
3   |
4LL |     use bar::gpriv;
5   |         ^^^^^^^^^^ no `gpriv` in `bar`
6
7error: requires `sized` lang_item
8
9error: aborting due to 2 previous errors
10
11For more information about this error, try `rustc --explain E0432`.
12