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

8 lines
171 B
Rust

#[global_allocator]
static A: usize = 0;
//~^ the trait bound `usize:
//~| the trait bound `usize:
//~| the trait bound `usize:
//~| the trait bound `usize:
fn main() {}