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 be203ac commit 9ac3d9bCopy full SHA for 9ac3d9b
src/libsyntax/print/pprust.rs
@@ -1031,7 +1031,7 @@ impl<'a> State<'a> {
1031
try!(word(&mut self.s, "_"));
1032
}
1033
ast::TyKind::ImplicitSelf => {
1034
- unreachable!();
+ try!(word(&mut self.s, "Self"));
1035
1036
ast::TyKind::Mac(ref m) => {
1037
try!(self.print_mac(m, token::Paren));
0 commit comments