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 1337197 commit f534350Copy full SHA for f534350
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 2723e1c48f2c65e7b574cbeeb2a365a74341ff9a
+refs/heads/master: 10a4ecbd960b775bf428aa6a42f222c384ba84fe
trunk/src/lib/extfmt.rs
@@ -288,9 +288,7 @@ mod ct {
288
} else if (str::eq(tstr, "o")) {
289
ty_octal
290
} else {
291
- // FIXME: Shouldn't need explicit fail here. Issue #542
292
- error("unknown type in conversion: " + tstr);
293
- fail
+ error("unknown type in conversion: " + tstr)
294
};
295
296
ret tup(t, i + 1u);
0 commit comments