summary refs log tree commit diff
path: root/src/test/ui/allocator/not-an-allocator.rs
blob: 417c371bdbf619b078da02bb2832879df11e8f23 (plain)
1
2
3
4
5
6
7
8
#[global_allocator]
static A: usize = 0;
//~^ the trait bound `usize:
//~| the trait bound `usize:
//~| the trait bound `usize:
//~| the trait bound `usize:

fn main() {}