Bump dependencies

This commit is contained in:
Minseong Jang
2022-10-20 13:04:11 +09:00
parent 3f91b321a5
commit f39851625a
4 changed files with 12 additions and 9 deletions

View File

@@ -1117,6 +1117,7 @@ impl Dtype {
assert!(kr_func_decl.is_empty());
Self::function(self, Vec::new())
}
ast::DerivedDeclarator::Block(_) => panic!(),
};
}