@@ -169,7 +169,8 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Status)] = &[
169
169
170
170
// Allows associated type defaults
171
171
( "associated_type_defaults" , "1.2.0" , Active ) ,
172
- // Allows macros to appear in the type position.
172
+ // Allows macros to appear in the type position.
173
+
173
174
( "type_macros" , "1.3.0" , Active ) ,
174
175
] ;
175
176
// (changing above list without updating src/doc/reference.md makes @cmr sad)
@@ -230,7 +231,8 @@ pub const KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType)] = &[
230
231
"no_std is experimental" ) ) ,
231
232
( "lang" , Gated ( "lang_items" ,
232
233
"language items are subject to change" ) ) ,
233
- ( "linkage" , Gated ( "linkage" , "the `linkage` attribute is experimental \
234
+ ( "linkage" , Gated ( "linkage" ,
235
+ "the `linkage` attribute is experimental \
234
236
and not portable across platforms") ) ,
235
237
( "thread_local" , Gated ( "thread_local" ,
236
238
"`#[thread_local]` is an experimental feature, and does not \
0 commit comments