update usages of @call

This commit is contained in:
Veikka Tuominen
2022-12-12 15:32:37 +02:00
parent 7b2a936173
commit 08b2d491bc
21 changed files with 103 additions and 109 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ fn benchmarkCodepointCount(buf: []const u8) !ResultCount {
var r: usize = undefined;
while (i < N) : (i += 1) {
r = try @call(
.{ .modifier = .never_inline },
.never_inline,
std.unicode.utf8CountCodepoints,
.{buf},
);