diff options
| author | bors <bors@rust-lang.org> | 2022-10-10 21:41:02 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-10-10 21:41:02 +0000 |
| commit | 36c8e291a617ae6bd4b8ff13c54c82862eaf0eec (patch) | |
| tree | b38170662d2d265859e26ac69489240c3bea2924 /compiler/rustc_errors/src | |
| parent | a6b7274a462829f8ef08a1ddcdcec7ac80dbf3e1 (diff) | |
| parent | d565200270d425ab2d72b06109314c786676f593 (diff) | |
| download | rust-36c8e291a617ae6bd4b8ff13c54c82862eaf0eec.tar.gz rust-36c8e291a617ae6bd4b8ff13c54c82862eaf0eec.zip | |
Auto merge of #101720 - GuillaumeGomez:warn-INVALID_HTML_TAGS, r=notriddle
Change default level of INVALID_HTML_TAGS to warning and stabilize it Fixes of #67799. cc `@Nemo157` r? `@notriddle`
Diffstat (limited to 'compiler/rustc_errors/src')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 94a493992e5..2f6686f8196 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -411,7 +411,7 @@ struct HandlerInner { /// would be unnecessary repetition. taught_diagnostics: FxHashSet<DiagnosticId>, - /// Used to suggest rustc --explain <error code> + /// Used to suggest rustc --explain `<error code>` emitted_diagnostic_codes: FxIndexSet<DiagnosticId>, /// This set contains a hash of every diagnostic that has been emitted by |
