File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/libsyntax/parse Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 0d52b22e7bd554464144e0a037285f62ddbd9eb2
2
+ refs/heads/master: 46d4cc12d1f2b1c7b13d19ae88d123523e3e3964
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: f7a2371c176663d59062ec5158f39faecba45768
5
5
refs/heads/try: 2a8fb58d79e685d5ca07b039badcf2ae3ef077ea
Original file line number Diff line number Diff line change @@ -1176,7 +1176,7 @@ pub impl Parser {
1176
1176
} else if * self . token == token:: LBRACKET {
1177
1177
self . bump( ) ;
1178
1178
let mutbl = self . parse_mutability( ) ;
1179
- if mutbl == m_mutbl { // ` m_const` too after snapshot
1179
+ if mutbl == m_mutbl || mutbl == m_const {
1180
1180
self. obsolete( * self . last_span, ObsoleteMutVector ) ;
1181
1181
}
1182
1182
You can’t perform that action at this time.
0 commit comments