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 1414#![ deny( warnings) ]
1515#![ allow( unused_must_use) ]
1616#![ allow( unknown_features) ]
17+ #![ allow( unstable) ]
1718#![ feature( box_syntax) ]
1819
1920use std:: fmt;
Original file line number Diff line number Diff line change 1212
1313// Pretty printing tests complain about `use std::predule::*`
1414#![ allow( unused_imports) ]
15+ #![ allow( unstable) ]
1516
1617// We shouldn't need to rebind a moved upvar as mut if it's already
1718// marked as mut
Original file line number Diff line number Diff line change 1414
1515// Pretty printing tests complain about `use std::predule::*`
1616#![ allow( unused_imports) ]
17+ #![ allow( unstable) ]
1718
1819// A var moved into a proc, that has a mutable loan path should
1920// not trigger a misleading unused_mut warning.
You can’t perform that action at this time.
0 commit comments