feat: add better diagnostic rendering
This commit is contained in:
+5
-1
@@ -1,3 +1,7 @@
|
||||
fn main() -> i8 {
|
||||
return -1;
|
||||
if 2 * 5 == 10 {
|
||||
return -1;
|
||||
} else {
|
||||
return 45;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user