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-pass
|
||||
|
||||
#![allow(warnings)]
|
||||
// skip-codegen
|
||||
|
||||
fn foo<'a, 'b>(x: &'a &'b u32) -> &'a u32 {
|
||||
&**x
|
||||
|
Loading…
Reference in New Issue
Block a user