ralloc 1.0.0

An efficient alternative platform-agnostic allocator.
Build #52695 2017-06-02T21:40:40.551475+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading ralloc v1.0.0
Downloading clippy v0.0.85
Downloading unborrow v0.3.1
Downloading clippy_lints v0.0.85
Fresh regex-syntax v0.3.9
Fresh unicode-normalization v0.1.4
Fresh syscall v0.2.1
Fresh nom v1.2.4
Fresh matches v0.1.4
Fresh quine-mc_cluskey v0.2.4
Fresh rustc-serialize v0.3.24
Compiling unborrow v0.3.1
Fresh semver v0.2.3
Compiling ralloc_shim v0.1.1
Running `rustc --crate-name unborrow .cargo/registry/src/github.com-1ecc6299db9ec823/unborrow-0.3.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=456dd04c941db8a9 -C extra-filename=-456dd04c941db8a9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh toml v0.1.30
Running `rustc --crate-name ralloc_shim .cargo/registry/src/github.com-1ecc6299db9ec823/ralloc_shim-0.1.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f367a8a4245823e6 -C extra-filename=-f367a8a4245823e6 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern syscall=/home/cratesfyi/cratesfyi/debug/deps/libsyscall-d52ba63857f07628.rlib --extern-version syscall=syscall,0.2.1 --cap-lints allow`
Compiling clippy_lints v0.0.85
Running `rustc --crate-name clippy_lints .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=2f9abdbb401faa4e -C extra-filename=-2f9abdbb401faa4e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quine_mc_cluskey=/home/cratesfyi/cratesfyi/debug/deps/libquine_mc_cluskey-6d8f73fdf7c11d33.rlib --extern-version quine_mc_cluskey=quine-mc_cluskey,0.2.4 --extern matches=/home/cratesfyi/cratesfyi/debug/deps/libmatches-19e30f5db1f892af.rlib --extern-version matches=matches,0.1.4 --extern toml=/home/cratesfyi/cratesfyi/debug/deps/libtoml-3e41bddb25007619.rlib --extern-version toml=toml,0.1.30 --extern unicode_normalization=/home/cratesfyi/cratesfyi/debug/deps/libunicode_normalization-892a5d036a7e6ea0.rlib --extern-version unicode_normalization=unicode-normalization,0.1.4 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-2e0675bc6c33c582.rlib --extern-version regex_syntax=regex-syntax,0.3.9 --extern semver=/home/cratesfyi/cratesfyi/debug/deps/libsemver-f87296aee9eefa1d.rlib --extern-version semver=semver,0.2.3 --cap-lints allow`
error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/internal_lints.rs:3:5
|
3 | use syntax::parse::token::InternedString;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0432]: unresolved import `rustc_const_eval::EvalHint::ExprTypeChecked`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/array_indexing.rs:4:5
|
4 | use rustc_const_eval::EvalHint::ExprTypeChecked;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `EvalHint` in `rustc_const_eval`

error[E0432]: unresolved import `rustc_const_eval::eval_const_expr_partial`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/array_indexing.rs:5:5
|
5 | use rustc_const_eval::eval_const_expr_partial;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `eval_const_expr_partial` in the root

error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/copies.rs:6:5
|
6 | use syntax::parse::token::InternedString;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0432]: unresolved import `rustc::middle::cstore::DefLike`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/enum_glob_use.rs:7:5
|
7 | use rustc::middle::cstore::DefLike;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DefLike` in `middle::cstore`

