blob: 6800b37b5b175aaaee409116c67c9acefa9a4848 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0632]: cannot provide explicit generic arguments when `impl Trait` is used in argument position
--> $DIR/universal-issue-48703.rs:8:11
|
LL | foo::<String>('a');
| ^^^^^^ explicit generic argument not allowed
error: aborting due to previous error
For more information about this error, try `rustc --explain E0632`.
|