Skip to content

Commit abb2b07

Browse files
---
yaml --- r: 179501 b: refs/heads/snap-stage3 c: 12f1f4c h: refs/heads/master i: 179499: 0cd6bbc v: v3
1 parent 773324c commit abb2b07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 0ba9e1fa52627404a1e5b90f745f96a872a0c564
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: d58c0a75978e068af8b01ab578b743c52635e1f4
4+
refs/heads/snap-stage3: 12f1f4c5467b0f4cbdb66c67eca7e5227dbb1284
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/libsyntax/ext/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub fn expand_env<'cx>(cx: &'cx mut ExtCtxt, sp: Span, tts: &[ast::TokenTree])
108108
cx.span_err(sp, msg.deref());
109109
cx.expr_usize(sp, 0)
110110
}
111-
Ok(s) => cx.expr_str(sp, token::intern_and_get_ident(&s[]))
111+
Some(s) => cx.expr_str(sp, token::intern_and_get_ident(&s[]))
112112
};
113113
MacExpr::new(e)
114114
}

0 commit comments

Comments
 (0)