blob: 684a22ce45c927f34e09ed2a0deb02a90abf557f [file] [log] [blame]
error[E0244]: wrong number of type arguments: expected at most 2, found 3
--> $DIR/generic-type-more-params-with-defaults.rs:19:12
|
LL | let _: Vec<isize, Heap, bool>;
| ^^^^^^^^^^^^^^^^^^^^^^ expected at most 2 type arguments
error: aborting due to previous error
For more information about this error, try `rustc --explain E0244`.