09e49a8e6c
Previously having optional lang_items caused an assertion failure at compile-time, and then once that was fixed there was a segfault at runtime of using a NULL crate-map (crates with no_std)
4 lines
28 B
Rust
4 lines
28 B
Rust
#[no_std];
|
|
|
|
pub fn foo() {}
|