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 @@ pub(crate) fn is_expected_variant_for_type<'tcx, Cx: LayoutTypeMethods<'tcx>>(
|
||||
/// 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…
Reference in New Issue
Block a user