summaryrefslogtreecommitdiffstats
path: root/src/test/ui/const-generics/parser-error-recovery/issue-89013-type.stderr
blob: f0d0d90c774f8a5981dddb63ff0ef20059b52059 (plain)
1
2
3
4
5
6
7
8
error: missing type to the right of `=`
  --> $DIR/issue-89013-type.rs:9:13
   |
LL | impl Foo<N = type 3> for Bar {
   |             ^---- expected type, found keyword `type`

error: aborting due to previous error