Skip codegen for one UI test with long file path

This commit is contained in:
Vadim Petrochenkov 2019-05-09 01:06:03 +03:00
parent e6305805a7
commit d0ba8fe33f

View File

@ -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