os-rust/compiler/rustc_parse
Matthew Jasper b011a0a13b Reduce double errors for invalid let expressions
Previously some invalid let expressions would result in both a feature
error and a parsing error. Avoid this and ensure that we only emit the
parsing error when this happens.
2023-09-11 16:17:06 +00:00
..
src Reduce double errors for invalid let expressions 2023-09-11 16:17:06 +00:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl Move let expression checking to parsing 2023-09-11 15:51:18 +00:00