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.
CallSite
Copy
1 parent 1634a6d commit db205eaCopy full SHA for db205ea
compiler/rustc_mir_transform/src/inline.rs
@@ -36,7 +36,7 @@ const TOP_DOWN_DEPTH_LIMIT: usize = 5;
36
// by custom rustc drivers, running all the steps by themselves. See #114628.
37
pub struct Inline;
38
39
-#[derive(Copy, Clone, Debug)]
+#[derive(Clone, Debug)]
40
struct CallSite<'tcx> {
41
callee: Instance<'tcx>,
42
fn_sig: ty::PolyFnSig<'tcx>,
0 commit comments