compiler,lib,test,langref: migrate @setCold to @branchHint

This commit is contained in:
mlugg
2024-08-24 16:16:53 +01:00
parent a3a737e9a6
commit 6808ce27bd
42 changed files with 94 additions and 96 deletions

View File

@@ -113,7 +113,7 @@ test "cold function" {
}
fn thisIsAColdFn() void {
@setCold(true);
@branchHint(.cold);
}
test "unicode escape in character literal" {