1
Fork 0
rust/src/test/ui/allocator/not-an-allocator.rs

9 lines
171 B
Rust
Raw Normal View History

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