We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9689ada commit 6dd0d2dCopy full SHA for 6dd0d2d
src/librustc_mir/monomorphize/collector.rs
@@ -139,7 +139,7 @@
139
//!
140
//! #### Boxes
141
//! Since `Box` expression have special compiler support, no explicit calls to
142
-//! `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
143
//! compiler will generate them. We have to observe `Rvalue::Box` expressions
144
//! and Box-typed drop-statements for that purpose.
145
0 commit comments