blob: 8f05ab3c4940c30e22f0f170108907dbeb31e65e [file] [log] [blame]
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