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
At some point I think rustdoc would emit the sugared version (Fn(i64, String) -> String) of unboxed closure bounds rather than Fn<(i64, String, String>.
The text was updated successfully, but these errors were encountered:
tomjakubowski
changed the title
Regression in rustdoc's printing of unboxed closure generics
Regression in rustdoc's printing of unboxed closure bounds
Dec 15, 2014
At some point I think rustdoc would emit the sugared version (
Fn(i64, String) -> String
) of unboxed closure bounds rather thanFn<(i64, String, String>
.Related to #19836
The text was updated successfully, but these errors were encountered: