Sign in
rust
/
rust
/
5cccc7ca024ae93da004e194028a05ca48b0acbd
/
.
/
tests
/
ui
/
allocator
/
function-allocator.rs
blob: d53f6e9b72e88dda866e68ddc446eb4491ddbf75 [
file
] [
log
] [
blame
]
#[
global_allocator
]
fn
foo
()
{}
//~ ERROR: allocators must be statics
fn
main
()
{}