Allow some lints to let the ported run-pass/borrowck tests get through.
This commit is contained in:
parent
4a7c8cc4b9
commit
ff8f1a3b94
2 changed files with 3 additions and 0 deletions
|
@ -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`
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// run-pass
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
use std::cell::Cell;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue