SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 65 Rust

Rollup merge of #149557 - folkertdev:c-variadic-not-supported, r=workingjubilee

c-variadic: bpf and spirv do not support c-variadic definitions

tracking issue: https://github.com/rust-lang/rust/issues/44930

Emit a nice error message on bpf and spirv targets when a c-variadic function is defined. Spirv also does not support c-variadic calls, bpf appears to allow them.

r? ```@workingjubilee```
M
Matthias Krüger committed
62a42e8a31f991ee1577a4b211de23d77becacbb
Committed by GitHub <noreply@github.com> on 12/4/2025, 7:46:24 AM