Skip to content

Commit 6a2d174

Browse files
committed
Traits skeletton fully in place
1 parent cb2ae4b commit 6a2d174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_codegen_ssa/interfaces/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ pub trait BuilderMethods<'a, 'll :'a, 'tcx: 'll> : HasCodegen<'a, 'll, 'tcx> +
254254
) -> <Self::CodegenCx as Backend<'ll>>::Value;
255255
fn load_ref(
256256
&mut self,
257-
&PlaceRef<'tcx,<Self::CodegenCx as Backend<'ll>>::Value>
257+
ptr: &PlaceRef<'tcx,<Self::CodegenCx as Backend<'ll>>::Value>
258258
) -> OperandRef<'tcx, <Self::CodegenCx as Backend<'ll>>::Value>;
259259

260260
fn range_metadata(

0 commit comments

Comments
 (0)