Skip to content

Commit c661d66

Browse files
committed
---
yaml --- r: 23289 b: refs/heads/master c: b592d57 h: refs/heads/master i: 23287: 6b36ef5 v: v3
1 parent 7260b72 commit c661d66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ca0607051a01e691f62752f68ecc08fb24f2d3b2
2+
refs/heads/master: b592d5731186d6df6eb1494b37e069f9aff34eaf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libsyntax/ext/source_util.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import base::*;
22
import ast;
33
import codemap::span;
44
import print::pprust;
5-
import build::{mk_uint,mk_u8,mk_uniq_str,mk_uniq_vec_e};
5+
import build::{mk_base_vec_e,mk_uint,mk_u8,mk_uniq_str};
66

77
export expand_line;
88
export expand_col;
@@ -91,7 +91,7 @@ fn expand_include_bin(cx: ext_ctxt, sp: codemap::span, arg: ast::mac_arg,
9191
let u8_exprs = vec::map(src, |char: u8| {
9292
mk_u8(cx, sp, char)
9393
});
94-
return mk_uniq_vec_e(cx, sp, u8_exprs);
94+
return mk_base_vec_e(cx, sp, u8_exprs);
9595
}
9696
result::err(e) => {
9797
cx.parse_sess().span_diagnostic.handler().fatal(e)

0 commit comments

Comments
 (0)