]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-55511.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / issue-55511.stderr
1 error[E0597]: `a` does not live long enough
2   --> $DIR/issue-55511.rs:13:29
3    |
4 LL |     let b = Some(Cell::new(&a));
5    |                             ^ borrowed value does not live long enough
6 ...
7 LL | }
8    | - borrowed value only lives until here
9    |
10    = note: borrowed value must be valid for the static lifetime...
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0597`.