]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/middle/trans/callee.rs
auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakis
[rust.git] / src / librustc / middle / trans / callee.rs
index b95bd08dd164209fd47e3f7366c1831439f72fb5..f186af48321c3d8dd64db0769811eb5e7ca8bfa9 100644 (file)
@@ -339,7 +339,8 @@ pub fn trans_unboxing_shim(bcx: &Block,
                           return_type,
                           &empty_param_substs,
                           None,
-                          &block_arena);
+                          &block_arena,
+                          TranslateItems);
     let mut bcx = init_function(&fcx, false, return_type);
 
     // Create the substituted versions of the self type.