Skip to content

Commit a01db39

Browse files
committed
---
yaml --- r: 10267 b: refs/heads/snap-stage3 c: a405ff9 h: refs/heads/master i: 10265: 35964bd 10263: 246c351 v: v3
1 parent 2ad0a84 commit a01db39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 1e8f501343299e41cc27fb2eb14ec90b625fd6f6
4+
refs/heads/snap-stage3: a405ff9bf60dc3e0bc516322e61e5a0125791b2f
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/rustc/middle/lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ impl methods for ctxt {
207207
// if many attributes are set, but this shouldn't
208208
// actually be a problem...
209209
new_ctxt = {is_default: false,
210-
curr: clone_lint_modes(self.curr)
210+
curr: clone_lint_modes(new_ctxt.curr)
211211
with new_ctxt};
212212
new_ctxt.set_level(lint, new_level);
213213
}

0 commit comments

Comments
 (0)