rustfmt puts where
on same line as impl
for empty impl
even if long
#5811
Labels
blocked
Blocked on rustc, an RFC, etc.
Given the following code:
rustfmt moves the
where
onto the same line as theimpl
. However, if you put afn func() {}
inside, it won't.This may need to wait for a style edition to fix.
The text was updated successfully, but these errors were encountered: