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

error: aborting due to previous error

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