]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_trans/trans/mir/mod.rs
address nits from dotdash
[rust.git] / src / librustc_trans / trans / mir / mod.rs
index fb652c6dc7e3e70a66743eeb2ced28792f7220a8..3b018cc132184b54ccac287a770c65a5e402d533 100644 (file)
@@ -55,6 +55,9 @@ pub struct MirContext<'bcx, 'tcx:'bcx> {
     ///     - nor should it appear in an lvalue path like `tmp.a`
     /// - the operand must be defined by an rvalue that can generate immediate
     ///   values
+    ///
+    /// Avoiding allocs can also be important for certain intrinsics,
+    /// notably `expect`.
     temps: Vec<TempRef<'tcx>>,
 
     /// The arguments to the function; as args are lvalues, these are