rust/compiler/rustc_parse/src/lexer
mark bb8d4307eb rustc_error: make ErrorReported impossible to construct
There are a few places were we have to construct it, though, and a few
places that are more invasive to change. To do this, we create a
constructor with a long obvious name.
2022-03-16 10:35:24 -05:00
..
mod.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
tokentrees.rs 4 - Make more use of let_chains 2022-02-28 07:49:56 -03:00
unescape_error_reporting.rs rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
unicode_chars.rs Replace &mut DiagnosticBuilder, in signatures, with &mut Diagnostic. 2022-02-23 05:38:19 +00:00