blob: 3192daafa0b925b95ad19a37c54c9d715faf3c9b [file] [log] [blame] [edit]
const A: &_ = 0_u32;
//~^ ERROR: the placeholder `_` is not allowed within types on item signatures for constants
fn main() {}