diff options
| author | Andrea Canciani <ranma42@gmail.com> | 2015-01-17 17:00:32 +0100 |
|---|---|---|
| committer | Andrea Canciani <ranma42@dhcp-131-114-88-208.di.unipi.it> | 2015-02-04 01:25:24 +0100 |
| commit | 8f7c2d518d1892c98d2ef57992a65669834f24e2 (patch) | |
| tree | d5e22f83ee530be53fab6c6ca2a7d37f2b9d0a62 /src/libsyntax/parse | |
| parent | 3b2ed14906fd9f9daa27cc7d1dad263d2f5ff450 (diff) | |
| download | rust-8f7c2d518d1892c98d2ef57992a65669834f24e2.tar.gz rust-8f7c2d518d1892c98d2ef57992a65669834f24e2.zip | |
Replace `be` with `become`
As per rust-lang/rfcs#601, replace `be` with `become` as reserved keyword for tail call optimization.
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index 5c3892e49c0..b7357e13a56 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -562,7 +562,7 @@ declare_special_idents_and_keywords! { (45, Where, "where"); 'reserved: (46, Alignof, "alignof"); - (47, Be, "be"); + (47, Become, "become"); (48, Offsetof, "offsetof"); (49, Priv, "priv"); (50, Pure, "pure"); |
