]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/issue-104768.rs
Rollup merge of #107023 - scottmcm:stop-shouting, r=Nilstrieb
[rust.git] / tests / ui / consts / issue-104768.rs
1 const A: &_ = 0_u32;
2 //~^ ERROR: the placeholder `_` is not allowed within types on item signatures for constants
3
4 fn main() {}