]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/mir/constant.rs
Reduced line length to pass tidy
[rust.git] / src / librustc_codegen_llvm / mir / constant.rs
index 586a490774023f9f000a68b8c63da9eb2b4636c1..2c241d938e5436db54cba5b21cb86ee4788c0f65 100644 (file)
@@ -139,7 +139,7 @@ pub fn codegen_static_initializer(
     Ok((const_alloc_to_llvm(cx, alloc), alloc))
 }
 
-impl FunctionCx<'a, 'll, 'tcx> {
+impl FunctionCx<'a, 'll, 'tcx, &'ll Value> {
     fn fully_evaluate(
         &mut self,
         bx: &Builder<'a, 'll, 'tcx>,