]> git.lizzy.rs Git - rust.git/blob - src/test/ui/no-link.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / no-link.stderr
1 error[E0425]: cannot find value `XEmpty1` in module `empty_struct`
2   --> $DIR/no-link.rs:7:19
3    |
4 LL |     empty_struct::XEmpty1; //~ ERROR cannot find value `XEmpty1` in module `empty_struct`
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`.