feat: add better diagnostic rendering

This commit is contained in:
2026-04-21 22:35:37 +02:00
parent 0162d5b845
commit 42ba357302
5 changed files with 74 additions and 6 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
fn main() -> i8 {
return -1;
if 2 * 5 == 10 {
return -1;
} else {
return 45;
}
}