Skip to content

Commit d0ba8fe

Browse files
committed
Skip codegen for one UI test with long file path
1 parent e630580 commit d0ba8fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/ui/nll/closure-requirements/region-lbr1-does-outlive-lbr2-because-implied-bound.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
// compile-flags:-Zborrowck=mir -Zverbose
55
// compile-pass
6-
7-
#![allow(warnings)]
6+
// skip-codegen
87

98
fn foo<'a, 'b>(x: &'a &'b u32) -> &'a u32 {
109
&**x

0 commit comments

Comments
 (0)