rust/compiler/rustc_parse/src
Matthias Krüger 65dded8387
Rollup merge of #143589 - RalfJung:const-pat, r=compiler-errors
const-block-as-pattern: do not refer to no-longer-existing nightly feature

Surely everyone who used this nightly feature has fixed their code by now. So let's not confused people on stable that try to use a const block as a pattern by referring to some dead nightly feature.
2025-07-08 03:09:58 +02:00
..
lexer update to literal-escaper 0.0.4 for better API without unreachable and faster string parsing 2025-06-23 06:36:22 +00:00
parser Rollup merge of #143589 - RalfJung:const-pat, r=compiler-errors 2025-07-08 03:09:58 +02:00
errors.rs Remove let_chains feature 2025-06-30 07:49:20 -05:00
lib.rs Remove unused allow attrs 2025-07-07 12:58:16 +00:00
validate_attr.rs Port #[path] to the new attribute parsing infrastructure 2025-07-06 22:19:16 +02:00