Allow some lints to let the ported run-pass/borrowck tests get through.

This commit is contained in:
Felix S. Klock II 2018-09-06 13:51:09 +02:00
parent 4a7c8cc4b9
commit ff8f1a3b94
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,8 @@
// except according to those terms.
// run-pass
#![allow(unconditional_recursion)]
// Check that we do not ICE when compiling this
// macro, which reuses the expression `$id`

View File

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(non_camel_case_types)]
use std::cell::Cell;