Skip to content

Commit 9e479c2

Browse files
oli-obkbjorn3
andauthored
Update src/librustc_mir/monomorphize/partitioning.rs
Co-Authored-By: bjorn3 <[email protected]>
1 parent c859919 commit 9e479c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/monomorphize/partitioning.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ fn collect_and_partition_mono_items<'a, 'tcx>(
904904
cnum: CrateNum,
905905
) -> (Arc<DefIdSet>, Arc<Vec<Arc<CodegenUnit<'tcx>>>>)
906906
{
907-
assert_eq!(cnum, LOCAL_CRATE);
907+
assert_eq!(cnum, LOCAL_CRATE);
908908

909909
let collection_mode = match tcx.sess.opts.debugging_opts.print_mono_items {
910910
Some(ref s) => {

0 commit comments

Comments
 (0)