]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-103143.rs
Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino
[rust.git] / src / test / ui / parser / issue-103143.rs
1 fn main() {
2     x::<#[a]y::<z>>
3     //~^ ERROR invalid const generic expression
4     //~| ERROR cannot find value `x` in this scope
5 }