]> git.proxmox.com Git - rustc.git/blame - tests/ui/const-generics/projection-as-arg-const.stderr
New upstream version 1.74.1+dfsg1
[rustc.git] / tests / ui / const-generics / projection-as-arg-const.stderr
CommitLineData
487cf647
FG
1error: `<i32 as Identity>::Identity` is forbidden as the type of a const generic parameter
2 --> $DIR/projection-as-arg-const.rs:13:21
3 |
4LL | pub fn foo<const X: <i32 as Identity>::Identity>() {
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = note: the only supported types are integers, `bool` and `char`
487cf647
FG
8
9error: aborting due to previous error
10