Skip to content

Commit

Permalink
Allow some lints to let the ported run-pass/borrowck tests get through.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Sep 6, 2018
1 parent 4a7c8cc commit ff8f1a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -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`

Expand Down
1 change: 1 addition & 0 deletions src/test/ui/run-pass/borrowck/borrowck-univariant-enum.rs
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

// run-pass
#![allow(non_camel_case_types)]

use std::cell::Cell;

Expand Down

0 comments on commit ff8f1a3

Please sign in to comment.