| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-01-01 | Move `PatKind::Lit` checking from ast_validation to ast lowering | Aaron Hill | -0/+36 | |
| Fixes #92074 This allows us to insert an `ExprKind::Err` when an invalid expression is used in a literal pattern, preventing later stages of compilation from seeing an unexpected literal pattern. | ||||
