Expand description
This module describes hir-level representation of expressions.
This representation is:
- Identity-based. Each expression has an
id
, so we can distinguish between different1
in1 + 1
. - Independent of syntax. Though syntactic provenance information can be attached separately via id-based side map.
- Unresolved. Paths are stored as sequences of names, and not as defs the names refer to.
- Desugared. There’s no
if let
.
See also a neighboring body
module.
Modules§
- format_
args - Parses
format_args
input. - type_
ref - HIR for references to types. Paths in these are not yet resolved. They can be directly created from an ast::TypeRef, without further queries.
Structs§
Enums§
- ArithOp
- Array
- AsmOperand
- Binary
Op - Binding
Annotation - Explicit binding annotations given in the HIR for a binding. Note that this is not the final binding mode that we infer after type inference.
- Binding
Problems - Capture
By - Closure
Kind - CmpOp
- Expr
- Expr
OrPat Id - Inline
AsmReg OrReg Class - Item
- Literal
- Literal
OrConst - Used in range patterns.
- LogicOp
- Movability
- Ordering
- Pat
- Close relative to rustc’s hir::PatKind
- RangeOp
- Statement
- UnaryOp