Skip to content

Commit 6d87efa

Browse files
committed
---
yaml --- r: 11890 b: refs/heads/master c: e1b14f6 h: refs/heads/master v: v3
1 parent 147459c commit 6d87efa

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,5 +1,5 @@
11
---
2-
refs/heads/master: 7e0fa3f85282a8a990c842709279311faa83ab31
2+
refs/heads/master: e1b14f6d5b8e423fbed4b482c0029e8c17510246
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/test/compile-fail/for-loop-decl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import std::bitv;
66
type fn_info = {vars: hashmap<uint, var_info>};
77
type var_info = {a: uint, b: uint};
88

9-
fn bitv_to_str(enclosing: fn_info, v: bitv::t) -> str {
9+
fn bitv_to_str(enclosing: fn_info, v: bitv::bitv) -> str {
1010
let s = "";
1111

1212
// error is that the value type in the hash map is var_info, not a box

0 commit comments

Comments
 (0)