]> git.lizzy.rs Git - rust.git/blob - src/test/ui/allocator/not-an-allocator.rs
Rollup merge of #94577 - RalfJung:simd-miri, r=scottmcm
[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() {}