Hygienize lifetimes.

This commit is contained in:
Jeffrey Seyfried
2017-03-25 21:14:18 +00:00
parent 8497061a49
commit 7fdc1fb2e4
17 changed files with 31 additions and 33 deletions

View File

@@ -2764,7 +2764,7 @@ impl<'a> State<'a> {
lifetime: &ast::Lifetime)
-> io::Result<()>
{
self.print_name(lifetime.name)
self.print_name(lifetime.ident.name)
}
pub fn print_lifetime_bounds(&mut self,