We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274d293 commit db2d243Copy full SHA for db2d243
src/test/ui/nll/issue-55401.stderr
@@ -1,4 +1,4 @@
1
-error: unsatisfied lifetime constraints
+error: lifetime may not live long enough
2
--> $DIR/issue-55401.rs:5:5
3
|
4
LL | fn static_to_a_to_static_through_ref_in_tuple<'a>(x: &'a u32) -> &'static u32 {
0 commit comments