Deprecate inline for in favour of #unroll for

This commit is contained in:
gingerBill
2021-02-23 14:45:15 +00:00
parent 657c0ac4f5
commit a1693c0184
7 changed files with 27 additions and 47 deletions
+1 -1
View File
@@ -11021,7 +11021,7 @@ void ir_build_stmt_internal(irProcedure *proc, Ast *node) {
}
break;
default:
GB_PANIC("Invalid inline for type");
GB_PANIC("Invalid '#unroll for' type");
break;
}
}