update and add a few tests
This commit is contained in:
parent
8ff3903643
commit
76d1f93896
11 changed files with 48 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue