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 75c68cf commit 5838d5bCopy full SHA for 5838d5b
compiler/rustc_errors/src/lib.rs
@@ -1349,7 +1349,7 @@ impl DiagCtxt {
1349
// Note: we prefer implementing operations on `DiagCtxt`, rather than
1350
// `DiagCtxtInner`, whenever possible. This minimizes functions where
1351
// `DiagCtxt::foo()` just borrows `inner` and forwards a call to
1352
-// `HanderInner::foo`.
+// `DiagCtxtInner::foo`.
1353
impl DiagCtxtInner {
1354
/// Emit all stashed diagnostics.
1355
fn emit_stashed_diagnostics(&mut self) -> Option<ErrorGuaranteed> {
0 commit comments