Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db2d243

Browse files
committedJan 18, 2019
fix compat-mode ui test
1 parent 274d293 commit db2d243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/ui/nll/issue-55401.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: unsatisfied lifetime constraints
1+
error: lifetime may not live long enough
22
--> $DIR/issue-55401.rs:5:5
33
|
44
LL | fn static_to_a_to_static_through_ref_in_tuple<'a>(x: &'a u32) -> &'static u32 {

0 commit comments

Comments
 (0)
Please sign in to comment.