We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05be576 + dc47665 commit d0638a1Copy full SHA for d0638a1
compiler/rustc_hir/src/hir.rs
@@ -1395,7 +1395,7 @@ pub struct LetExpr<'hir> {
1395
pub pat: &'hir Pat<'hir>,
1396
pub ty: Option<&'hir Ty<'hir>>,
1397
pub init: &'hir Expr<'hir>,
1398
- /// `Recovered::Yes` when this let expressions is not in a syntanctically valid location.
+ /// `Recovered::Yes` when this let expressions is not in a syntactically valid location.
1399
/// Used to prevent building MIR in such situations.
1400
pub recovered: ast::Recovered,
1401
}
0 commit comments