authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-10-16 11:44:58+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-10-19 19:21:33+01:00
log04ffc1c963a86712cc4be413e1d62d252d51aad2
tree2d46bd1080a61682dacf209dd274a07502a7d74f
parent830230176df9d25c82980ba39790665e92eda13b
signaturelock-open Commit is signed but in an unrecognized format.

langref: update `enum_export_error.zig` for callconv changes


1 files changed, 2 insertions(+), 1 deletions(-)

doc/langref/enum_export_error.zig+2-1
...@@ -3,4 +3,5 @@ export fn entry(foo: Foo) void {...@@ -3,4 +3,5 @@ export fn entry(foo: Foo) void {
3 _ = foo;3 _ = foo;
4}4}
55
6// obj=parameter of type 'enum_export_error.Foo' not allowed in function with calling convention 'C'6// obj=parameter of type 'enum_export_error.Foo' not allowed in function with calling convention 'x86_64_sysv'
7// target=x86_64-linux