Nicholas Bishop f91b5ceaf2 Explicitly reject const C-variadic functions
Trying to use C-variadics in a const function would previously fail with
an error like "destructor of `VaListImpl<'_>` cannot be evaluated at
compile-time".

Add an explicit check for const C-variadics to provide a clearer error:
"functions cannot be both `const` and C-variadic".
2023-10-30 10:38:25 -04:00
..
2023-10-03 21:31:27 +00:00
2023-10-09 19:24:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-05 01:04:41 +00:00
fix
2023-10-09 19:24:05 +00:00
2023-10-04 01:35:07 +00:00
2023-10-04 01:35:07 +00:00