blob: 26ed8dbb9c75be31fcc29972c28f0a34a3b77e2b [file] [log] [blame]
error[E0632]: cannot provide explicit type parameters when `impl Trait` is used in argument position.
--> $DIR/universal-issue-48703.rs:8:5
|
LL | foo::<String>('a');
| ^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0632`.