diff options
| author | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer <github35764891676564198441@oli-obk.de> | 2018-11-03 14:45:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-03 14:45:50 +0100 |
| commit | 9e479c2818eac337657c52791b12955002582dfd (patch) | |
| tree | 90dfe673e6ff652a93c11e3cfb90235f6a789bee | |
| parent | c8599191e874ffced8035f4e899505a7e2dafbfa (diff) | |
| download | rust-9e479c2818eac337657c52791b12955002582dfd.tar.gz rust-9e479c2818eac337657c52791b12955002582dfd.zip | |
Update src/librustc_mir/monomorphize/partitioning.rs
Co-Authored-By: bjorn3 <bjorn3@users.noreply.github.com>
| -rw-r--r-- | src/librustc_mir/monomorphize/partitioning.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_mir/monomorphize/partitioning.rs b/src/librustc_mir/monomorphize/partitioning.rs index dddd64d0ba2..2c2bfc995e4 100644 --- a/src/librustc_mir/monomorphize/partitioning.rs +++ b/src/librustc_mir/monomorphize/partitioning.rs @@ -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) => { |
