stdlib: Remove a FIXME for issue #452
This commit is contained in:
parent
2723e1c48f
commit
10a4ecbd96
1 changed files with 1 additions and 3 deletions
|
|
@ -288,9 +288,7 @@ mod ct {
|
|||
} else if (str::eq(tstr, "o")) {
|
||||
ty_octal
|
||||
} else {
|
||||
// FIXME: Shouldn't need explicit fail here. Issue #542
|
||||
error("unknown type in conversion: " + tstr);
|
||||
fail
|
||||
error("unknown type in conversion: " + tstr)
|
||||
};
|
||||
|
||||
ret tup(t, i + 1u);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue