We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0fa3f commit e1b14f6Copy full SHA for e1b14f6
src/test/compile-fail/for-loop-decl.rs
@@ -6,7 +6,7 @@ import std::bitv;
6
type fn_info = {vars: hashmap<uint, var_info>};
7
type var_info = {a: uint, b: uint};
8
9
-fn bitv_to_str(enclosing: fn_info, v: bitv::t) -> str {
+fn bitv_to_str(enclosing: fn_info, v: bitv::bitv) -> str {
10
let s = "";
11
12
// error is that the value type in the hash map is var_info, not a box
0 commit comments