]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-18118.stderr
Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
[rust.git] / src / test / ui / issues / 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`.