]> git.lizzy.rs Git - rust.git/blob - src/test/ui/allocator/not-an-allocator.rs
Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank
[rust.git] / src / test / ui / allocator / not-an-allocator.rs
1 #[global_allocator]
2 static A: usize = 0;
3 //~^ the trait bound `usize:
4 //~| the trait bound `usize:
5 //~| the trait bound `usize:
6 //~| the trait bound `usize:
7
8 fn main() {}