summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/parser-error-recovery/issue-89013-type.stderr
blob: c46c305e0850e9c1a29eb7b7e7c6d637aabaff53 (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 1 previous error