rust/compiler/rustc_parse/src
Matthias Krüger 4ecca4c09c
Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spastorino
Make `AssocOp` more like `ExprKind`

This is step 1 of [MCP 831](https://github.com/rust-lang/compiler-team/issues/831).

r? ``@estebank``
2025-02-27 08:56:37 +01:00
..
lexer replaces few consts with statics to reduce readonly section 2025-01-28 17:38:22 +03:00
parser Rename AssocOp::As as AssocOp::Cast. 2025-02-27 09:53:18 +11:00
errors.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
lib.rs tree-wide: parallel: Fully removed all Lrc, replaced with Arc 2025-02-03 13:25:57 +03:00
validate_attr.rs Properly record metavar spans for other expansions other than TT 2024-12-21 20:37:27 +00:00