time: unbox closures used in let bindings

This commit is contained in:
Jorge Aparicio 2014-12-30 21:03:26 -05:00
parent ab402c0744
commit 63af3e6cd2

View File

@ -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 {