1
Fork 0

auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr

Closes #7743.
This commit is contained in:
bors 2014-02-22 22:01:54 -08:00
commit edf351e9f7
14 changed files with 48 additions and 49 deletions

View file

@ -1951,7 +1951,7 @@ pub fn print_bounds(s: &mut State, bounds: &OptVec<ast::TyParamBound>,
pub fn print_lifetime(s: &mut State,
lifetime: &ast::Lifetime) -> io::IoResult<()> {
try!(word(&mut s.s, "'"));
print_ident(s, lifetime.ident)
print_name(s, lifetime.ident)
}
pub fn print_generics(s: &mut State,