Skip to content

Commit

Permalink
Update src/librustc_mir/monomorphize/partitioning.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: bjorn3 <bjorn3@users.noreply.github.com>
  • Loading branch information
oli-obk and bjorn3 committed Nov 3, 2018
1 parent c859919 commit 9e479c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/monomorphize/partitioning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ fn collect_and_partition_mono_items<'a, 'tcx>(
cnum: CrateNum,
) -> (Arc<DefIdSet>, Arc<Vec<Arc<CodegenUnit<'tcx>>>>)
{
assert_eq!(cnum, LOCAL_CRATE);
assert_eq!(cnum, LOCAL_CRATE);

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

0 comments on commit 9e479c2

Please sign in to comment.