rust/src/librustc_lint
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
..
bad_style.rs remove useless lifetimes on LateLintPass impl methods 2016-12-07 13:56:36 +01:00
builtin.rs Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb 2016-12-07 23:06:10 +00:00
Cargo.toml Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
lib.rs Update the bootstrap compiler 2016-11-30 10:38:08 -08:00
types.rs Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb 2016-12-07 23:06:10 +00:00
unused.rs remove useless lifetimes on LateLintPass impl methods 2016-12-07 13:56:36 +01:00