Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit 7c621a2

Browse files
committed
6/23 Nightly fallout
1 parent 5d8427a commit 7c621a2

24 files changed

+32
-28
lines changed

examples/app_blink.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(plugin, no_std, core, start)]
1+
#![feature(plugin, no_std, core, start, core_intrinsics)]
22
#![no_std]
33
#![plugin(macro_zinc)]
44

examples/app_blink_k20.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(plugin, no_std, core, start)]
1+
#![feature(plugin, no_std, core, start, core_intrinsics)]
22
#![no_std]
33
#![plugin(macro_zinc)]
44

examples/app_blink_k20_isr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(no_std, core, start)]
1+
#![feature(no_std, core, start, core_intrinsics)]
22
#![no_std]
33

44
extern crate core;

examples/app_blink_pt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(plugin, no_std, core, start)]
1+
#![feature(plugin, no_std, core, start, core_intrinsics)]
22
#![no_std]
33
#![plugin(macro_platformtree)]
44

examples/app_blink_stm32f4.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(plugin, no_std, core, start)]
1+
#![feature(plugin, no_std, core, start, core_intrinsics)]
22
#![no_std]
33
#![plugin(macro_zinc)]
44

examples/app_blink_stm32l1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(plugin, no_std, core, start)]
1+
#![feature(plugin, no_std, core, start, core_intrinsics)]
22
#![no_std]
33
#![plugin(macro_zinc)]
44

examples/app_blink_tiva_c.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(plugin, no_std, core, start)]
1+
#![feature(plugin, no_std, core, start, core_intrinsics)]
22
#![no_std]
33
#![plugin(macro_platformtree)]
44

examples/app_bluenrg_stm32l1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(no_std, core, start)]
1+
#![feature(no_std, core, start, core_intrinsics)]
22
#![no_std]
33

44
//! Sample application for BlueNRG communication over SPI in X-NUCLEO-IDB04A1

examples/app_dht22.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(start, plugin, no_std, core)]
1+
#![feature(start, plugin, no_std, core, core_intrinsics)]
22
#![crate_type="staticlib"]
33
#![no_std]
44
#![plugin(macro_platformtree)]

examples/app_empty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(core, plugin, asm, no_std, start)]
1+
#![feature(core, plugin, asm, no_std, start, core_intrinsics)]
22
#![no_std]
33
#![plugin(macro_zinc)]
44

0 commit comments

Comments
 (0)