Sign in
rust
/
rust
/
de6826beff7cbfc52be0f1efecea6449e2df295d
/
.
/
tests
/
ui
/
allocator
/
not-an-allocator.rs
blob: d5062c94141993be6dfc63b641035f0d88773ed1 [
file
]
//@ revisions: u w
//@[u] only-unix
//@[w] only-windows
#[
global_allocator
]
static
A
:
usize
=
0
;
//~^ ERROR E0277
//~| ERROR E0277
//~| ERROR E0277
//~| ERROR E0277
fn
main
()
{}