fix compat-mode ui test

This commit is contained in:
Mark Mansi 2019-01-17 22:04:27 -06:00
parent 274d293cab
commit db2d243e9e

View File

@ -1,4 +1,4 @@
error: unsatisfied lifetime constraints
error: lifetime may not live long enough
--> $DIR/issue-55401.rs:5:5
|
LL | fn static_to_a_to_static_through_ref_in_tuple<'a>(x: &'a u32) -> &'static u32 {