DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / allocator / not-an-allocator.rs
12345678
#[global_allocator] static A: usize = 0; //~^ ERROR E0277 //~| ERROR E0277 //~| ERROR E0277 //~| ERROR E0277 fn main() {}