1
Fork 0

Stablize raw-dylib, link_ordinal and -Cdlltool

This commit is contained in:
Daniel Paoliello 2023-03-27 10:42:22 -07:00
parent de96f3d873
commit 1ece1ea48c
62 changed files with 146 additions and 223 deletions

View file

@ -278,6 +278,8 @@ declare_features! (
(accepted, pub_restricted, "1.18.0", Some(32409), None),
/// Allows use of the postfix `?` operator in expressions.
(accepted, question_mark, "1.13.0", Some(31436), None),
/// Allows the use of raw-dylibs (RFC 2627).
(accepted, raw_dylib, "CURRENT_RUSTC_VERSION", Some(58713), None),
/// Allows keywords to be escaped for use as identifiers.
(accepted, raw_identifiers, "1.30.0", Some(48589), None),
/// Allows relaxing the coherence rules such that