about summary refs log tree commit diff
path: root/src/test/ui/const-generics/issues/issue-76595.stderr
blob: 1e37f9dcb1925c82016fab0e7c48e1597e11a5ff (plain)
1
2
3
4
5
6
7
8
9
error[E0107]: wrong number of generic arguments: expected 2, found 1
  --> $DIR/issue-76595.rs:15:5
   |
LL |     test::<2>();
   |     ^^^^^^^^^ expected 2 generic arguments

error: aborting due to previous error

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