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 d84cfac commit 74b79c0Copy full SHA for 74b79c0
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: a6ca9c2922ac8b7dd9ca9b09db1bde5dbaf38102
+refs/heads/master: 19f85cc9c4165715649eb30f818f854351fe333f
trunk/src/comp/pretty/pprust.rs
@@ -193,7 +193,7 @@ fn print_type(&ps s, &ast::ty ty) {
193
alt (ty.node) {
194
case (ast::ty_nil) {word(s.s, "()");}
195
case (ast::ty_bool) {word(s.s, "bool");}
196
- case (ast::ty_bot) {word(s.s, "_|_");}
+ case (ast::ty_bot) {word(s.s, "!");}
197
case (ast::ty_int) {word(s.s, "int");}
198
case (ast::ty_uint) {word(s.s, "uint");}
199
case (ast::ty_float) {word(s.s, "float");}
0 commit comments