Skip to content

Commit

Permalink
Rollup merge of rust-lang#57062 - bjorn3:patch-1, r=varkor
Browse files Browse the repository at this point in the history
Fix a comment
  • Loading branch information
Centril committed Dec 23, 2018
2 parents 4ebc7b7 + 6dd0d2d commit e482677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/monomorphize/collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
//!
//! #### Boxes
//! Since `Box` expression have special compiler support, no explicit calls to
//! `exchange_malloc()` and `exchange_free()` may show up in MIR, even if the
//! `exchange_malloc()` and `box_free()` may show up in MIR, even if the
//! compiler will generate them. We have to observe `Rvalue::Box` expressions
//! and Box-typed drop-statements for that purpose.
//!
Expand Down

0 comments on commit e482677

Please sign in to comment.