Skip to content

Commit e7f7fb8

Browse files
committed
Fix tests
1 parent bd7e5b9 commit e7f7fb8

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

tests/run/abort1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Run-time:
44
// status: signal
55

6-
#![feature(auto_traits, lang_items, no_core, start, intrinsics)]
6+
#![feature(auto_traits, lang_items, no_core, start, intrinsics, rustc_attrs)]
77
#![allow(internal_features)]
88

99
#![no_std]

tests/run/abort2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Run-time:
44
// status: signal
55

6-
#![feature(auto_traits, lang_items, no_core, start, intrinsics)]
6+
#![feature(auto_traits, lang_items, no_core, start, intrinsics, rustc_attrs)]
77
#![allow(internal_features)]
88

99
#![no_std]

tests/run/array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// 5
88
// 10
99

10-
#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics)]
10+
#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics, rustc_attrs)]
1111
#![allow(internal_features)]
1212

1313
#![no_std]

tests/run/assign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// 10
77

88
#![allow(internal_features, unused_attributes)]
9-
#![feature(auto_traits, lang_items, no_core, start, intrinsics, track_caller)]
9+
#![feature(auto_traits, lang_items, no_core, start, intrinsics, rustc_attrs, track_caller)]
1010

1111
#![no_std]
1212
#![no_core]

tests/run/closure.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Both args: 11
1010

1111
#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics,
12-
unboxed_closures)]
12+
unboxed_closures, rustc_attrs)]
1313
#![allow(internal_features)]
1414

1515
#![no_std]

tests/run/condition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// stdout: true
66
// 1
77

8-
#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics)]
8+
#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics, rustc_attrs)]
99
#![allow(internal_features)]
1010

1111
#![no_std]

tests/run/fun_ptr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// status: 0
55
// stdout: 1
66

7-
#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics)]
7+
#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics, rustc_attrs)]
88
#![allow(internal_features)]
99

1010
#![no_std]

tests/run/int_overflow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// status: signal
66

77
#![allow(internal_features, unused_attributes)]
8-
#![feature(auto_traits, lang_items, no_core, start, intrinsics)]
8+
#![feature(auto_traits, lang_items, no_core, start, intrinsics, rustc_attrs)]
99

1010
#![no_std]
1111
#![no_core]

tests/run/mut_ref.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// 11
99

1010
#![allow(internal_features, unused_attributes)]
11-
#![feature(auto_traits, lang_items, no_core, start, intrinsics, track_caller)]
11+
#![feature(auto_traits, lang_items, no_core, start, intrinsics, rustc_attrs, track_caller)]
1212

1313
#![no_std]
1414
#![no_core]

tests/run/operations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// 10
77

88
#![allow(internal_features, unused_attributes)]
9-
#![feature(auto_traits, lang_items, no_core, start, intrinsics, arbitrary_self_types)]
9+
#![feature(auto_traits, lang_items, no_core, start, intrinsics, arbitrary_self_types, rustc_attrs)]
1010

1111
#![no_std]
1212
#![no_core]

tests/run/ptr_cast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// status: 0
55
// stdout: 1
66

7-
#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics)]
7+
#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics, rustc_attrs)]
88
#![allow(internal_features)]
99

1010
#![no_std]

tests/run/slice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// status: 0
55
// stdout: 5
66

7-
#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics)]
7+
#![feature(arbitrary_self_types, auto_traits, lang_items, no_core, start, intrinsics, rustc_attrs)]
88
#![allow(internal_features)]
99

1010
#![no_std]

tests/run/static.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// 12
1010
// 1
1111

12-
#![feature(auto_traits, lang_items, no_core, start, intrinsics)]
12+
#![feature(auto_traits, lang_items, no_core, start, intrinsics, rustc_attrs)]
1313
#![allow(internal_features)]
1414

1515
#![no_std]

0 commit comments

Comments
 (0)