We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04f6ca commit dc47665Copy full SHA for dc47665
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