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 be38291 commit d93dd62Copy full SHA for d93dd62
compiler/rustc_mir_transform/src/inline.rs
@@ -34,7 +34,7 @@ const TOP_DOWN_DEPTH_LIMIT: usize = 5;
34
35
pub(super) struct Inline;
36
37
-#[derive(Copy, Clone, Debug)]
+#[derive(Clone, Debug)]
38
struct CallSite<'tcx> {
39
callee: Instance<'tcx>,
40
fn_sig: ty::PolyFnSig<'tcx>,
0 commit comments