mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-08 05:47:40 +00:00
fix compat-mode ui test
This commit is contained in:
parent
274d293cab
commit
db2d243e9e
@ -1,4 +1,4 @@
|
|||||||
error: unsatisfied lifetime constraints
|
error: lifetime may not live long enough
|
||||||
--> $DIR/issue-55401.rs:5:5
|
--> $DIR/issue-55401.rs:5:5
|
||||||
|
|
|
|
||||||
LL | fn static_to_a_to_static_through_ref_in_tuple<'a>(x: &'a u32) -> &'static u32 {
|
LL | fn static_to_a_to_static_through_ref_in_tuple<'a>(x: &'a u32) -> &'static u32 {
|
||||||
|
Loading…
Reference in New Issue
Block a user