rustc_hir: fix typo in comment
This commit is contained in:
parent
1d4a419a6b
commit
8aba7307df
1 changed files with 1 additions and 1 deletions
|
|
@ -1958,7 +1958,7 @@ impl fmt::Display for ConstContext {
|
|||
}
|
||||
|
||||
// NOTE: `IntoDiagArg` impl for `ConstContext` lives in `rustc_errors`
|
||||
// due to a cyclical dependency between hir that crate.
|
||||
// due to a cyclical dependency between hir and that crate.
|
||||
|
||||
/// A literal.
|
||||
pub type Lit = Spanned<LitKind>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue