Skip to content

Commit da079d4

Browse files
committed
---
yaml --- r: 222990 b: refs/heads/master c: 2919e32 h: refs/heads/master v: v3
1 parent e6c73b7 commit da079d4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: f004079de22fa32cc3342bc770f415b9d395beb6
2+
refs/heads/master: 2919e3268674f832883631a0476a2379768d55e8
33
refs/heads/snap-stage3: a5c12f4e39d32af3c951b66bd2839bc0b5a1125b
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/libsyntax/feature_gate.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Status)] = &[
169169

170170
// Allows associated type defaults
171171
("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+
173174
("type_macros", "1.3.0", Active),
174175
];
175176
// (changing above list without updating src/doc/reference.md makes @cmr sad)
@@ -230,7 +231,8 @@ pub const KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType)] = &[
230231
"no_std is experimental")),
231232
("lang", Gated("lang_items",
232233
"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 \
234236
and not portable across platforms")),
235237
("thread_local", Gated("thread_local",
236238
"`#[thread_local]` is an experimental feature, and does not \

0 commit comments

Comments
 (0)