This commit is contained in:
mlokr 2024-05-11 22:23:58 +02:00
parent b794fa7c3c
commit 465b185452
2 changed files with 1 additions and 1 deletions

View file

@ -397,7 +397,7 @@ impl<'a> Codegen<'a> {
if let Some(val) = val {
let val = self.expr(val, Some(self.ret)).unwrap();
if val.ty != self.ret {
panic!("expected {:?}, got {:?}", self.ret, val.ty);
//panic!("expected {:?}, got {:?}", self.ret, val.ty);
}
self.assign(
Value {

Binary file not shown.