mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 21:56:24 +00:00
coverage: Don't underflow column number I noticed this when running coverage on a debug build of rustc. There may be other places that do this but I'm just fixing the one I hit. r? `@wesleywiser` `@richkadel`