diff options
Diffstat (limited to 'src/lib/_uint.rs')
| -rw-r--r-- | src/lib/_uint.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/_uint.rs b/src/lib/_uint.rs index 7fa4ea02..79b5fa24 100644 --- a/src/lib/_uint.rs +++ b/src/lib/_uint.rs @@ -55,6 +55,7 @@ fn to_str(mutable uint n, uint radix) -> str case (14u) { ret 'e'; } case (15u) { ret 'f'; } } + fail; } if (n == 0u) { ret "0"; } |