Skip to content

Commit 798064c

Browse files
committed
Fix rebase mistake
1 parent af29599 commit 798064c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/rustc_errors/src/diagnostic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ use crate::{
44
SubdiagnosticMessage, Substitution, SubstitutionPart, SuggestionStyle,
55
};
66

7+
use rustc_ast as ast;
8+
use rustc_ast_pretty::pprust;
79
use rustc_data_structures::fx::FxHashMap;
810
use rustc_error_messages::fluent_value_from_str_list_sep_by_and;
911
use rustc_error_messages::FluentValue;

0 commit comments

Comments
 (0)