You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected this would give the explicit return value.
Instead, this happened:
error[E0632]: cannot provide explicit generic arguments when `impl Trait` is used in argument position
--> src/main.rs:10:11
|
10 | bar::<usize>(42);
| ^^^^^ explicit generic argument not allowed
The text was updated successfully, but these errors were encountered:
I tried this code:
I expected this would give the explicit return value.
Instead, this happened:
The text was updated successfully, but these errors were encountered: