We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180eafc commit 7b3321aCopy full SHA for 7b3321a
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: ab402c0744f1cb542dee01f810b0c96e47c44df0
+refs/heads/master: 63af3e6cd2a24a02ad38e47f37010fff30c19908
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: c89417130f042c58adc60012e7cddc4ef70b70b9
5
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
trunk/src/libtime/lib.rs
@@ -596,7 +596,7 @@ impl<'a> fmt::Show for TmFmt<'a> {
596
}
597
598
fn parse_type(fmt: &mut fmt::Formatter, ch: char, tm: &Tm) -> fmt::Result {
599
- let die = || {
+ let die = |&:| {
600
unreachable!()
601
};
602
match ch {
0 commit comments