Skip to content

Commit 9a476c2

Browse files
committed
---
yaml --- r: 22524 b: refs/heads/master c: df2d260 h: refs/heads/master v: v3
1 parent 8def344 commit 9a476c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+491
-407
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: 628d3e9d38cced6a1e80a497c98dc16f6e1ead15
2+
refs/heads/master: df2d2604ca8277634df6e38b548aa884ab387963
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/cargo/cargo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ fn load_crate(filename: str) -> option<crate> {
283283
ast::view_item_use(ident, metas, id) {
284284
let name_items = attr::find_meta_items_by_name(metas, "name");
285285
let m = if name_items.is_empty() {
286-
metas + ~[attr::mk_name_value_item_str(@"name"/~, *ident)]
286+
metas + ~[attr::mk_name_value_item_str(@"name", *ident)]
287287
} else {
288288
metas
289289
};

trunk/src/fuzzer/fuzzer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn common_exprs() -> ~[ast::expr] {
4545
dse(ast::expr_again),
4646
dse(ast::expr_fail(option::none)),
4747
dse(ast::expr_fail(option::some(
48-
@dse(ast::expr_lit(@dsl(ast::lit_str(@"boo"/~))))))),
48+
@dse(ast::expr_lit(@dsl(ast::lit_str(@"boo"))))))),
4949
dse(ast::expr_ret(option::none)),
5050
dse(ast::expr_lit(@dsl(ast::lit_nil))),
5151
dse(ast::expr_lit(@dsl(ast::lit_bool(false)))),

0 commit comments

Comments
 (0)