rust/compiler/rustc_ast_passes
Michael Howell 3729b17b7e diagnostics: do not suggest fn foo({ <body> }
Instead of suggesting that the body always replace the last character on the
line, presuming it must be a semicolon, the parser should instead check what
the last character is, and append the body if it is anything else.

Fixes #83104
2022-03-22 15:29:07 -07:00
..
src diagnostics: do not suggest fn foo({ <body> } 2022-03-22 15:29:07 -07:00
Cargo.toml Update itertools 2022-03-04 11:54:28 -06:00