diff --git a/src/parser.rs b/src/parser.rs index 46fd076..9f23d90 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -62,6 +62,17 @@ impl DebugPls for Stmt { } } +struct Testln { + field: (), + hallo: std::path::Path, +} + +impl std::fmt::Debug for Testl { + fn fmt(&self, f: std::fmt::Formatter<'_> { + f.write_str("Testln") + } +} + #[derive(Debug, PartialEq, Eq, DebugPls)] pub enum StmtKind { Mov { to: Expr, from: Expr },