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 d9570e0 commit 3416fa1Copy full SHA for 3416fa1
compiler/rustc_errors/src/lib.rs
@@ -411,7 +411,7 @@ struct HandlerInner {
411
/// would be unnecessary repetition.
412
taught_diagnostics: FxHashSet<DiagnosticId>,
413
414
- /// Used to suggest rustc --explain <error code>
+ /// Used to suggest rustc --explain `<error code>`
415
emitted_diagnostic_codes: FxIndexSet<DiagnosticId>,
416
417
/// This set contains a hash of every diagnostic that has been emitted by
0 commit comments