File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ pub fn report_error<'tcx, 'mir>(
289
289
( None , format!( "see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information" ) ) ,
290
290
] ,
291
291
InvalidProgram (
292
- InvalidProgramInfo :: AlreadyReported ( rustc_errors :: ErrorGuaranteed { .. } )
292
+ InvalidProgramInfo :: AlreadyReported ( _ )
293
293
) => {
294
294
// This got already reported. No point in reporting it again.
295
295
return None ;
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ extern crate rustc_ast;
47
47
extern crate rustc_middle;
48
48
extern crate rustc_const_eval;
49
49
extern crate rustc_data_structures;
50
- extern crate rustc_errors;
51
50
extern crate rustc_hir;
52
51
extern crate rustc_index;
53
52
extern crate rustc_session;
You can’t perform that action at this time.
0 commit comments