Add Debug impls to API types in rustc_codegen_ssa

This commit is contained in:
Mahmoud Mazouz
2024-08-04 21:59:03 +02:00
parent ab1527f1d6
commit 41ec376edd
3 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ use crate::mir::operand::{OperandRef, OperandValue};
use crate::mir::place::{PlaceRef, PlaceValue};
use crate::MemFlags;
#[derive(Copy, Clone)]
#[derive(Copy, Clone, Debug)]
pub enum OverflowOp {
Add,
Sub,