You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= note: see issue #100189 <https://github.com/rust-lang/rust/issues/100189> for more information
8
8
= help: add `#![feature(extended_varargs_abi_support)]` to the crate attributes to enable
9
9
10
-
error[E0045]: C-variadic function must have a compatible calling convention, like C or cdecl
10
+
error[E0045]: C-variadic function must have a compatible calling convention, like `C` or `cdecl`
= note: see issue #100189 <https://github.com/rust-lang/rust/issues/100189> for more information
23
23
= help: add `#![feature(extended_varargs_abi_support)]` to the crate attributes to enable
24
24
25
-
error[E0045]: C-variadic function must have a compatible calling convention, like C or cdecl
25
+
error[E0045]: C-variadic function must have a compatible calling convention, like `C` or `cdecl`
= note: see issue #100189 <https://github.com/rust-lang/rust/issues/100189> for more information
38
38
= help: add `#![feature(extended_varargs_abi_support)]` to the crate attributes to enable
39
39
40
-
error[E0045]: C-variadic function must have a compatible calling convention, like C or cdecl
40
+
error[E0045]: C-variadic function must have a compatible calling convention, like `C` or `cdecl`
0 commit comments