Skip to content

Commit c044424

Browse files
committed
Fix ICE
1 parent 77dec3b commit c044424

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_trans_utils

1 file changed

+1
-0
lines changed

src/librustc_trans_utils/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,5 @@ pub fn find_exported_symbols<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>) -> NodeSet {
119119
}).collect()
120120
}
121121

122+
#[cfg(not(stage0))] // remove after the next snapshot
122123
__build_diagnostic_array! { librustc_trans_utils, DIAGNOSTICS }

0 commit comments

Comments
 (0)