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
steffahn
changed the title
Rustfmt eating the colon in bound-less where clause entries.
Rustfmt eating the colon in bound-less where clause entries (for lifetimes).
Jan 12, 2021
I appreciate that this item might be of high interest and high priority for you. However, please remember that every bug report/feature request/etc. is of high interest and high priority to someone. Like most of the dev tools teams, we've got a mountain of work to do and comparatively limited bandwidth.
If this is something you'd like to see sooner rather than later, you might want to look at trying to grab the changes from the linked PR and seeing if they can come over cleanly to the main branch (not sure whether the CI failures on that branch were transient).
Otherwise, we'll get to it when we can, and thank you for your patience in the interim!
becomes
resulting in syntax error.
This kind of code can actually be usefult to turn
'a
into an early bound lifetime.Tested in the
rustfmt
shipped with nightly rust (rustfmt 1.4.30-nightly (acd9486 2020-12-20)
).The text was updated successfully, but these errors were encountered: