]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/parser-error-recovery/issue-89013-type.stderr
Auto merge of #105924 - TimNN:ui-remap, r=Mark-Simulacrum
[rust.git] / tests / ui / const-generics / parser-error-recovery / issue-89013-type.stderr
1 error: missing type to the right of `=`
2   --> $DIR/issue-89013-type.rs:9:13
3    |
4 LL | impl Foo<N = type 3> for Bar {
5    |             ^---- expected type, found keyword `type`
6
7 error: aborting due to previous error
8