rust/src/test/ui/allocator/function-allocator.rs
2018-12-25 21:08:33 -07:00

4 lines
84 B
Rust

#[global_allocator]
fn foo() {} //~ ERROR: allocators must be statics
fn main() {}