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 97801d4 commit 722cb34Copy full SHA for 722cb34
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: d7e881841438cfe0797b71ff35ea96c8f2477a76
+refs/heads/master: e11e8754dee0332874ab2a15960e123adffc2bab
trunk/src/comp/pretty/pprust.rs
@@ -125,6 +125,7 @@ impure fn print_type(ps s, &@ast.ty ty) {
125
case (ast.ty_bool) {wrd(s.s, "bool");}
126
case (ast.ty_int) {wrd(s.s, "int");}
127
case (ast.ty_uint) {wrd(s.s, "uint");}
128
+ case (ast.ty_float) {wrd(s.s, "float");}
129
case (ast.ty_machine(?tm)) {wrd(s.s, common.ty_mach_to_str(tm));}
130
case (ast.ty_char) {wrd(s.s, "char");}
131
case (ast.ty_str) {wrd(s.s, "str");}
0 commit comments