Sign in
rust
/
rust
/
37c9b16b1dbe9e06ae5f269104f398887ff08021
/
.
/
tests
/
ui
/
allocator
/
not-an-allocator.rs
blob: d5062c94141993be6dfc63b641035f0d88773ed1 [
file
] [
log
] [
blame
]
//@ 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
()
{}