Update src/librustc_mir/monomorphize/partitioning.rs

Co-Authored-By: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer 2018-11-03 14:45:50 +01:00 committed by GitHub
parent c8599191e8
commit 9e479c2818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {