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 66c1cd1 commit bfc4a1fCopy full SHA for bfc4a1f
compiler/rustc_errors/src/lib.rs
@@ -1357,7 +1357,7 @@ impl DiagCtxt {
1357
// Note: we prefer implementing operations on `DiagCtxt`, rather than
1358
// `DiagCtxtInner`, whenever possible. This minimizes functions where
1359
// `DiagCtxt::foo()` just borrows `inner` and forwards a call to
1360
-// `HanderInner::foo`.
+// `DiagCtxtInner::foo`.
1361
impl DiagCtxtInner {
1362
/// Emit all stashed diagnostics.
1363
fn emit_stashed_diagnostics(&mut self) -> Option<ErrorGuaranteed> {
0 commit comments