]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-46983.stderr
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / issues / issue-46983.stderr
1 error: lifetime may not live long enough
2   --> $DIR/issue-46983.rs:2:5
3    |
4 LL | fn foo(x: &u32) -> &'static u32 {
5    |           - let's call the lifetime of this reference `'1`
6 LL |     &*x
7    |     ^^^ returning this value requires that `'1` must outlive `'static`
8
9 error: aborting due to previous error
10