summary refs log tree commit diff
path: root/src/test/ui/const-generics/impl-trait-with-const-arguments.full.stderr
blob: a587cb618731a015897b5bb414414ec084f1779c (plain)
1
2
3
4
5
6
7
8
error[E0632]: cannot provide explicit generic arguments when `impl Trait` is used in argument position
  --> $DIR/impl-trait-with-const-arguments.rs:24:20
   |
LL |     assert_eq!(f::<4usize>(Usizable), 20usize);
   |                    ^^^^^^ explicit generic argument not allowed

error: aborting due to previous error