rust/compiler/rustc_parse/src
Edward Shen a8b77cfe54
Add suggestion to remove if in let...else block
Adds an additional hint to failures where we encounter an else keyword
while we're parsing an if-let block.

This is likely that the user has accidentally mixed if-let and let...else
together.
2023-01-23 20:33:04 -08:00
..
lexer Add double-equals homoglyph 2023-01-19 02:25:55 +00:00
parser Add suggestion to remove if in let...else block 2023-01-23 20:33:04 -08:00
errors.rs Add suggestion to remove if in let...else block 2023-01-23 20:33:04 -08:00
lib.rs Split MacArgs in two. 2022-11-22 09:04:15 +11:00
validate_attr.rs Avoid unnecessary MetaItem/Attribute conversions. 2022-11-29 12:08:57 +11:00