Skip to content

Commit 8aba730

Browse files
committed
rustc_hir: fix typo in comment
1 parent 1d4a419 commit 8aba730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_hir/src/hir.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ impl fmt::Display for ConstContext {
19581958
}
19591959

19601960
// NOTE: `IntoDiagArg` impl for `ConstContext` lives in `rustc_errors`
1961-
// due to a cyclical dependency between hir that crate.
1961+
// due to a cyclical dependency between hir and that crate.
19621962

19631963
/// A literal.
19641964
pub type Lit = Spanned<LitKind>;

0 commit comments

Comments
 (0)