Fixup various places that were doing &T+'a and do &(T+'a)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user