aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/cpass/late-not-send.rs1
-rw-r--r--tests/cpass/late-resource.rs1
-rw-r--r--tests/cpass/peripheral.rs1
-rw-r--r--tests/cpass/resource.rs1
-rw-r--r--tests/cpass/schedule.rs1
-rw-r--r--tests/cpass/singleton.rs1
-rw-r--r--tests/cpass/spawn.rs1
-rw-r--r--tests/cpass/unsafe.rs1
8 files changed, 0 insertions, 8 deletions
diff --git a/tests/cpass/late-not-send.rs b/tests/cpass/late-not-send.rs
index b7d2d60..06d376b 100644
--- a/tests/cpass/late-not-send.rs
+++ b/tests/cpass/late-not-send.rs
@@ -1,4 +1,3 @@
-#![feature(extern_crate_item_prelude)] // ???
#![no_main]
#![no_std]
diff --git a/tests/cpass/late-resource.rs b/tests/cpass/late-resource.rs
index 43f5170..94ec8c9 100644
--- a/tests/cpass/late-resource.rs
+++ b/tests/cpass/late-resource.rs
@@ -1,5 +1,4 @@
//! Runtime initialized resources
-#![feature(extern_crate_item_prelude)] // ???
#![no_main]
#![no_std]
diff --git a/tests/cpass/peripheral.rs b/tests/cpass/peripheral.rs
index 0ca720c..509a6be 100644
--- a/tests/cpass/peripheral.rs
+++ b/tests/cpass/peripheral.rs
@@ -1,5 +1,4 @@
//! Core and device peripherals
-#![feature(extern_crate_item_prelude)] // ???
#![no_main]
#![no_std]
diff --git a/tests/cpass/resource.rs b/tests/cpass/resource.rs
index 5718a4a..bb83739 100644
--- a/tests/cpass/resource.rs
+++ b/tests/cpass/resource.rs
@@ -1,6 +1,5 @@
//! Check code generation of resources
-#![feature(extern_crate_item_prelude)] // ???
#![no_main]
#![no_std]
diff --git a/tests/cpass/schedule.rs b/tests/cpass/schedule.rs
index bc7fe34..0728d8b 100644
--- a/tests/cpass/schedule.rs
+++ b/tests/cpass/schedule.rs
@@ -1,4 +1,3 @@
-#![feature(extern_crate_item_prelude)] // ???
#![no_main]
#![no_std]
diff --git a/tests/cpass/singleton.rs b/tests/cpass/singleton.rs
index 75b736c..d50f852 100644
--- a/tests/cpass/singleton.rs
+++ b/tests/cpass/singleton.rs
@@ -1,4 +1,3 @@
-#![feature(extern_crate_item_prelude)] // ???
#![no_main]
#![no_std]
diff --git a/tests/cpass/spawn.rs b/tests/cpass/spawn.rs
index ba5a855..3df606a 100644
--- a/tests/cpass/spawn.rs
+++ b/tests/cpass/spawn.rs
@@ -1,5 +1,4 @@
//! Check code generation of `spawn`
-#![feature(extern_crate_item_prelude)] // ???
#![no_main]
#![no_std]
diff --git a/tests/cpass/unsafe.rs b/tests/cpass/unsafe.rs
index 86f461f..b6996ad 100644
--- a/tests/cpass/unsafe.rs
+++ b/tests/cpass/unsafe.rs
@@ -1,5 +1,4 @@
//! Check code generation of `unsafe` `init` / `idle` / `exception` / `interrupt` / `task`
-#![feature(extern_crate_item_prelude)] // ???
#![no_main]
#![no_std]