File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 9035ba5f761af969aa811278bdadb1fcd94529e9
2
+ refs/heads/master: 5cfbecfdb41b98833edee00372303b3167c4a596
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 210f0dcf007104240b2e286ed0b80cb4a61d7bae
5
5
refs/heads/try: 957472483d3a2f43c0e4f7c2056280a1022af93c
Original file line number Diff line number Diff line change 14
14
#![ deny( warnings) ]
15
15
#![ allow( unused_must_use) ]
16
16
#![ allow( unknown_features) ]
17
+ #![ allow( unstable) ]
17
18
#![ feature( box_syntax) ]
18
19
19
20
use std:: fmt;
Original file line number Diff line number Diff line change 12
12
13
13
// Pretty printing tests complain about `use std::predule::*`
14
14
#![ allow( unused_imports) ]
15
+ #![ allow( unstable) ]
15
16
16
17
// We shouldn't need to rebind a moved upvar as mut if it's already
17
18
// marked as mut
Original file line number Diff line number Diff line change 14
14
15
15
// Pretty printing tests complain about `use std::predule::*`
16
16
#![ allow( unused_imports) ]
17
+ #![ allow( unstable) ]
17
18
18
19
// A var moved into a proc, that has a mutable loan path should
19
20
// not trigger a misleading unused_mut warning.
You can’t perform that action at this time.
0 commit comments