rust/compiler/rustc_parse/src
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
..
lexer Make Diagnostic::span_fatal unconditionally raise an error 2021-05-08 23:12:04 -04:00
parser Rename Parser::span_fatal_err -> Parser::span_err 2021-05-08 23:11:59 -04:00
lib.rs Implement token-based handling of attributes during expansion 2021-04-11 01:31:36 -04:00
validate_attr.rs ast: Remove some indirection layers from values in key-value attributes 2021-01-09 21:50:39 +03:00