Skip codegen for one UI test with long file path
This commit is contained in:
parent
e6305805a7
commit
d0ba8fe33f
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
// compile-flags:-Zborrowck=mir -Zverbose
|
// compile-flags:-Zborrowck=mir -Zverbose
|
||||||
// compile-pass
|
// compile-pass
|
||||||
|
// skip-codegen
|
||||||
#![allow(warnings)]
|
|
||||||
|
|
||||||
fn foo<'a, 'b>(x: &'a &'b u32) -> &'a u32 {
|
fn foo<'a, 'b>(x: &'a &'b u32) -> &'a u32 {
|
||||||
&**x
|
&**x
|
||||||
|
Loading…
Reference in New Issue
Block a user