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
This will be useful for the new parser test cases as well. If I understand this correctly, rust-lang/annotate-snippets-rs#107 allows highlighting empty spans which can occur at EOF. You might've noticed that there are no error messages in some of the cases :)
Oh nice, that annoyed me for a long time. I think we should also change the expected errors to point to an empty range that starts at the next token's position instead of using the entire range of the next token.
See #10699
CC: @carljm in case you plan to work on this.
We may also decide not to use annotate-snippets anymore (it has some weirdness like it supports some markup that can mess up rendering)
The text was updated successfully, but these errors were encountered: