]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/const-arg-type-arg-misordered.stderr
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / ui / const-generics / const-arg-type-arg-misordered.stderr
1 error[E0747]: constant provided when a type was expected
2   --> $DIR/const-arg-type-arg-misordered.rs:3:35
3    |
4 LL | fn foo<const N: usize>() -> Array<N, ()> {
5    |                                   ^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0747`.