diff options
| author | Mason Reed <mason@vector35.com> | 2025-06-13 15:47:15 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-06-13 16:13:40 -0400 |
| commit | 255d616d33004a042b773e2ea3cbedefd76db3ab (patch) | |
| tree | 01ec0662a5fd53e9661da1e6b3a1593044f06500 /rust/src/medium_level_il | |
| parent | 0c34857925e6b0c220871f921f5cf4d59bbdb403 (diff) | |
[Rust] Misc API additions/docs and formatting fixes
Diffstat (limited to 'rust/src/medium_level_il')
| -rw-r--r-- | rust/src/medium_level_il/lift.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/medium_level_il/lift.rs b/rust/src/medium_level_il/lift.rs index e563f26d..ff12c0e2 100644 --- a/rust/src/medium_level_il/lift.rs +++ b/rust/src/medium_level_il/lift.rs @@ -6,7 +6,7 @@ use crate::variable::{ConstantData, SSAVariable, Variable}; use std::collections::BTreeMap; use std::fmt::{Debug, Formatter}; -#[derive(Clone)] +#[derive(Clone, Debug)] pub enum MediumLevelILLiftedOperand { ConstantData(ConstantData), Intrinsic(CoreIntrinsic), |
