Sign in
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
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
()
{}