Skip to content

Commit ff8f1a3

Browse files
committed
Allow some lints to let the ported run-pass/borrowck tests get through.
1 parent 4a7c8cc commit ff8f1a3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/test/ui/run-pass/borrowck/borrowck-macro-interaction-issue-6304.rs

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// except according to those terms.
1010

1111
// run-pass
12+
#![allow(unconditional_recursion)]
13+
1214
// Check that we do not ICE when compiling this
1315
// macro, which reuses the expression `$id`
1416

src/test/ui/run-pass/borrowck/borrowck-univariant-enum.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// run-pass
12+
#![allow(non_camel_case_types)]
1213

1314
use std::cell::Cell;
1415

0 commit comments

Comments
 (0)