stuff
This commit is contained in:
@@ -5,10 +5,4 @@ pub struct Struct {
|
||||
fields: Vec<Field>,
|
||||
}
|
||||
|
||||
impl Parsable for Struct {
|
||||
fn parse(ctx: &mut ParseCtx) -> Result<Self, CompilerMsg> {
|
||||
}
|
||||
}
|
||||
|
||||
pub struct Field {
|
||||
}
|
||||
pub struct Field {}
|
||||
|
||||
Reference in New Issue
Block a user