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 00eef96 commit 226f4dfCopy full SHA for 226f4df
src/librustc/middle/trans/base.rs
@@ -2228,8 +2228,7 @@ pub fn register_fn_fuller(ccx: @CrateContext,
2228
mangle_exported_name(ccx, /*bad*/copy path, node_type)
2229
};
2230
2231
- // XXX: Bad copy.
2232
- let llfn: ValueRef = decl_fn(ccx.llmod, copy ps, cc, llfty);
+ let llfn: ValueRef = decl_fn(ccx.llmod, ps, cc, llfty);
2233
ccx.item_symbols.insert(node_id, ps);
2234
2235
// FIXME #4404 android JNI hacks
0 commit comments