提交 2919e326 编写于 作者: J Jared Roesch

Address final nits

上级 f004079d
...@@ -169,7 +169,8 @@ ...@@ -169,7 +169,8 @@
// Allows associated type defaults // Allows associated type defaults
("associated_type_defaults", "1.2.0", Active), ("associated_type_defaults", "1.2.0", Active),
// Allows macros to appear in the type position. // Allows macros to appear in the type position.
("type_macros", "1.3.0", Active), ("type_macros", "1.3.0", Active),
]; ];
// (changing above list without updating src/doc/reference.md makes @cmr sad) // (changing above list without updating src/doc/reference.md makes @cmr sad)
...@@ -230,7 +231,8 @@ enum Status { ...@@ -230,7 +231,8 @@ enum Status {
"no_std is experimental")), "no_std is experimental")),
("lang", Gated("lang_items", ("lang", Gated("lang_items",
"language items are subject to change")), "language items are subject to change")),
("linkage", Gated("linkage", "the `linkage` attribute is experimental \ ("linkage", Gated("linkage",
"the `linkage` attribute is experimental \
and not portable across platforms")), and not portable across platforms")),
("thread_local", Gated("thread_local", ("thread_local", Gated("thread_local",
"`#[thread_local]` is an experimental feature, and does not \ "`#[thread_local]` is an experimental feature, and does not \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册