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:
Felix S. Klock II 2018-09-25 23:51:35 +02:00
parent 2080474c75
commit c9d9cc6e44
822 changed files with 1030 additions and 67 deletions

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
// ignore-emscripten no threads support
use std::thread;

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_imports)]
use std::thread;
use std::sync::Mutex;

View file

@ -9,6 +9,8 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
#![allow(dead_code)]
#![allow(non_camel_case_types)]
// pretty-expanded FIXME #23616

View file

@ -9,6 +9,9 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
#![allow(dead_code)]
#![allow(unused_mut)]
// pretty-expanded FIXME #23616
use std::sync::mpsc::{channel, Sender};

View file

@ -9,6 +9,9 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
#![allow(dead_code)]
#![allow(unused_variables)]
#![allow(non_camel_case_types)]
// Test that a class with only sendable fields can be sent

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
// ignore-emscripten no threads support
use std::thread;

View file

@ -9,6 +9,8 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
#![allow(unused_mut)]
// ignore-windows
// exec-env:RUST_LOG=debug
// ignore-emscripten no threads support

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
// ignore-emscripten no threads support
use std::thread;

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
// ignore-emscripten no threads support
use std::thread;

View file

@ -9,6 +9,8 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
#![allow(unused_mut)]
// ignore-emscripten no threads support
use std::thread;

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
// pretty-expanded FIXME #23616
// ignore-emscripten no threads support

View file

@ -9,6 +9,8 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
#![allow(unused_mut)]
// ignore-emscripten no threads support
use std::thread;

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_variables)]
// ignore-emscripten no threads support
use std::sync::mpsc::{channel, Sender};

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_parens)]
// ignore-emscripten no threads support
use std::sync::mpsc::{channel, Sender};

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
// ignore-emscripten no threads support
// pretty-expanded FIXME #23616

View file

@ -9,6 +9,8 @@
// except according to those terms.
// run-pass
#![allow(unused_mut)]
#![allow(unused_parens)]
#![allow(non_camel_case_types)]
use std::sync::mpsc::channel;

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
// ignore-emscripten no threads support
// pretty-expanded FIXME #23616

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
// ignore-emscripten no threads support
use std::thread;

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_assignments)]
use std::sync::mpsc::channel;

View file

@ -9,6 +9,8 @@
// except according to those terms.
// run-pass
#![allow(unused_mut)]
#![allow(unused_assignments)]
use std::sync::mpsc::channel;

View file

@ -9,6 +9,8 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
#![allow(unused_assignments)]
// ignore-emscripten no threads support
use std::sync::mpsc::{channel, Sender};

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
// ignore-emscripten no threads support
use std::thread;

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
// ignore-emscripten no threads support
// pretty-expanded FIXME #23616

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
// ignore-emscripten no threads support
#![feature(box_syntax)]

View file

@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_must_use)]
// ignore-emscripten no threads support
use std::thread;