rust/compiler/rustc_parse/src
Eric Huss 5f8c571e50 Move malformed attribute code to a function and fix inner attribute suggestion.
Moving to a dedicated function in preparation for other validation.

The suggestion given didn't consider if it was an inner attribute.
2021-09-25 08:11:10 -07:00
..
lexer Improve diagnostics if a character literal contains combining marks 2021-09-10 19:23:37 +02:00
parser Rollup merge of #89221 - aDotInTheVoid:macro-error-1, r=estebank 2021-09-24 11:40:17 -07:00
lib.rs Add some more tracing 2021-09-20 15:24:47 +00:00
validate_attr.rs Move malformed attribute code to a function and fix inner attribute suggestion. 2021-09-25 08:11:10 -07:00