Fix panic when using debug
This commit is contained in:
parent
be203ac258
commit
9ac3d9b63c
@ -1031,7 +1031,7 @@ impl<'a> State<'a> {
|
||||
try!(word(&mut self.s, "_"));
|
||||
}
|
||||
ast::TyKind::ImplicitSelf => {
|
||||
unreachable!();
|
||||
try!(word(&mut self.s, "Self"));
|
||||
}
|
||||
ast::TyKind::Mac(ref m) => {
|
||||
try!(self.print_mac(m, token::Paren));
|
||||
|
Loading…
x
Reference in New Issue
Block a user