mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
18f6cc6c5d
The tab replacement for diagnostics added in #79757 included a few assertions to ensure all tab characters are handled appropriately. We've started getting reports of these assertions firing (#81614). Since it's only a cosmetic issue, this downgrades the assertions to debug only, so we at least continue compiling even if the diagnostics might be a tad wonky. Fixes #81614