We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67dc370 commit 1eaa34cCopy full SHA for 1eaa34c
clarity/src/vm/representations.rs
@@ -455,12 +455,16 @@ pub struct SymbolicExpression {
455
pub id: u64,
456
457
#[cfg(feature = "developer-mode")]
458
+ #[serde(default)]
459
pub span: Span,
460
461
462
463
pub pre_comments: Vec<(String, Span)>,
464
465
466
pub end_line_comment: Option<String>,
467
468
469
pub post_comments: Vec<(String, Span)>,
470
}
0 commit comments