]> git.proxmox.com Git - rustc.git/blob - src/test/ui/const-generics/defaults/complex-unord-param.min.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / const-generics / defaults / complex-unord-param.min.stderr
1 error: type parameters must be declared prior to const parameters
2 --> $DIR/complex-unord-param.rs:9:41
3 |
4 LL | struct NestedArrays<'a, const N: usize, A: 'a, const M: usize, T:'a =u32> {
5 | ---------------------^----------------------^--------- help: reorder the parameters: lifetimes, then types, then consts: `<'a, A: 'a, T: 'a, const N: usize, const M: usize>`
6
7 error: aborting due to previous error
8