• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

toml-rs / toml / 23804895210

31 Mar 2026 03:14PM UTC coverage: 80.801% (+0.01%) from 80.789%
23804895210

push

github

web-flow
fix(parser): Fix stack overflow in value() on repeated '=' (#1131)

Similar to #1129 and #1130

Rewrite the extra '=' handling in value() to iteratively skip redundant
'=' tokens in a loop instead of recursing, preventing stack overflow on
long runs of '=' characters. Add regression test.

17 of 26 new or added lines in 2 files covered. (65.38%)

13295 of 16454 relevant lines covered (80.8%)

5.11 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

71.1
/crates/toml_parser/src/parser/document.rs


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc