Skip to content

Commit 722cb34

Browse files
committed
---
yaml --- r: 2079 b: refs/heads/master c: e11e875 h: refs/heads/master i: 2077: 570c136 2075: d1105c0 2071: c870a83 2063: 097a1af 2047: 92c572a v: v3
1 parent 97801d4 commit 722cb34

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: d7e881841438cfe0797b71ff35ea96c8f2477a76
2+
refs/heads/master: e11e8754dee0332874ab2a15960e123adffc2bab

trunk/src/comp/pretty/pprust.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ impure fn print_type(ps s, &@ast.ty ty) {
125125
case (ast.ty_bool) {wrd(s.s, "bool");}
126126
case (ast.ty_int) {wrd(s.s, "int");}
127127
case (ast.ty_uint) {wrd(s.s, "uint");}
128+
case (ast.ty_float) {wrd(s.s, "float");}
128129
case (ast.ty_machine(?tm)) {wrd(s.s, common.ty_mach_to_str(tm));}
129130
case (ast.ty_char) {wrd(s.s, "char");}
130131
case (ast.ty_str) {wrd(s.s, "str");}

0 commit comments

Comments
 (0)