We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0317e5b commit c89a5d6Copy full SHA for c89a5d6
src/machine.rs
@@ -51,6 +51,7 @@ pub struct FrameData<'tcx> {
51
52
impl<'tcx> std::fmt::Debug for FrameData<'tcx> {
53
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
54
+ // Omitting `timing`, it does not support `Debug`.
55
f.debug_struct("FrameData")
56
.field("call_id", &self.call_id)
57
.field("catch_unwind", &self.catch_unwind)
0 commit comments