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