Skip to content

Commit b9a9030

Browse files
author
Jorge Aparicio
committed
fix some cfail tests
1 parent 60abb3b commit b9a9030

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/compile-fail/issue-17999.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
#![deny(unused_variables)]
12+
#![feature(core)]
1213

1314
fn main() {
1415
for _ in 1is..101 {

src/test/compile-fail/liveness-unused.rs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#![deny(unused_variables)]
1212
#![deny(unused_assignments)]
1313
#![allow(dead_code, non_camel_case_types)]
14+
#![feature(core)]
1415
#![feature(os)]
1516

1617
fn f1(x: isize) {

0 commit comments

Comments
 (0)