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
* With hard_tabs, rustfmt preserves tabs and counts them as multiple
characters/columns (based on configuration).
* The annotated_snippet dependency, used to display errors, always
counts tabs as 1 character.
* If rustfmt tries to report an error on a line containing tabs,
the indices are mismatched.
* annotated_snippet will display the wrong range of the source code
slice; in the extreme case, it can panic with out-of-bounds access.
* The test case added in this commit is expected to currently fail,
since this commit doesn't include the fix.
0 commit comments