rust/compiler/rustc_parse
bors 17d3277064 Auto merge of #76598 - ad-anssi:diagnostic_errors_fix, r=estebank
Fixing memory exhaustion when formatting short code suggestion

Details can be found in issue #76597. This PR replaces substractions with `saturating_sub`'s to avoid usize wrapping leading to memory exhaustion when formatting short suggestion messages.
2020-09-13 11:08:41 +00:00
..
src Auto merge of #76598 - ad-anssi:diagnostic_errors_fix, r=estebank 2020-09-13 11:08:41 +00:00
Cargo.toml