rust/compiler/rustc_parse/src
Esteban Kuber c6d800d854 Point at unclosed delimiters as part of the primary MultiSpan
Both the place where the parser encounters a needed closed delimiter and
the unclosed opening delimiter are important, so they should get the
same level of highlighting in the output.
2021-08-27 14:24:47 +00:00
..
lexer Warn when an escaped newline skips multiple lines 2021-08-11 11:35:08 +02:00
parser Point at unclosed delimiters as part of the primary MultiSpan 2021-08-27 14:24:47 +00:00
lib.rs Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00
validate_attr.rs Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00