Skip to content

Commit 879299f

Browse files
committed
---
yaml --- r: 13247 b: refs/heads/master c: a405ff9 h: refs/heads/master i: 13245: 5a06219 13243: 1a2467e 13239: b7fc991 13231: 99e4150 13215: ec451ca 13183: d0b704e v: v3
1 parent 7ba5219 commit 879299f

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,5 +1,5 @@
11
---
2-
refs/heads/master: 1e8f501343299e41cc27fb2eb14ec90b625fd6f6
2+
refs/heads/master: a405ff9bf60dc3e0bc516322e61e5a0125791b2f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)