Skip codegen for one UI test with long file path
This commit is contained in:
parent
e6305805a7
commit
d0ba8fe33f
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue