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
fix(diagnostic): Don't panic on empty spans
### What does this PR try to resolve?
There is another level to this bug where we better point to where the
error occurs, see toml-rs/toml#669.
Fixes#13374
### How should we test and review this PR?
### Additional information
epage
added a commit
to epage/toml_edit
that referenced
this issue
Jan 31, 2024
fix(diagnostic): Don't panic on empty spans
### What does this PR try to resolve?
There is another level to this bug where we better point to where the
error occurs, see toml-rs/toml#669.
Fixesrust-lang#13374
### How should we test and review this PR?
### Additional information
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=cd6a70687d41e3341a4f7898e55583a9
(the span is empty)
The text was updated successfully, but these errors were encountered: