Fixup various places that were doing &T+'a and do &(T+'a)

This commit is contained in:
Niko Matsakis
2014-11-20 15:08:02 -05:00
parent 74a1041a4d
commit f4e29e7e9a
37 changed files with 56 additions and 56 deletions

View File

@@ -61,7 +61,7 @@ pub struct State<'a> {
literals: Option<Vec<comments::Literal> >,
cur_cmnt_and_lit: CurrentCommentAndLiteral,
boxes: Vec<pp::Breaks>,
ann: &'a PpAnn+'a,
ann: &'a (PpAnn+'a),
encode_idents_with_hygiene: bool,
}