Skip to content

Commit 6ea8cc9

Browse files
committed
---
yaml --- r: 223211 b: refs/heads/auto c: 2919e32 h: refs/heads/master i: 223209: d65b5a0 223207: 2a84029 v: v3
1 parent 7bb90e8 commit 6ea8cc9

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
@@ -8,7 +8,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
88
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
99
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1010
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
11-
refs/heads/auto: f004079de22fa32cc3342bc770f415b9d395beb6
11+
refs/heads/auto: 2919e3268674f832883631a0476a2379768d55e8
1212
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1313
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336
1414
refs/tags/0.2: 1754d02027f2924bed83b0160ee340c7f41d5ea1

branches/auto/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)