We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OperandRef
Debug
1 parent 41ec376 commit 9411844Copy full SHA for 9411844
compiler/rustc_codegen_ssa/src/mir/operand.rs
@@ -131,7 +131,7 @@ impl<V: CodegenObject> OperandValue<V> {
131
/// to avoid nasty edge cases. In particular, using `Builder::store`
132
/// directly is sure to cause problems -- use `OperandRef::store`
133
/// instead.
134
-#[derive(Copy, Clone, Debug)]
+#[derive(Copy, Clone)]
135
pub struct OperandRef<'tcx, V> {
136
/// The value.
137
pub val: OperandValue<V>,
0 commit comments