Improve previous compile fail test
This commit is contained in:
parent
ab52327a83
commit
a5bdc43a46
@ -8,6 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![deny(warnings)]
|
||||
#![deny(warnings)] //~ NOTE: lint level defined here
|
||||
use std::thread; //~ ERROR: unused import
|
||||
fn main() {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user