1
Fork 0
rust/compiler/rustc_parse/src/lexer
Joshua Nelson 96509b4835 Make Diagnostic::span_fatal unconditionally raise an error
It had no callers which didn't immediately call `raise()`, and this
unifies the behavior with `Session`.
2021-05-08 23:12:04 -04:00
..
mod.rs Make Diagnostic::span_fatal unconditionally raise an error 2021-05-08 23:12:04 -04:00
tokentrees.rs use if let instead of single match arm expressions to compact code and reduce nesting (clippy::single_match) 2020-09-20 11:42:52 +02:00
unescape_error_reporting.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
unicode_chars.rs Condense StringReader's API to a single function 2020-09-03 15:52:15 +02:00