Skip to content

Commit e423f3c

Browse files
committed
More CI fixes
1 parent e73b81e commit e423f3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/intrinsics.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
#![feature(core_float)]
1313
#![feature(lang_items)]
1414
#![feature(start)]
15-
#![feature(i128_type)]
1615
#![feature(global_allocator)]
1716
#![feature(allocator_api)]
1817
#![cfg_attr(windows, feature(panic_unwind))]
19-
#![no_std]
18+
#![no_core]
19+
20+
extern crate core;
2021

2122
#[cfg(not(thumb))]
2223
extern crate alloc_system;

0 commit comments

Comments
 (0)