aboutsummaryrefslogtreecommitdiff
path: root/doc/langref/enum_export_error.zig
diff options
context:
space:
mode:
authormlugg <mlugg@mlugg.co.uk>2024-10-16 11:44:58 +0100
committermlugg <mlugg@mlugg.co.uk>2024-10-19 19:21:33 +0100
commit04ffc1c963a86712cc4be413e1d62d252d51aad2 (patch)
tree2d46bd1080a61682dacf209dd274a07502a7d74f /doc/langref/enum_export_error.zig
parent830230176df9d25c82980ba39790665e92eda13b (diff)
downloadzig-04ffc1c963a86712cc4be413e1d62d252d51aad2.tar.gz
zig-04ffc1c963a86712cc4be413e1d62d252d51aad2.zip
langref: update `enum_export_error.zig` for callconv changes
Diffstat (limited to 'doc/langref/enum_export_error.zig')
-rw-r--r--doc/langref/enum_export_error.zig3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/langref/enum_export_error.zig b/doc/langref/enum_export_error.zig
index 1056fb182a..a550c561b9 100644
--- a/doc/langref/enum_export_error.zig
+++ b/doc/langref/enum_export_error.zig
@@ -3,4 +3,5 @@ export fn entry(foo: Foo) void {
_ = foo;
}
-// obj=parameter of type 'enum_export_error.Foo' not allowed in function with calling convention 'C'
+// obj=parameter of type 'enum_export_error.Foo' not allowed in function with calling convention 'x86_64_sysv'
+// target=x86_64-linux