We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CallSite
Copy
1 parent d61567b commit 6752d1aCopy full SHA for 6752d1a
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