]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/struct-with-invalid-const-param.full.stderr
New upstream version 1.51.0+dfsg1
[rustc.git] / src / test / ui / const-generics / struct-with-invalid-const-param.full.stderr
CommitLineData
3dfed10e 1error[E0573]: expected type, found const parameter `C`
5869c6ff 2 --> $DIR/struct-with-invalid-const-param.rs:7:23
3dfed10e
XL
3 |
4LL | struct S<const C: u8>(C);
5 | ^ not a type
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0573`.