summary refs log tree commit diff
path: root/src/test/ui/generic/generic-impl-more-params-with-defaults.stderr
blob: 66950d450a11147e45263eb787926755a99f273d (plain)
1
2
3
4
5
6
7
8
9
error[E0107]: wrong number of type arguments: expected at most 2, found 3
  --> $DIR/generic-impl-more-params-with-defaults.rs:13:5
   |
LL |     Vec::<isize, Heap, bool>::new();
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected at most 2 type arguments

error: aborting due to previous error

For more information about this error, try `rustc --explain E0107`.