File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed 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