diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-06-05 15:53:17 -0700 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2013-06-28 10:44:15 -0400 |
| commit | 1eec3bba13fef50324d1a7542713b3189a627547 (patch) | |
| tree | fa7f486ccaf1d14725e2615ab978acf64ce76c9e /src/libsyntax/parse | |
| parent | d350981c0e8daa778d9760ba0e19b3157026e743 (diff) | |
| download | rust-1eec3bba13fef50324d1a7542713b3189a627547.tar.gz rust-1eec3bba13fef50324d1a7542713b3189a627547.zip | |
librustc: Rename Const to Freeze
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 2ddae73a3fc..df599596d7d 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -563,7 +563,7 @@ pub mod keywords { // Strict keywords As, Break, - Const, + Freeze, Copy, Do, Else, |
