rust/tests/ui/parser/issues/issue-103143.rs
Esteban Küber 855444ec54 mv tests
2023-10-24 21:27:05 +00:00

6 lines
133 B
Rust

fn main() {
x::<#[a]y::<z>>
//~^ ERROR invalid const generic expression
//~| ERROR cannot find value `x` in this scope
}