]> git.lizzy.rs Git - rust.git/blob - src/test/ui/allocator/not-an-allocator.rs
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
[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() {}