File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
branches/snap-stage3/src/test/run-pass 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
2
refs/heads/master: a833337943300db1c310a4cf9c84b7b4ef4e9468
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 9035ba5f761af969aa811278bdadb1fcd94529e9
4
+ refs/heads/snap-stage3: 5cfbecfdb41b98833edee00372303b3167c4a596
5
5
refs/heads/try: 08f6380a9f0b866796080094f44fe25ea5636547
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
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