mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-01 18:35:25 +00:00
Allow some lints to let the ported run-pass/borrowck tests get through.
This commit is contained in:
parent
4a7c8cc4b9
commit
ff8f1a3b94
@ -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…
Reference in New Issue
Block a user