mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-21 07:05:33 -04:00
5 lines
84 B
Rust
5 lines
84 B
Rust
#[global_allocator]
|
|
fn foo() {} //~ ERROR: allocators must be statics
|
|
|
|
fn main() {}
|