We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4c96d commit b8d55d4Copy full SHA for b8d55d4
src/librustc_codegen_llvm/context.rs
@@ -332,7 +332,7 @@ impl MiscMethods<'tcx> for CodegenCx<'ll, 'tcx> {
332
}
333
334
fn get_fn(&self, instance: Instance<'tcx>) -> &'ll Value {
335
- get_fn(&&self,instance)
+ get_fn(self, instance)
336
337
338
fn get_param(&self, llfn: &'ll Value, index: c_uint) -> &'ll Value {
0 commit comments