Derive Debug for LiveValue.
This commit is contained in:
@@ -32,6 +32,7 @@ pub struct LiveValueTracker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Information about a value that is live at the current program point.
|
/// Information about a value that is live at the current program point.
|
||||||
|
#[derive(Debug)]
|
||||||
pub struct LiveValue {
|
pub struct LiveValue {
|
||||||
/// The live value.
|
/// The live value.
|
||||||
pub value: Value,
|
pub value: Value,
|
||||||
|
|||||||
Reference in New Issue
Block a user