Skip to content

Commit 74b79c0

Browse files
committed
---
yaml --- r: 2885 b: refs/heads/master c: 19f85cc h: refs/heads/master i: 2883: b44aa63 v: v3
1 parent d84cfac commit 74b79c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: a6ca9c2922ac8b7dd9ca9b09db1bde5dbaf38102
2+
refs/heads/master: 19f85cc9c4165715649eb30f818f854351fe333f

trunk/src/comp/pretty/pprust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ fn print_type(&ps s, &ast::ty ty) {
193193
alt (ty.node) {
194194
case (ast::ty_nil) {word(s.s, "()");}
195195
case (ast::ty_bool) {word(s.s, "bool");}
196-
case (ast::ty_bot) {word(s.s, "_|_");}
196+
case (ast::ty_bot) {word(s.s, "!");}
197197
case (ast::ty_int) {word(s.s, "int");}
198198
case (ast::ty_uint) {word(s.s, "uint");}
199199
case (ast::ty_float) {word(s.s, "float");}

0 commit comments

Comments
 (0)