rust/src/libsyntax
bors 7b06438d83 Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb
annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor

this unblocks clippy (rustup blocked after #37918)

clippy has lots of lints that internally call an `intravisit::Visitor`, but the current lifetimes on `LateLintPass` methods conflicted with the required lifetimes (there was no connection between the HIR elements and the `TyCtxt`)

r? @Manishearth
2016-12-07 23:06:10 +00:00
..
2016-10-24 15:59:53 +02:00
2016-11-21 20:20:42 -08:00
2016-11-21 09:00:56 +00:00
2016-11-30 10:38:08 -08:00
2016-11-21 09:00:56 +00:00
2016-11-23 23:44:17 -08:00