]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/const-arg-type-arg-misordered.stderr
New upstream version 1.47.0+dfsg1
[rustc.git] / src / test / ui / const-generics / const-arg-type-arg-misordered.stderr
CommitLineData
74b04a01
XL
1error[E0747]: constant provided when a type was expected
2 --> $DIR/const-arg-type-arg-misordered.rs:6:35
3 |
4LL | fn foo<const N: usize>() -> Array<N, ()> {
5 | ^
74b04a01 6
3dfed10e 7error: aborting due to previous error
74b04a01
XL
8
9For more information about this error, try `rustc --explain E0747`.