Update third_party/lang-items to support OpenSK.
This commit is contained in:
9
third_party/lang-items/src/lib.rs
vendored
Normal file
9
third_party/lang-items/src/lib.rs
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
#![feature(alloc_error_handler)]
|
||||
|
||||
#[cfg(not(feature = "std"))]
|
||||
mod allocator;
|
||||
#[cfg(not(feature = "std"))]
|
||||
mod panic_handler;
|
||||
#[cfg(not(feature = "std"))]
|
||||
mod util;
|
||||
Reference in New Issue
Block a user