about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-103143.rs
blob: 90f10fc1a089c9d62761c2cedb214c95735d347f (plain)
1
2
3
4
5
fn main() {
    x::<#[a]y::<z>>
    //~^ ERROR attributes cannot be applied to generic arguments
    //~| ERROR cannot find value `x` in this scope
}