Skip to content

Commit

Permalink
Skip codegen for one UI test with long file path
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed May 8, 2019
1 parent e630580 commit d0ba8fe
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0ba8fe

Please sign in to comment.