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 e144a23 commit 88afae5Copy full SHA for 88afae5
compiler/rustc_ast_passes/src/errors.rs
@@ -26,7 +26,7 @@ impl AddSubdiagnostic for ForbiddenLetReason {
26
}
27
Self::NotSupportedParentheses(span) => {
28
diag.span_note(span, fluent::ast_passes::not_supported_parentheses);
29
- },
+ }
30
31
32
compiler/rustc_lint_defs/src/lib.rs
@@ -9,7 +9,7 @@ pub use self::Level::*;
9
use rustc_ast::node_id::{NodeId, NodeMap};
10
use rustc_ast::{AttrId, Attribute};
11
use rustc_data_structures::stable_hasher::{HashStable, StableHasher, ToStableHashKey};
12
-use rustc_error_messages::{MultiSpan, DiagnosticMessage};
+use rustc_error_messages::{DiagnosticMessage, MultiSpan};
13
use rustc_hir::HashStableContext;
14
use rustc_hir::HirId;
15
use rustc_span::edition::Edition;
0 commit comments