Skip to content

Commit 5838d5b

Browse files
committed
Fix incorrect comment.
1 parent 75c68cf commit 5838d5b

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_errors/src

1 file changed

+1
-1
lines changed

compiler/rustc_errors/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ impl DiagCtxt {
13491349
// Note: we prefer implementing operations on `DiagCtxt`, rather than
13501350
// `DiagCtxtInner`, whenever possible. This minimizes functions where
13511351
// `DiagCtxt::foo()` just borrows `inner` and forwards a call to
1352-
// `HanderInner::foo`.
1352+
// `DiagCtxtInner::foo`.
13531353
impl DiagCtxtInner {
13541354
/// Emit all stashed diagnostics.
13551355
fn emit_stashed_diagnostics(&mut self) -> Option<ErrorGuaranteed> {

0 commit comments

Comments
 (0)