We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0b0d4 commit d05e9fdCopy full SHA for d05e9fd
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 34c02a6c0ead2896ecc68aa92dd39cd62aee5aea
+refs/heads/master: de6d9f66b514d6a0e6cc436a942218c3ab4c8e57
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3
trunk/src/libsyntax/parse/common.rs
@@ -137,7 +137,7 @@ pub impl Parser {
137
}
138
139
140
- fn token_is_word(word: &~str, tok: &token::Token) -> bool {
+ pure fn token_is_word(word: &~str, tok: &token::Token) -> bool {
141
match *tok {
142
token::IDENT(sid, false) => { *self.id_to_str(sid) == *word }
143
_ => { false }
0 commit comments