]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generic/generic-type-more-params-with-defaults.stderr
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / generic / generic-type-more-params-with-defaults.stderr
1 error[E0107]: wrong number of type arguments: expected at most 2, found 3
2   --> $DIR/generic-type-more-params-with-defaults.rs:9:12
3    |
4 LL |     let _: Vec<isize, Heap, bool>;
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`.