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
Type parameters (ty_param) are currently pretty-printed as 'a or 'a:foo, where the former is same as new syntax for lifetime variables (#4846, not reflected to pp yet) and confusing enough.
The text was updated successfully, but these errors were encountered:
@huonw No, it refers a pretty-printed representation of ty_param in the compiler messages (which was occasionally shown up in pretty-printed types, e.g. Foo<'a> instead of Foo<<V#>>). I almost forgot about this bug, but looking at the history of librustc/util/ppaux.rs this bug seems to be got fixed in 4412df2, so feel free to close this bug.
Type parameters (
ty_param
) are currently pretty-printed as'a
or'a:foo
, where the former is same as new syntax for lifetime variables (#4846, not reflected to pp yet) and confusing enough.The text was updated successfully, but these errors were encountered: