Add #![allow(..)]
as necessary to get re-migrated run-pass tests compiling with clean stderr again.
Most were added mechanically.
This commit is contained in:
parent
2080474c75
commit
c9d9cc6e44
822 changed files with 1030 additions and 67 deletions
|
@ -9,6 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// run-pass
|
||||
#![allow(dead_code)]
|
||||
#![allow(stable_features)]
|
||||
|
||||
#![feature(const_indexing)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue