]> git.lizzy.rs Git - rust.git/blob - src/test/ui/regions/regions-in-structs-anon.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / regions / regions-in-structs-anon.stderr
1 error[E0106]: missing lifetime specifier
2   --> $DIR/regions-in-structs-anon.rs:4:8
3    |
4 LL |     x: &isize //~ ERROR missing lifetime specifier
5    |        ^ expected lifetime parameter
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0106`.