Skip to content

Commit 147db74

Browse files
lgrzsteveklabnik
authored andcommitted
---
yaml --- r: 209501 b: refs/heads/try c: 6d36714 h: refs/heads/master i: 209499: 2a0a871 v: v3
1 parent 3383ddc commit 147db74

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3e561f05c00cd180ec02db4ccab2840a4aba93d2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5-
refs/heads/try: 0e4a77bbfeb56e715ffdc5419247c46f22ff1ffa
5+
refs/heads/try: 6d367146330a94888dcb54ea840e7c9a7eee5e7c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/doc/reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,7 @@ The currently implemented features of the reference compiler are:
23682368
removed entirely for something more wholesome.
23692369

23702370
* `custom_attribute` - Allows the usage of attributes unknown to the compiler
2371-
so that new attributes can be added in a bacwards compatible
2371+
so that new attributes can be added in a backwards compatible
23722372
manner (RFC 572).
23732373

23742374
* `custom_derive` - Allows the use of `#[derive(Foo,Bar)]` as sugar for
@@ -2397,7 +2397,7 @@ The currently implemented features of the reference compiler are:
23972397
nasty hack that will certainly be removed.
23982398

23992399
* `main` - Allows use of the `#[main]` attribute, which changes the entry point
2400-
into a Rust program. This capabiilty is subject to change.
2400+
into a Rust program. This capability is subject to change.
24012401

24022402
* `macro_reexport` - Allows macros to be re-exported from one crate after being imported
24032403
from another. This feature was originally designed with the sole
@@ -2453,7 +2453,7 @@ The currently implemented features of the reference compiler are:
24532453
is unintuitive and suboptimal.
24542454

24552455
* `start` - Allows use of the `#[start]` attribute, which changes the entry point
2456-
into a Rust program. This capabiilty, especially the signature for the
2456+
into a Rust program. This capability, especially the signature for the
24572457
annotated function, is subject to change.
24582458

24592459
* `struct_inherit` - Allows using struct inheritance, which is barely

branches/try/src/libsyntax/feature_gate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
//! Feature gating
1212
//!
13-
//! This modules implements the gating necessary for preventing certain compiler
13+
//! This module implements the gating necessary for preventing certain compiler
1414
//! features from being used by default. This module will crawl a pre-expanded
1515
//! AST to ensure that there are no features which are used that are not
1616
//! enabled.

0 commit comments

Comments
 (0)