This commit is contained in:
finalchild 2022-08-18 15:23:00 +09:00
parent e144a2367a
commit 88afae5d1a
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ impl AddSubdiagnostic for ForbiddenLetReason {
}
Self::NotSupportedParentheses(span) => {
diag.span_note(span, fluent::ast_passes::not_supported_parentheses);
},
}
}
}
}

View File

@ -9,7 +9,7 @@ pub use self::Level::*;
use rustc_ast::node_id::{NodeId, NodeMap};
use rustc_ast::{AttrId, Attribute};
use rustc_data_structures::stable_hasher::{HashStable, StableHasher, ToStableHashKey};
use rustc_error_messages::{MultiSpan, DiagnosticMessage};
use rustc_error_messages::{DiagnosticMessage, MultiSpan};
use rustc_hir::HashStableContext;
use rustc_hir::HirId;
use rustc_span::edition::Edition;