]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/different_byref.min.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / const-generics / different_byref.min.stderr
CommitLineData
3dfed10e 1error: `[usize; 1]` is forbidden as the type of a const generic parameter
5869c6ff 2 --> $DIR/different_byref.rs:7:23
3dfed10e
XL
3 |
4LL | struct Const<const V: [usize; 1]> {}
5 | ^^^^^^^^^^
6 |
7 = note: the only supported types are integers, `bool` and `char`
5869c6ff 8 = help: more complex types are supported with `#![feature(const_generics)]`
3dfed10e
XL
9
10error: aborting due to previous error
11