rust/compiler/rustc_parse/src
bors 187d1afa9d Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki
Give a better diagnostic for missing parens in Fn* bounds

Fixes #108109

It would be nice to try and recover here, but I'm not sure it's worth the effort, especially as the bounds on the recovered function would be incorrect.
2023-11-07 13:04:56 +00:00
..
lexer When encountering unclosed delimiters during parsing, check for diff markers 2023-10-30 00:56:46 +00:00
parser Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki 2023-11-07 13:04:56 +00:00
errors.rs Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki 2023-11-07 13:04:56 +00:00
lib.rs Use relative positions inside a SourceFile. 2023-09-03 12:56:10 +00:00
validate_attr.rs Remove MacDelimiter. 2023-08-03 09:03:30 +10:00