OperandRef
already had a Debug
impl
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
This commit is contained in:
parent
41ec376edd
commit
9411844aff
@ -131,7 +131,7 @@ impl<V: CodegenObject> OperandValue<V> {
|
||||
/// to avoid nasty edge cases. In particular, using `Builder::store`
|
||||
/// directly is sure to cause problems -- use `OperandRef::store`
|
||||
/// instead.
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct OperandRef<'tcx, V> {
|
||||
/// The value.
|
||||
pub val: OperandValue<V>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user