Commit 04ffc1c963

mlugg <mlugg@mlugg.co.uk>
2024-10-16 12:44:58
langref: update `enum_export_error.zig` for callconv changes
1 parent 8302301
Changed files (1)
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