Skip to content

Commit fbe1655

Browse files
committed
---
yaml --- r: 185079 b: refs/heads/snap-stage3 c: e711ac7 h: refs/heads/master i: 185077: d3f4dac 185075: bad761a 185071: 7d90e5d v: v3
1 parent b4b534a commit fbe1655

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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: f0f7ca27de6b4e03f30012656dad270cda55a363
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 54041c2711c1c0931ca7a58da1119ea53dd90140
4+
refs/heads/snap-stage3: e711ac7e759b7668932b3d6a612ba7b1600e5234
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -708,9 +708,6 @@ impl<'a> AstBuilder for ExtCtxt<'a> {
708708
fn expr_u8(&self, sp: Span, u: u8) -> P<ast::Expr> {
709709
self.expr_lit(sp, ast::LitInt(u as u64, ast::UnsignedIntLit(ast::TyU8)))
710710
}
711-
fn expr_u32(&self, sp: Span, u: u32) -> P<ast::Expr> {
712-
self.expr_lit(sp, ast::LitInt(u as u64, ast::UnsignedIntLit(ast::TyU32)))
713-
}
714711
fn expr_bool(&self, sp: Span, value: bool) -> P<ast::Expr> {
715712
self.expr_lit(sp, ast::LitBool(value))
716713
}

0 commit comments

Comments
 (0)