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 1735e5d commit 2258c27Copy full SHA for 2258c27
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 6ef458252bcf8b09925513d082fc728f502d466b
+refs/heads/master: abef5f54c99ab8a6a1ea73c9b946557c13caf719
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/libsyntax/parse/parser.rs
@@ -639,8 +639,6 @@ class parser {
639
fn parse_mutability() -> mutability {
640
if self.eat_keyword("mut") {
641
m_mutbl
642
- } else if self.eat_keyword("mut") {
643
- m_mutbl
644
} else if self.eat_keyword("const") {
645
m_const
646
} else {
0 commit comments