Convert uses of #fmt to #ifmt. Issue #855
This commit is contained in:
parent
959938e891
commit
498e38b705
51 changed files with 345 additions and 380 deletions
|
@ -1040,7 +1040,7 @@ fn type_to_str_inner(names: type_names, outer0: &[TypeRef], ty: TypeRef) ->
|
|||
}
|
||||
13 { ret ~"Vector"; }
|
||||
14 { ret ~"Metadata"; }
|
||||
_ { log_err #fmt["unknown TypeKind %d", kind as int]; fail; }
|
||||
_ { log_err #ifmt["unknown TypeKind %d", kind as int]; fail; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue