This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-11-07 01:22:57 +03:00
parent 384e460bc2
commit 39172488d2

View file

@ -101,6 +101,7 @@ impl FileInfo
else else
{ {
println!("Error: Undefined Type -> {}", self.location.as_ref().unwrap()); println!("Error: Undefined Type -> {}", self.location.as_ref().unwrap());
return;
} }
} }
None => None =>