mirror of
https://github.com/Noratrieb/crapderive.git
synced 2026-01-14 16:45:08 +01:00
t pushMerge branch 'master' of https://github.com/Nilstrieb/asm-thing
This commit is contained in:
commit
1722a9ea0f
1 changed files with 11 additions and 0 deletions
|
|
@ -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)]
|
#[derive(Debug, PartialEq, Eq, DebugPls)]
|
||||||
pub enum StmtKind {
|
pub enum StmtKind {
|
||||||
Mov { to: Expr, from: Expr },
|
Mov { to: Expr, from: Expr },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue