summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/issue-104768.rs
blob: 3192daafa0b925b95ad19a37c54c9d715faf3c9b (plain)
1
2
3
4
const A: &_ = 0_u32;
//~^ ERROR: the placeholder `_` is not allowed within types on item signatures for constants

fn main() {}