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
I'm thinking that this will probably have to be added after #100 - I don't want to make the logic too confusing before I implement rendering overlapped labels.
Love the library, but there's an issue when using it with long multi-line spans--it shows every line!
I believe the lines that would need to be changed are these:
codespan/codespan-reporting/src/term/views/source_snippet/mod.rs
Lines 259 to 261 in e2d6fc3
rustc, on the other hand, will collapse multiple line spans:
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=0d4c7f47b06cefb15528f7106766d5f7
Does codespan support this?
The text was updated successfully, but these errors were encountered: