mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +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`