1
Fork 0

update and add a few tests

This commit is contained in:
Deadbeef 2023-03-06 07:10:23 +00:00
parent 8ff3903643
commit 76d1f93896
11 changed files with 48 additions and 3 deletions

View file

@ -313,6 +313,8 @@ declare_features! (
(active, async_fn_in_trait, "1.66.0", Some(91611), None),
/// Treat `extern "C"` function as nounwind.
(active, c_unwind, "1.52.0", Some(74990), None),
/// Allows `c"foo"` literals.
(active, c_str_literals, "CURRENT_RUSTC_VERSION", Some(105723), None),
/// Allows using C-variadics.
(active, c_variadic, "1.34.0", Some(44930), None),
/// Allows the use of `#[cfg(sanitize = "option")]`; set when -Zsanitizer is used.