]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generic/generic-impl-more-params-with-defaults.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / generic / generic-impl-more-params-with-defaults.stderr
1 error[E0107]: wrong number of type arguments: expected at most 2, found 3
2   --> $DIR/generic-impl-more-params-with-defaults.rs:13:5
3    |
4 LL |     Vec::<isize, Heap, bool>::new();
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected at most 2 type arguments
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0107`.