questionable refactoring

This commit is contained in:
2025-03-23 18:40:07 -04:00
parent c766d34b6a
commit 0614d48fcc
14 changed files with 240 additions and 79 deletions
+1
View File
@@ -29,6 +29,7 @@ pub struct VarDef {
pub struct DataDef {
pub ty: Type,
pub origin: Origin,
pub label: String,
}
#[derive(Debug, Clone, Copy)]