We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dec3b commit c044424Copy full SHA for c044424
src/librustc_trans_utils/lib.rs
@@ -119,4 +119,5 @@ pub fn find_exported_symbols<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>) -> NodeSet {
119
}).collect()
120
}
121
122
+#[cfg(not(stage0))] // remove after the next snapshot
123
__build_diagnostic_array! { librustc_trans_utils, DIAGNOSTICS }
0 commit comments