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 a6ca9c2 commit 19f85ccCopy full SHA for 19f85cc
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