Module rustc_parse::parser::expr
source Β· StructsΒ§
- CondChecker πVisitor to check for invalid/unstable use of
ExprKind::Letthat canβt easily be caught in parsing. For example:
EnumsΒ§
- DestructuredFloat π
- ForbiddenLetReason πUsed to forbid
letexpressions in certain syntactic locations. - LhsExpr π
FunctionsΒ§
- Could this lifetime/label be an unclosed char literal? For example,
'acould be, but'abccould not.