This commit is contained in:
bjorn3 2018-01-10 15:20:54 +01:00
parent 77dec3b03a
commit c0444242ef

View file

@ -119,4 +119,5 @@ pub fn find_exported_symbols<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>) -> NodeSet {
}).collect()
}
#[cfg(not(stage0))] // remove after the next snapshot
__build_diagnostic_array! { librustc_trans_utils, DIAGNOSTICS }