aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/runtime_operation_in_comptime_scope.zig
diff options
context:
space:
mode:
authormlugg <mlugg@mlugg.co.uk>2025-05-16 13:27:52 +0100
committermlugg <mlugg@mlugg.co.uk>2025-05-16 13:29:55 +0100
commit16481c8ef347f7fc5ffdc4636cf904b335a6dc09 (patch)
tree3626c052ec23b8a8f5473a0db3ae6ce0e6447e2c /test/cases/compile_errors/runtime_operation_in_comptime_scope.zig
parent429672705090f073adedb885057a4603eaf66c95 (diff)
downloadzig-16481c8ef347f7fc5ffdc4636cf904b335a6dc09.tar.gz
zig-16481c8ef347f7fc5ffdc4636cf904b335a6dc09.zip
cases: update to new "called from here" notes
Diffstat (limited to 'test/cases/compile_errors/runtime_operation_in_comptime_scope.zig')
-rw-r--r--test/cases/compile_errors/runtime_operation_in_comptime_scope.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases/compile_errors/runtime_operation_in_comptime_scope.zig b/test/cases/compile_errors/runtime_operation_in_comptime_scope.zig
index e3576c179b..73220b0ba4 100644
--- a/test/cases/compile_errors/runtime_operation_in_comptime_scope.zig
+++ b/test/cases/compile_errors/runtime_operation_in_comptime_scope.zig
@@ -30,7 +30,7 @@ var rt: u32 = undefined;
// :10:12: note: call to function with comptime-only return type 'type' is evaluated at comptime
// :13:10: note: return type declared here
// :10:12: note: types are not available at runtime
-// :2:8: note: called from here
+// :2:8: note: called inline here
// :19:8: error: unable to evaluate comptime expression
// :19:5: note: operation is runtime due to this operand
// :6:8: note: called at comptime from here