summaryrefslogtreecommitdiffstats
path: root/tests/ui/query-system/no-query-in-printing-during-query-descr.rs
blob: 45b7043e2f6fdbd40d73eb61ed61d26a1347efa4 (plain)
1
2
3
4
5
6
fn a() -> _ {
    //~^ ERROR the placeholder `_` is not allowed within types on item signatures for return types
    &a
}

fn main() {}