compiler,lib,test,langref: migrate @setCold to @branchHint
This commit is contained in:
@@ -113,7 +113,7 @@ test "cold function" {
|
||||
}
|
||||
|
||||
fn thisIsAColdFn() void {
|
||||
@setCold(true);
|
||||
@branchHint(.cold);
|
||||
}
|
||||
|
||||
test "unicode escape in character literal" {
|
||||
|
||||
Reference in New Issue
Block a user