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
Image says it all really, running rustdoc on files with windows style line-endings inserts (or doesn't strip?) additional newline characters, screwing up alignment with the line numbers:
This only seems to affect regular comments, doc comments are fine.
Edit: since it's not really obvious from the image due to the nature of the bug, it should look like this:
// Test commentpubfntest(){}// Test commentpubfntest2(){}// Test commentpubfntest3(){}
The text was updated successfully, but these errors were encountered:
Image says it all really, running rustdoc on files with windows style line-endings inserts (or doesn't strip?) additional newline characters, screwing up alignment with the line numbers:

This only seems to affect regular comments, doc comments are fine.
Edit: since it's not really obvious from the image due to the nature of the bug, it should look like this:
The text was updated successfully, but these errors were encountered: