]> git.lizzy.rs Git - rust.git/blob - src/test/ui/no-link.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / no-link.stderr
1 error[E0425]: cannot find value `XEmpty1` in crate `empty_struct`
2   --> $DIR/no-link.rs:7:19
3    |
4 LL |     empty_struct::XEmpty1;
5    |                   ^^^^^^^ not found in `empty_struct`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0425`.