Use core::mem::size_of instead of core:intrinsics::size_of. Thanks @wangrunji0408

toolchain_update
Jiajie Chen 6 years ago
parent 6e887d5505
commit b1d01928c3

@ -1,4 +1,4 @@
use core::intrinsics::size_of; use core::mem::size_of;
extern "C" { extern "C" {
fn stext(); fn stext();

@ -6,7 +6,6 @@
#![feature(optin_builtin_traits)] #![feature(optin_builtin_traits)]
#![feature(panic_info_message)] #![feature(panic_info_message)]
#![feature(global_asm)] #![feature(global_asm)]
#![feature(core_intrinsics)]
#![no_std] #![no_std]
// just keep it ... // just keep it ...

Loading…
Cancel
Save