]>
git.proxmox.com Git - rustc.git/blob - src/test/ui/const-generics/issues/issue-62878.rs
578ce765b2fb82048309f1be5ef325f467ed28c2
2 #![cfg_attr(full, feature(adt_const_params, generic_arg_infer))]
3 #![cfg_attr(full, allow(incomplete_features))]
5 fn foo
<const N
: usize, const A
: [u8; N
]>() {}
6 //~^ ERROR the type of const parameters must not
7 //[min]~| ERROR `[u8; _]` is forbidden as the type of a const generic parameter