Running cargo spellcheck on this repo of mine causes it to segfault. No other output.
I'm a bit short on time atm; otherwise I'd have built c-s from source and attached a backtrace. Sorry about that.
To Reproduce
❯ cargo install cargo-spellcheck
❯ git clone https://github.com/virtualritz/uniform-cubic-splines.git
❯ cd uniform-cubic-splines
❯ cargo spellcheck
[1] 133893 segmentation fault (core dumped) cargo spellcheck
- System: Ubuntu 24.04
- Obtained: cargo
- Version: 0.14.0
Running
cargo spellcheckon this repo of mine causes it to segfault. No other output.I'm a bit short on time atm; otherwise I'd have built
c-sfrom source and attached a backtrace. Sorry about that.To Reproduce