We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca663b0 commit d585ec8Copy full SHA for d585ec8
compiler/rustc_errors/src/lib.rs
@@ -1230,7 +1230,7 @@ impl DiagCtxt {
1230
// Note: we prefer implementing operations on `DiagCtxt`, rather than
1231
// `DiagCtxtInner`, whenever possible. This minimizes functions where
1232
// `DiagCtxt::foo()` just borrows `inner` and forwards a call to
1233
-// `HanderInner::foo`.
+// `DiagCtxtInner::foo`.
1234
impl DiagCtxtInner {
1235
/// Emit all stashed diagnostics.
1236
fn emit_stashed_diagnostics(&mut self) -> Option<ErrorGuaranteed> {
0 commit comments