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
error[E0244]: wrong number of type arguments
--> <anon>:1:30
|
1 | fn too_many_type_params() -> Option<i64, i64> {
| ^^^^^^^^^^^^^^^^ expected 1 type arguments, found 2
Ideally error messages would use correct plurals, so 'expected 1 type argument, found 2' in this case.
The text was updated successfully, but these errors were encountered:
Given the code:
rustc reports:
Ideally error messages would use correct plurals, so 'expected 1 type argument, found 2' in this case.
The text was updated successfully, but these errors were encountered: