File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/test/compile-fail Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 7e0fa3f85282a8a990c842709279311faa83ab31
2
+ refs/heads/master: e1b14f6d5b8e423fbed4b482c0029e8c17510246
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import std::bitv;
6
6
type fn_info = { vars : hashmap < uint , var_info > } ;
7
7
type var_info = { a : uint , b : uint } ;
8
8
9
- fn bitv_to_str ( enclosing : fn_info , v : bitv:: t ) -> str {
9
+ fn bitv_to_str ( enclosing : fn_info , v : bitv:: bitv ) -> str {
10
10
let s = "" ;
11
11
12
12
// error is that the value type in the hash map is var_info, not a box
You can’t perform that action at this time.
0 commit comments