Stabilize native library modifier verbatim
This commit is contained in:
parent
454784afba
commit
5b0e80ecf3
17 changed files with 73 additions and 95 deletions
|
@ -237,6 +237,8 @@ declare_features! (
|
|||
(accepted, native_link_modifiers, "1.61.0", Some(81490), None),
|
||||
/// Allows specifying the bundle link modifier
|
||||
(accepted, native_link_modifiers_bundle, "1.63.0", Some(81490), None),
|
||||
/// Allows specifying the verbatim link modifier
|
||||
(accepted, native_link_modifiers_verbatim, "CURRENT_RUSTC_VERSION", Some(81490), None),
|
||||
/// Allows specifying the whole-archive link modifier
|
||||
(accepted, native_link_modifiers_whole_archive, "1.61.0", Some(81490), None),
|
||||
/// Allows using non lexical lifetimes (RFC 2094).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue