Skip to content

Commit d002217

Browse files
---
yaml --- r: 178923 b: refs/heads/tmp c: 7f2785df6554f203298c624b236b8c62394f378e h: refs/heads/master i: 178921: 5e230ad 178919: 840e67e v: v3
1 parent f1d763c commit d002217

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
@@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 384d61a3949fcd381c2f070fae67c3c9324527aa
37+
refs/heads/tmp: 7f2785df6554f203298c624b236b8c62394f378e

branches/tmp/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)