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 af29599 commit 798064cCopy full SHA for 798064c
compiler/rustc_errors/src/diagnostic.rs
@@ -4,6 +4,8 @@ use crate::{
4
SubdiagnosticMessage, Substitution, SubstitutionPart, SuggestionStyle,
5
};
6
7
+use rustc_ast as ast;
8
+use rustc_ast_pretty::pprust;
9
use rustc_data_structures::fx::FxHashMap;
10
use rustc_error_messages::fluent_value_from_str_list_sep_by_and;
11
use rustc_error_messages::FluentValue;
0 commit comments