1error[E0425]: cannot find value `XEmpty1` in crate `empty_struct`
2  --> $DIR/no-link.rs:7:19
3   |
4LL |     empty_struct::XEmpty1;
5   |                   ^^^^^^^ not found in `empty_struct`
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0425`.
10