File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -60,5 +60,3 @@ pub fn check_for_rustc_errors_attr(tcx: TyCtxt) {
60
60
}
61
61
}
62
62
}
63
-
64
- __build_diagnostic_array ! { librustc_codegen_utils, DIAGNOSTICS }
Original file line number Diff line number Diff line change @@ -1697,7 +1697,6 @@ pub fn diagnostics_registry() -> errors::registry::Registry {
1697
1697
all_errors. extend_from_slice ( & rustc_privacy:: DIAGNOSTICS ) ;
1698
1698
// FIXME: need to figure out a way to get these back in here
1699
1699
// all_errors.extend_from_slice(get_codegen_backend(sess).diagnostics());
1700
- all_errors. extend_from_slice ( & rustc_codegen_utils:: DIAGNOSTICS ) ;
1701
1700
all_errors. extend_from_slice ( & rustc_metadata:: DIAGNOSTICS ) ;
1702
1701
all_errors. extend_from_slice ( & rustc_passes:: DIAGNOSTICS ) ;
1703
1702
all_errors. extend_from_slice ( & rustc_plugin:: DIAGNOSTICS ) ;
You can’t perform that action at this time.
0 commit comments