time: unbox closures used in let bindings
This commit is contained in:
parent
ab402c0744
commit
63af3e6cd2
@ -596,7 +596,7 @@ impl<'a> fmt::Show for TmFmt<'a> {
|
||||
}
|
||||
|
||||
fn parse_type(fmt: &mut fmt::Formatter, ch: char, tm: &Tm) -> fmt::Result {
|
||||
let die = || {
|
||||
let die = |&:| {
|
||||
unreachable!()
|
||||
};
|
||||
match ch {
|
||||
|
Loading…
Reference in New Issue
Block a user