rust/compiler/rustc_parse/src
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
..
lexer Revert "Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkov" 2020-09-10 02:18:46 +00:00
parser repairing broken error message and rustfix application for the new test 2020-09-11 17:31:52 +02:00
lib.rs Auto merge of #76585 - Aaron1011:ignore-vert-plus, r=petrochenkov 2020-09-13 05:16:36 +00:00
validate_attr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00