rust/tests/ui/parser/issues/issue-103143.rs
2025-08-05 07:10:31 +05:00

6 lines
150 B
Rust

fn main() {
x::<#[a]y::<z>>
//~^ ERROR attributes cannot be applied to generic arguments
//~| ERROR cannot find value `x` in this scope
}