File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/rustc/middle 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
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 1e8f501343299e41cc27fb2eb14ec90b625fd6f6
4
+ refs/heads/snap-stage3: a405ff9bf60dc3e0bc516322e61e5a0125791b2f
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ impl methods for ctxt {
207
207
// if many attributes are set, but this shouldn't
208
208
// actually be a problem...
209
209
new_ctxt = { is_default: false,
210
- curr: clone_lint_modes( self . curr)
210
+ curr: clone_lint_modes( new_ctxt . curr)
211
211
with new_ctxt} ;
212
212
new_ctxt. set_level( lint, new_level) ;
213
213
}
You can’t perform that action at this time.
0 commit comments