]> git.proxmox.com Git - rustc.git/blame - src/test/ui/generics/generic-impl-more-params-with-defaults.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / generics / generic-impl-more-params-with-defaults.stderr
CommitLineData
b7449926 1error[E0107]: wrong number of type arguments: expected at most 2, found 3
fc512014 2 --> $DIR/generic-impl-more-params-with-defaults.rs:13:24
b7449926
XL
3 |
4LL | Vec::<isize, Heap, bool>::new();
fc512014 5 | ^^^^ unexpected type argument
b7449926
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0107`.