Browse Source

More CI fixes

Alex Crichton 7 năm trước cách đây
mục cha
commit
e423f3c64b
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      examples/intrinsics.rs

+ 3 - 2
examples/intrinsics.rs

@@ -12,11 +12,12 @@
 #![feature(core_float)]
 #![feature(lang_items)]
 #![feature(start)]
-#![feature(i128_type)]
 #![feature(global_allocator)]
 #![feature(allocator_api)]
 #![cfg_attr(windows, feature(panic_unwind))]
-#![no_std]
+#![no_core]
+
+extern crate core;
 
 #[cfg(not(thumb))]
 extern crate alloc_system;