]> git.lizzy.rs Git - rust.git/blob - tests/ui/static/issue-18118.stderr
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / ui / static / issue-18118.stderr
1 error[E0597]: `p` does not live long enough
2   --> $DIR/issue-18118.rs:4:9
3    |
4 LL |         &p
5    |         ^^
6    |         |
7    |         borrowed value does not live long enough
8    |         using this value as a constant requires that `p` is borrowed for `'static`
9 LL |     };
10    |     - `p` dropped here while still borrowed
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0597`.