error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/enum_variants.rs:6:5
|
6 | use syntax::parse::token::InternedString;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0432]: unresolved import `rustc::ty::adjustment::AutoAdjustment`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/escape.rs:8:5
|
8 | use rustc::ty::adjustment::AutoAdjustment;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AutoAdjustment` in `ty::adjustment`. Did you mean to use `Adjustment`?

error[E0432]: unresolved import `syntax::codemap::mk_sp`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/formatting.rs:2:5
|
2 | use syntax::codemap::mk_sp;
|     ^^^^^^^^^^^^^^^^^^^^^^ no `mk_sp` in `codemap`

error[E0432]: unresolved import `rustc::ty::MethodTraitItemId`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/len_zero.rs:3:23
|
3 | use rustc::ty::{self, MethodTraitItemId, ImplOrTraitItemId};
|                       ^^^^^^^^^^^^^^^^^ no `MethodTraitItemId` in `ty`

error[E0432]: unresolved import `rustc::ty::ImplOrTraitItemId`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/len_zero.rs:3:42
|
3 | use rustc::ty::{self, MethodTraitItemId, ImplOrTraitItemId};
|                                          ^^^^^^^^^^^^^^^^^ no `ImplOrTraitItemId` in `ty`

error[E0432]: unresolved import `rustc_const_eval::EvalHint::ExprTypeChecked`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/loops.rs:11:5
|
11 | use rustc_const_eval::EvalHint::ExprTypeChecked;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `EvalHint` in `rustc_const_eval`

error[E0432]: unresolved import `rustc_const_eval::eval_const_expr_partial`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/loops.rs:12:5
|
12 | use rustc_const_eval::eval_const_expr_partial;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `eval_const_expr_partial` in the root

error[E0432]: unresolved import `rustc_const_eval::EvalHint::ExprTypeChecked`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/matches.rs:5:5
|
5 | use rustc_const_eval::EvalHint::ExprTypeChecked;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `EvalHint` in `rustc_const_eval`

error[E0432]: unresolved import `rustc_const_eval::eval_const_expr_partial`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/matches.rs:6:5
|
6 | use rustc_const_eval::eval_const_expr_partial;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `eval_const_expr_partial` in the root

error[E0432]: unresolved import `rustc::middle::const_qualif::ConstQualif`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:4:5
|
4 | use rustc::middle::const_qualif::ConstQualif;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `const_qualif` in `middle`

error[E0432]: unresolved import `rustc_const_eval::EvalHint::ExprTypeChecked`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:6:5
|
6 | use rustc_const_eval::EvalHint::ExprTypeChecked;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `EvalHint` in `rustc_const_eval`

error[E0432]: unresolved import `rustc_const_eval::eval_const_expr_partial`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:7:5
|
7 | use rustc_const_eval::eval_const_expr_partial;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `eval_const_expr_partial` in the root

error[E0432]: unresolved import `rustc_const_eval::EvalHint::ExprTypeChecked`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/misc.rs:7:5
|
7 | use rustc_const_eval::EvalHint::ExprTypeChecked;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `EvalHint` in `rustc_const_eval`

error[E0432]: unresolved import `rustc_const_eval::eval_const_expr_partial`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/misc.rs:8:5
|
8 | use rustc_const_eval::eval_const_expr_partial;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `eval_const_expr_partial` in the root

error[E0432]: unresolved import `rustc::ty::adjustment::AutoAdjustment::AdjustDerefRef`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/needless_borrow.rs:9:5
|
9 | use rustc::ty::adjustment::AutoAdjustment::AdjustDerefRef;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `AutoAdjustment` in `adjustment`

error[E0432]: unresolved import `rustc::ty::TyStruct`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/needless_update.rs:2:5
|
2 | use rustc::ty::TyStruct;
|     ^^^^^^^^^^^^^^^^^^^ no `TyStruct` in `ty`

error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/non_expressive_names.rs:3:5
|
3 | use syntax::parse::token::InternedString;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0432]: unresolved import `rustc_const_eval::EvalHint::ExprTypeChecked`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/regex.rs:5:5
|
5 | use rustc_const_eval::EvalHint::ExprTypeChecked;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `EvalHint` in `rustc_const_eval`

error[E0432]: unresolved import `rustc_const_eval::eval_const_expr_partial`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/regex.rs:6:5
|
6 | use rustc_const_eval::eval_const_expr_partial;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `eval_const_expr_partial` in the root

error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/regex.rs:11:5
|
11 | use syntax::parse::token::InternedString;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0432]: unresolved import `syntax::codemap::mk_sp`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/swap.rs:4:5
|
4 | use syntax::codemap::mk_sp;
|     ^^^^^^^^^^^^^^^^^^^^^^ no `mk_sp` in `codemap`

error[E0432]: unresolved import `rustc_const_eval::EvalHint::ExprTypeChecked`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:782:9
|
782 |     use rustc_const_eval::EvalHint::ExprTypeChecked;
|         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `EvalHint` in `rustc_const_eval`

error[E0432]: unresolved import `rustc_const_eval::EvalHint::ExprTypeChecked`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:976:9
|
976 |     use rustc_const_eval::EvalHint::ExprTypeChecked;
|         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `EvalHint` in `rustc_const_eval`

error[E0432]: unresolved import `rustc_const_eval::eval_const_expr_partial`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:977:9
|
977 |     use rustc_const_eval::eval_const_expr_partial;
|         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `eval_const_expr_partial` in the root

error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/unsafe_removed_from_name.rs:5:5
|
5 | use syntax::parse::token::InternedString;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/unused_label.rs:7:5
|
7 | use syntax::parse::token::InternedString;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0432]: unresolved import `rustc_const_eval::EvalHint::ExprTypeChecked`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/vec.rs:4:5
|
4 | use rustc_const_eval::EvalHint::ExprTypeChecked;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `EvalHint` in `rustc_const_eval`

error[E0432]: unresolved import `rustc_const_eval::eval_const_expr_partial`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/vec.rs:5:5
|
5 | use rustc_const_eval::eval_const_expr_partial;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `eval_const_expr_partial` in the root

error[E0531]: cannot find tuple struct/variant `ExprVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/consts.rs:271:13
|
271 |             ExprVec(ref vec) => self.multi(vec).map(Constant::Vec),
|             ^^^^^^^ did you mean `ExprRet`?

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/conf.rs:8:69
|
8 | pub fn file(args: &[ptr::P<ast::MetaItem>]) -> Result<Option<token::InternedString>, (&'static str, codemap::Span)> {
|                                                                     ^^^^^^^^^^^^^^ not found in `token`
|
help: possible candidate is found in another module, you can import it into scope
| use syntax::symbol::InternedString;

error[E0532]: expected tuple struct/variant, found unit variant `ast::MetaItemKind::Word`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/conf.rs:11:13
|
11 |             ast::MetaItemKind::Word(ref name) |
|             ^^^^^^^^^^^^^^^^^^^^^^^ not a tuple struct/variant

error[E0531]: cannot find tuple struct/variant `ExprVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/hir.rs:125:15
|
125 |             (&ExprVec(ref l), &ExprVec(ref r)) => self.eq_exprs(l, r),
|               ^^^^^^^ did you mean `ExprRet`?

error[E0531]: cannot find tuple struct/variant `ExprVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/hir.rs:125:32
|
125 |             (&ExprVec(ref l), &ExprVec(ref r)) => self.eq_exprs(l, r),
|                                ^^^^^^^ did you mean `ExprRet`?

error[E0412]: cannot find type `QSelf` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/hir.rs:180:31
|
180 |     fn eq_qself(&self, left: &QSelf, right: &QSelf) -> bool {
|                               ^^^^^ did you mean `Self`?
|
help: possible candidate is found in another module, you can import it into scope
| use syntax::ast::QSelf;

error[E0412]: cannot find type `QSelf` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/hir.rs:180:46
|
180 |     fn eq_qself(&self, left: &QSelf, right: &QSelf) -> bool {
|                                              ^^^^^ did you mean `Self`?
|
help: possible candidate is found in another module, you can import it into scope
| use syntax::ast::QSelf;

error[E0531]: cannot find tuple struct/variant `TyVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/hir.rs:186:15
|
186 |             (&TyVec(ref l_vec), &TyVec(ref r_vec)) => self.eq_ty(l_vec, r_vec),
|               ^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `TyVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/hir.rs:186:34
|
186 |             (&TyVec(ref l_vec), &TyVec(ref r_vec)) => self.eq_ty(l_vec, r_vec),
|                                  ^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `TyFixedLengthVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/hir.rs:187:15
|
187 |             (&TyFixedLengthVec(ref lt, ref ll), &TyFixedLengthVec(ref rt, ref rl)) => {
|               ^^^^^^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `TyFixedLengthVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/hir.rs:187:50
|
187 |             (&TyFixedLengthVec(ref lt, ref ll), &TyFixedLengthVec(ref rt, ref rl)) => {
|                                                  ^^^^^^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `ExprVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/hir.rs:460:13
|
460 |             ExprVec(ref v) => {
|             ^^^^^^^ did you mean `ExprRet`?

error[E0425]: cannot find value `ExprVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/hir.rs:461:37
|
461 |                 let c: fn(_) -> _ = ExprVec;
|                                     ^^^^^^^ did you mean `ExprRet`?

error[E0531]: cannot find tuple struct/variant `ExprVec` in module `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/sugg.rs:64:22
|
64 |                 hir::ExprVec(..) |
|                      ^^^^^^^ did you mean `ExprRet`?

error[E0531]: cannot find tuple struct/variant `ExprVec` in module `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/higher.rs:177:26
|
177 |                 let hir::ExprVec(ref args) = boxed.node
|                          ^^^^^^^ did you mean `ExprRet`?

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:133:27
|
133 |         names: Vec<token::InternedString>,
|                           ^^^^^^^^^^^^^^ not found in `token`
|
help: possible candidate is found in another module, you can import it into scope
| pub fn match_def_path(cx: &LateContext, def_id: DefId, path: &[&str]) -> bool use syntax::symbol::InternedString;

error[E0425]: cannot find function `intern` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:143:36
|
143 |             self.names.push(token::intern(text).as_str());
|                                    ^^^^^^ not found in `token`

error[E0531]: cannot find tuple struct/variant `TyEnum` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:157:13
|
157 |         ty::TyEnum(adt, _) |
|             ^^^^^^ not found in `ty`

error[E0531]: cannot find tuple struct/variant `TyStruct` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:158:13
|
158 |         ty::TyStruct(adt, _) => match_def_path(cx, adt.did, path),
|             ^^^^^^^^ not found in `ty`

error[E0412]: cannot find type `DefLike` in module `cstore`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:219:71
|
219 | pub fn path_to_def(cx: &LateContext, path: &[&str]) -> Option<cstore::DefLike> {
|                                                                       ^^^^^^^ not found in `cstore`

error[E0433]: failed to resolve. Could not find `DefLike` in `cstore`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:241:25
|
241 |                         cstore::DefLike::DlDef(def) => def.def_id(),
|                         ^^^^^^^^^^^^^^^^^^^^^^ Could not find `DefLike` in `cstore`

error[E0433]: failed to resolve. Could not find `DefLike` in `cstore`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:242:25
|
242 |                         cstore::DefLike::DlImpl(def_id) => def_id,
|                         ^^^^^^^^^^^^^^^^^^^^^^^ Could not find `DefLike` in `cstore`

error[E0531]: cannot find tuple struct/variant `DlDef` in module `cstore`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:264:17
|
264 |         cstore::DlDef(def::Def::Trait(trait_id)) => Some(trait_id),
|                 ^^^^^ not found in `cstore`

error[E0433]: failed to resolve. Could not find `ParameterEnvironment` in `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:697:25
|
697 |     let parameter_env = ty::ParameterEnvironment::for_item(cx.tcx, fn_item);
|                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `ParameterEnvironment` in `ty`

error[E0433]: failed to resolve. Could not find `ParameterEnvironment` in `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:707:25
|
707 |     let parameter_env = ty::ParameterEnvironment::for_item(cx.tcx, parameter_item);
|                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `ParameterEnvironment` in `ty`

error[E0433]: failed to resolve. Could not find `ParameterEnvironment` in `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:725:15
|
725 |     let env = ty::ParameterEnvironment::for_item(cx.tcx, env);
|               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `ParameterEnvironment` in `ty`

error[E0532]: expected tuple struct/variant, found unit variant `MetaItemKind::Word`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/attrs.rs:114:44
|
114 |                                     if let MetaItemKind::Word(ref word) = lint.node {
|                                            ^^^^^^^^^^^^^^^^^^ not a tuple struct/variant

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/attrs.rs:172:9
|
172 |         MethodTraitItem(_, None) => true,
|         ^^^^^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/attrs.rs:173:9
|
173 |         MethodTraitItem(_, Some(ref block)) => is_relevant_block(block),
|         ^^^^^^^^^^^^^^^ not found in this scope

error[E0532]: expected tuple struct/variant, found unit variant `MetaItemKind::Word`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/attrs.rs:217:20
|
217 |             if let MetaItemKind::Word(ref always) = values[0].node {
|                    ^^^^^^^^^^^^^^^^^^ not a tuple struct/variant

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/cyclomatic_complexity.rs:109:16
|
109 |         if let MethodTraitItem(_, Some(ref block)) = item.node {
|                ^^^^^^^^^^^^^^^ not found in this scope

error[E0433]: failed to resolve. Could not find `ParameterEnvironment` in `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/derive.rs:136:37
|
136 |         let parameter_environment = ty::ParameterEnvironment::for_item(cx.tcx, item.id);
|                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `ParameterEnvironment` in `ty`

error[E0532]: expected tuple struct/variant, found unit variant `MetaItemKind::Word`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/derive.rs:179:12
|
179 |     if let MetaItemKind::Word(ref word) = attr.node.value.node {
|            ^^^^^^^^^^^^^^^^^^ not a tuple struct/variant

error[E0425]: cannot find function `eval_const_expr_partial` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/enum_clike.rs:47:37
|
47 |                     let bad = match eval_const_expr_partial(cx.tcx, &**disr, EvalHint::ExprTypeChecked, None) {
|                                     ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0433]: failed to resolve. Use of undeclared type or module `EvalHint`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/enum_clike.rs:47:78
|
47 |                     let bad = match eval_const_expr_partial(cx.tcx, &**disr, EvalHint::ExprTypeChecked, None) {
|                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `EvalHint`

error[E0433]: failed to resolve. Use of undeclared type or module `ViewPath_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/enum_glob_use.rs:53:20
|
53 |             if let ViewPath_::ViewPathGlob(_) = item_use.node {
|                    ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ViewPath_`

error[E0531]: cannot find tuple struct/variant `TyBox` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/escape.rs:45:13
|
45 |         ty::TyBox(inner) => !inner.is_trait(),
|             ^^^^^ not found in `ty`

error[E0433]: failed to resolve. Could not find `ParameterEnvironment` in `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/escape.rs:66:25
|
66 |         let param_env = ty::ParameterEnvironment::for_item(cx.tcx, id);
|                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `ParameterEnvironment` in `ty`

error[E0531]: cannot find tuple struct/variant `TyBox` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/escape.rs:196:17
|
196 |             ty::TyBox(inner) => {
|                 ^^^^^ not found in `ty`

error[E0531]: cannot find tuple struct/variant `ExprVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/eval_order_dependence.rs:121:9
|
121 |         ExprVec(_) |
|         ^^^^^^^ did you mean `ExprRet`?

error[E0531]: cannot find tuple struct/variant `ExprVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/format.rs:85:13
|
85 |         let ExprVec(ref exprs) = expr.node,
|             ^^^^^^^ did you mean `ExprRet`?

error[E0531]: cannot find tuple struct/variant `ExprVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/format.rs:126:13
|
126 |         let ExprVec(ref exprs) = arms[0].body.node,
|             ^^^^^^^ did you mean `ExprRet`?

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in module `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/functions.rs:101:21
|
101 |         if let hir::MethodTraitItem(ref sig, ref block) = item.node {
|                     ^^^^^^^^^^^^^^^ not found in `hir`

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/len_zero.rs:94:16
|
94 |         if let MethodTraitItem(ref sig, _) = item.node {
|                ^^^^^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/len_zero.rs:183:24
|
183 |             if let ty::MethodTraitItem(ref method) = cx.tcx.impl_or_trait_item(def_id) {
|                        ^^^^^^^^^^^^^^^ not found in `ty`

error[E0531]: cannot find tuple struct/variant `TyTrait` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/len_zero.rs:203:13
|
203 |         ty::TyTrait(_) => {
|             ^^^^^^^ not found in `ty`

error[E0531]: cannot find tuple struct/variant `TyEnum` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/len_zero.rs:211:13
|
211 |         ty::TyEnum(id, _) |
|             ^^^^^^ not found in `ty`

error[E0531]: cannot find tuple struct/variant `TyStruct` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/len_zero.rs:212:13
|
212 |         ty::TyStruct(id, _) => has_is_empty_impl(cx, &id.did),
|             ^^^^^^^^ not found in `ty`

error[E0425]: cannot find function `mk_sp` in module `codemap`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/let_if_seq.rs:76:37
|
76 |                 let span = codemap::mk_sp(stmt.span.lo, if_.span.hi);
|                                     ^^^^^ not found in `codemap`

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lifetimes.rs:73:16
|
73 |         if let MethodTraitItem(ref sig, _) = item.node {
|                ^^^^^^^^^^^^^^^ not found in this scope

error[E0433]: failed to resolve. Could not find `ParameterEnvironment` in `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:705:33
|
705 |     let parameter_environment = ty::ParameterEnvironment::for_item(cx.tcx, parent);
|                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `ParameterEnvironment` in `ty`

error[E0531]: cannot find tuple struct/variant `TyStruct` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:798:17
|
798 |             ty::TyStruct(..) => match_type(cx, ty, &paths::VEC),
|                 ^^^^^^^^ not found in `ty`

error[E0531]: cannot find tuple struct/variant `TyBox` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:801:17
|
801 |             ty::TyBox(inner) => may_slice(cx, inner),
|                 ^^^^^ not found in `ty`

error[E0531]: cannot find tuple struct/variant `TyBox` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:818:17
|
818 |             ty::TyBox(inner) => {
|                 ^^^^^ not found in `ty`

error[E0531]: cannot find tuple struct/variant `TyEnum` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:1086:16
|
1086 |     if let ty::TyEnum(_, substs) = ty.sty {
|                ^^^^^^ not found in `ty`

error[E0412]: cannot find type `ExplicitSelf` in module `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:1182:33
|
1182 |     fn matches(self, slf: &hir::ExplicitSelf, allow_value_for_ref: bool) -> bool {
|                                 ^^^^^^^^^^^^ not found in `hir`
|
help: possible candidate is found in another module, you can import it into scope
| use syntax::ast::ExplicitSelf;

error[E0433]: failed to resolve. Could not find `SelfKind` in `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:1184:32
|
1184 |             (SelfKind::Value, &hir::SelfKind::Value(_)) |
|                                ^^^^^^^^^^^^^^^^^^^^ Could not find `SelfKind` in `hir`

error[E0433]: failed to resolve. Could not find `SelfKind` in `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:1185:30
|
1185 |             (SelfKind::Ref, &hir::SelfKind::Region(_, hir::Mutability::MutImmutable)) |
|                              ^^^^^^^^^^^^^^^^^^^^^ Could not find `SelfKind` in `hir`

error[E0433]: failed to resolve. Could not find `SelfKind` in `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:1186:33
|
1186 |             (SelfKind::RefMut, &hir::SelfKind::Region(_, hir::Mutability::MutMutable)) => true,
|                                 ^^^^^^^^^^^^^^^^^^^^^ Could not find `SelfKind` in `hir`

error[E0433]: failed to resolve. Could not find `SelfKind` in `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:1187:30
|
1187 |             (SelfKind::Ref, &hir::SelfKind::Value(_)) |
|                              ^^^^^^^^^^^^^^^^^^^^ Could not find `SelfKind` in `hir`

error[E0433]: failed to resolve. Could not find `SelfKind` in `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:1188:33
|
1188 |             (SelfKind::RefMut, &hir::SelfKind::Value(_)) => allow_value_for_ref,
|                                 ^^^^^^^^^^^^^^^^^^^^ Could not find `SelfKind` in `hir`

error[E0433]: failed to resolve. Could not find `SelfKind` in `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:1189:18
|
1189 |             (_, &hir::SelfKind::Explicit(ref ty, _)) => self.matches_explicit_type(ty, allow_value_for_ref),
|                  ^^^^^^^^^^^^^^^^^^^^^^^ Could not find `SelfKind` in `hir`

error[E0531]: cannot find tuple struct/variant `TyStruct` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/mutex_atomic.rs:60:20
|
60 |         if let ty::TyStruct(_, subst) = ty.sty {
|                    ^^^^^^^^ not found in `ty`

error[E0531]: cannot find tuple struct/variant `TyStruct` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/new_without_default.rs:149:13
|
149 |         ty::TyStruct(adt_def, substs) => {
|             ^^^^^^^^ not found in `ty`

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/ptr_arg.rs:57:16
|
57 |         if let MethodTraitItem(ref sig, _) = item.node {
|                ^^^^^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `ExprVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/regex.rs:193:13
|
193 |         let ExprVec(ref exprs) = expr.node,
|             ^^^^^^^ did you mean `ExprRet`?

error[E0531]: cannot find tuple struct/variant `ExprVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/shadow.rs:284:9
|
284 |         ExprVec(ref v) | ExprTup(ref v) => {
|         ^^^^^^^ did you mean `ExprRet`?

error[E0531]: cannot find tuple struct/variant `TyObjectSum` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/shadow.rs:321:9
|
321 |         TyObjectSum(ref sty, _) |
|         ^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `TyVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/shadow.rs:322:9
|
322 |         TyVec(ref sty) => check_ty(cx, sty, bindings),
|         ^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `TyFixedLengthVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/shadow.rs:323:9
|
323 |         TyFixedLengthVec(ref fty, ref expr) => {
|         ^^^^^^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `ConstTraitItem` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:550:13
|
550 |             ConstTraitItem(ref ty, _) |
|             ^^^^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `TypeTraitItem` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:551:13
|
551 |             TypeTraitItem(_, Some(ref ty)) => self.check_type(cx, ty),
|             ^^^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:552:13
|
552 |             MethodTraitItem(MethodSig { ref decl, .. }, None) => self.check_fndecl(cx, decl),
|             ^^^^^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `TyVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:622:13
|
622 |             TyVec(..) |
|             ^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `TyFixedLengthVec` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:624:13
|
624 |             TyFixedLengthVec(..) => (10 * self.nest, 1),
|             ^^^^^^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `TyObjectSum` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:627:13
|
627 |             TyObjectSum(..) => (20 * self.nest, 0),
|             ^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `TyPolyTraitRef` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:631:13
|
631 |             TyPolyTraitRef(..) => (50 * self.nest, 1),
|             ^^^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function `eval_const_expr_partial` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:793:20
|
793 |     let cv = match eval_const_expr_partial(cx.tcx, expr, ExprTypeChecked, None) {
|                    ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0433]: failed to resolve. Use of undeclared type or module `ViewPath_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/unsafe_removed_from_name.rs:41:17
|
41 |                 ViewPath_::ViewPathSimple(ref name, ref path) => {
|                 ^^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ViewPath_`

error[E0433]: failed to resolve. Use of undeclared type or module `ViewPath_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/unsafe_removed_from_name.rs:51:17
|
51 |                 ViewPath_::ViewPathList(_, ref path_list_items) => {
|                 ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ViewPath_`

error[E0433]: failed to resolve. Use of undeclared type or module `ViewPath_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/unsafe_removed_from_name.rs:59:17
|
59 |                 ViewPath_::ViewPathGlob(_) => {}
|                 ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ViewPath_`

error[E0531]: cannot find tuple struct/variant `TyStruct` in module `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/vec.rs:91:16
|
91 |     if let ty::TyStruct(_, substs) = ty.sty {
|                ^^^^^^^^ not found in `ty`

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/sugg.rs:368:19
|
368 | fn indentation<T: LintContext>(cx: &T, span: Span) -> Option<String> {
|                   ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/sugg.rs:386:35
|
386 | pub trait DiagnosticBuilderExt<T: LintContext> {
|                                   ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/sugg.rs:413:17
|
413 | impl<'a, 'b, T: LintContext> DiagnosticBuilderExt<T> for rustc_errors::DiagnosticBuilder<'b> {
|                 ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:94:20
|
94 | pub fn in_macro<T: LintContext>(cx: &T, span: Span) -> bool {
|                    ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:100:29
|
100 | pub fn in_external_macro<T: LintContext>(cx: &T, span: Span) -> bool {
|                             ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:103:24
|
103 |     fn in_macro_ext<T: LintContext>(cx: &T, opt_info: Option<&ExpnInfo>) -> bool {
|                        ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:331:23
|
331 | pub fn snippet<'a, T: LintContext>(cx: &T, span: Span, default: &'a str) -> Cow<'a, str> {
|                       ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:336:23
|
336 | pub fn snippet_opt<T: LintContext>(cx: &T, span: Span) -> Option<String> {
|                       ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:348:29
|
348 | pub fn snippet_block<'a, T: LintContext>(cx: &T, span: Span, default: &'a str) -> Cow<'a, str> {
|                             ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:355:26
|
355 | pub fn expr_block<'a, T: LintContext>(cx: &T, expr: &Expr, option: Option<String>, default: &'a str) -> Cow<'a, str> {
|                          ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:456:21
|
456 | pub fn span_lint<T: LintContext>(cx: &T, lint: &'static Lint, sp: Span, msg: &str) {
|                     ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:464:34
|
464 | pub fn span_help_and_lint<'a, T: LintContext>(cx: &'a T, lint: &'static Lint, span: Span, msg: &str, help: &str) {
|                                  ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:472:34
|
472 | pub fn span_note_and_lint<'a, T: LintContext>(cx: &'a T, lint: &'static Lint, span: Span, msg: &str, note_span: Span,
|                                  ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/utils/mod.rs:485:34
|
485 | pub fn span_lint_and_then<'a, T: LintContext, F>(cx: &'a T, lint: &'static Lint, sp: Span, msg: &str, f: F)
|                                  ^^^^^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/approx_const.rs:61:6
|
61 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/arithmetic.rs:50:6
|
50 | impl LateLintPass for Arithmetic {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/array_indexing.rs:58:6
|
58 | impl LateLintPass for ArrayIndexing {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/assign_ops.rs:69:6
|
69 | impl LateLintPass for AssignOps {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/attrs.rs:85:6
|
85 | impl LateLintPass for AttrPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/bit_mask.rs:82:6
|
82 | impl LateLintPass for BitMask {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/blacklisted_name.rs:40:6
|
40 | impl LateLintPass for BlackListedName {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/block_in_if_condition.rs:83:6
|
83 | impl LateLintPass for BlockInIfCondition {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/booleans.rs:56:6
|
56 | impl LateLintPass for NonminimalBool {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/copies.rs:112:6
|
112 | impl LateLintPass for CopyAndPaste {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/cyclomatic_complexity.rs:93:6
|
93 | impl LateLintPass for CyclomaticComplexity {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/derive.rs:74:6
|
74 | impl LateLintPass for Derive {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/drop_ref.rs:38:6
|
38 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/entry.rs:42:6
|
42 | impl LateLintPass for HashMapLint {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/enum_clike.rs:39:6
|
39 | impl LateLintPass for UnportableVariant {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/enum_glob_use.rs:38:6
|
38 | impl LateLintPass for EnumGlobUse {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/eq_op.rs:35:6
|
35 | impl LateLintPass for EqOp {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/escape.rs:64:6
|
64 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/eta_reduction.rs:36:6
|
36 | impl LateLintPass for EtaPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/eval_order_dependence.rs:38:6
|
38 | impl LateLintPass for EvalOrderDependence {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/format.rs:40:6
|
40 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/functions.rs:71:6
|
71 | impl LateLintPass for Functions {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/identity_op.rs:34:6
|
34 | impl LateLintPass for IdentityOp {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/len_zero.rs:63:6
|
63 | impl LateLintPass for LenZero {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/let_if_seq.rs:60:6
|
60 | impl LateLintPass for LetIfSeq {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lifetimes.rs:59:6
|
59 | impl LateLintPass for LifetimePass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/loops.rs:289:6
|
289 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/map_clone.rs:27:6
|
27 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/matches.rs:132:6
|
132 | impl LateLintPass for MatchPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/matches.rs:345:67
|
345 | fn all_ranges(cx: &LateContext, arms: &[Arm]) -> Vec<SpannedRange<ConstVal>> {
|                                                                   ^^^^^^^^ expected lifetime parameter
|
= help: this function's return type contains a borrowed value, but the signature does not say whether it is borrowed from one of `cx`'s 3 elided lifetimes or `arms`

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/mem_forget.rs:30:6
|
30 | impl LateLintPass for MemForget {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/methods.rs:469:6
|
469 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/minmax.rs:37:6
|
37 | impl LateLintPass for MinMaxPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/misc.rs:52:6
|
52 | impl LateLintPass for TopLevelRefPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/misc.rs:128:6
|
128 | impl LateLintPass for CmpNan {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/misc.rs:185:6
|
185 | impl LateLintPass for FloatCmp {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/misc.rs:278:6
|
278 | impl LateLintPass for CmpOwned {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/misc.rs:377:6
|
377 | impl LateLintPass for ModuloOne {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/misc.rs:417:6
|
417 | impl LateLintPass for PatternPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/misc.rs:463:6
|
463 | impl LateLintPass for UsedUnderscoreBinding {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/mut_mut.rs:34:6
|
34 | impl LateLintPass for MutMut {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/mut_reference.rs:36:6
|
36 | impl LateLintPass for UnnecessaryMutPassed {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/mutex_atomic.rs:57:6
|
57 | impl LateLintPass for MutexAtomic {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/needless_bool.rs:59:6
|
59 | impl LateLintPass for NeedlessBool {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/needless_bool.rs:119:6
|
119 | impl LateLintPass for BoolComparison {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/needless_borrow.rs:38:6
|
38 | impl LateLintPass for NeedlessBorrow {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/needless_update.rs:33:6
|
33 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/neg_multiply.rs:34:6
|
34 | impl LateLintPass for NegMultiply {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/new_without_default.rs:92:6
|
92 | impl LateLintPass for NewWithoutDefault {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/no_effect.rs:99:6
|
99 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/non_expressive_names.rs:81:18
|
81 | impl<'a, 'b, 'c> Visitor for SimilarNamesNameVisitor<'a, 'b, 'c> {
|                  ^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/non_expressive_names.rs:239:14
|
239 | impl<'a, 'b> Visitor for SimilarNamesLocalVisitor<'a, 'b> {
|              ^^^^^^^ expected lifetime parameter

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/open_options.rs:35:6
|
35 | impl LateLintPass for NonSensical {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/overflow_check_conditional.rs:32:6
|
32 | impl LateLintPass for OverflowCheckConditional {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/panic.rs:35:6
|
35 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/print.rs:68:6
|
68 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/ptr_arg.rs:38:6
|
38 | impl LateLintPass for PtrArg {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/ranges.rs:49:6
|
49 | impl LateLintPass for StepByZero {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/regex.rs:85:6
|
85 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/serde.rs:29:6
|
29 | impl LateLintPass for Serde {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/shadow.rs:83:6
|
83 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/strings.rs:82:6
|
82 | impl LateLintPass for StringAdd {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/strings.rs:139:6
|
139 | impl LateLintPass for StringLitAsBytes {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/swap.rs:53:6
|
53 | impl LateLintPass for Swap {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/temporary_assignment.rs:40:6
|
40 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/transmute.rs:87:6
|
87 | impl LateLintPass for Transmute {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:72:6
|
72 | impl LateLintPass for TypePass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:152:6
|
152 | impl LateLintPass for LetPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:189:6
|
189 | impl LateLintPass for UnitCmp {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:441:6
|
441 | impl LateLintPass for CastPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:529:6
|
529 | impl LateLintPass for TypeComplexityPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:671:6
|
671 | impl LateLintPass for CharLitAsU8 {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:835:6
|
835 | impl LateLintPass for AbsurdExtremeComparisons {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/types.rs:1060:6
|
1060 | impl LateLintPass for InvalidUpcastComparisons {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/unicode.rs:71:6
|
71 | impl LateLintPass for Unicode {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/unsafe_removed_from_name.rs:37:6
|
37 | impl LateLintPass for UnsafeNameRemoval {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/unused_label.rs:49:6
|
49 | impl LateLintPass for UnusedLabel {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/vec.rs:35:6
|
35 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/zero_div_zero.rs:30:6
|
30 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error: aborting due to previous error(s)

thread 'main' panicked at 'ChainedError {
error: Could not compile `clippy_lints`.,
cause: process didn't exit successfully: `rustc --crate-name clippy_lints .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=2f9abdbb401faa4e -C extra-filename=-2f9abdbb401faa4e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quine_mc_cluskey=/home/cratesfyi/cratesfyi/debug/deps/libquine_mc_cluskey-6d8f73fdf7c11d33.rlib --extern-version quine_mc_cluskey=quine-mc_cluskey,0.2.4 --extern matches=/home/cratesfyi/cratesfyi/debug/deps/libmatches-19e30f5db1f892af.rlib --extern-version matches=matches,0.1.4 --extern toml=/home/cratesfyi/cratesfyi/debug/deps/libtoml-3e41bddb25007619.rlib --extern-version toml=toml,0.1.30 --extern unicode_normalization=/home/cratesfyi/cratesfyi/debug/deps/libunicode_normalization-892a5d036a7e6ea0.rlib --extern-version unicode_normalization=unicode-normalization,0.1.4 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-2e0675bc6c33c582.rlib --extern-version regex_syntax=regex-syntax,0.3.9 --extern semver=/home/cratesfyi/cratesfyi/debug/deps/libsemver-f87296aee9eefa1d.rlib --extern-version semver=semver,0.2.3 --cap-lints allow` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.