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
highlighter: Eagerly panic when highlight ranges are out of order
The errors were collected into the string but `errors` was never read.
Instead of collecting errors I think it's better for the sake of
debugging to panic eagerly.
0 commit comments