triple 0.0.2

embeddable/standalone rdf triple store
Build #59455 2017-06-06T06:23:14.046932+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 triple v0.0.2
Downloading clippy v0.0.96
Downloading clippy_lints v0.0.96
Fresh utf8-ranges v0.1.3
Fresh matches v0.1.4
Fresh log v0.3.8
Fresh rustc-serialize v0.3.24
Fresh regex-syntax v0.3.9
Fresh libc v0.2.23
Fresh quine-mc_cluskey v0.2.4
Fresh winapi v0.2.8
Fresh nom v1.2.4
Fresh semver v0.2.3
Fresh unicode-normalization v0.1.4
Fresh winapi-build v0.1.1
Fresh kernel32-sys v0.2.2
Fresh thread-id v2.0.0
Fresh memchr v0.1.11
Fresh rand v0.3.15
Fresh aho-corasick v0.5.3
Fresh thread_local v0.2.7
Fresh toml v0.1.30
Compiling clippy_lints v0.0.96
Running `rustc --crate-name clippy_lints .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=af470fd2aaea8268 -C extra-filename=-af470fd2aaea8268 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --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 unicode_normalization=/home/cratesfyi/cratesfyi/debug/deps/libunicode_normalization-892a5d036a7e6ea0.rlib --extern-version unicode_normalization=unicode-normalization,0.1.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 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`
Fresh regex v0.1.80
Fresh env_logger v0.3.5
Fresh quickcheck v0.3.2
error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/utils/internal_lints.rs:5:5
|
5 | 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.96/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.96/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.96/src/copies.rs:6:5
|
6 | 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.96/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.96/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.96/src/formatting.rs:2:5
|
2 | use syntax::codemap::mk_sp;
|     ^^^^^^^^^^^^^^^^^^^^^^ no `mk_sp` in `codemap`

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

error[E0432]: unresolved import `rustc_const_eval::EvalHint::ExprTypeChecked`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/src/needless_borrow.rs:9:5
|
9 | use rustc::ty::adjustment::AutoAdjustment::AdjustDerefRef;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `AutoAdjustment` in `adjustment`

error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/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.96/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.96/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.96/src/types.rs:790:9
|
790 |     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.96/src/types.rs:984:9
|
984 |     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.96/src/types.rs:985:9
|
985 |     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.96/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.96/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.96/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.96/src/vec.rs:5:5
|
5 | use rustc_const_eval::eval_const_expr_partial;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `eval_const_expr_partial` in the root

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/utils/conf.rs:12:89
|
12 | pub fn file(args: &[codemap::Spanned<ast::NestedMetaItemKind>]) -> 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.96/src/utils/conf.rs:15:13
|
15 |             ast::MetaItemKind::Word(ref name) |
|             ^^^^^^^^^^^^^^^^^^^^^^^ not a tuple struct/variant

error[E0412]: cannot find type `QSelf` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/utils/hir.rs:209:31
|
209 |     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.96/src/utils/hir.rs:209:46
|
209 |     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 `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/src/utils/mod.rs:143:36
|
143 |             self.names.push(token::intern(text).as_str());
|                                    ^^^^^^ not found in `token`

error[E0433]: failed to resolve. Could not find `ParameterEnvironment` in `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/utils/mod.rs:696:25
|
696 |     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.96/src/utils/mod.rs:706:25
|
706 |     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.96/src/utils/mod.rs:724:15
|
724 |     let env = ty::ParameterEnvironment::for_item(cx.tcx, env);
|               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `ParameterEnvironment` in `ty`

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/attrs.rs:171:9
|
171 |         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.96/src/attrs.rs:172:9
|
172 |         MethodTraitItem(_, Some(ref block)) => is_relevant_block(cx, 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.96/src/attrs.rs:242:16
|
242 |         if let MetaItemKind::Word(ref word) = mi.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.96/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.96/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.96/src/derive.rs:180:12
|
180 |     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.96/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.96/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.96/src/enum_glob_use.rs:52:20
|
52 |             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.96/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.96/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.96/src/escape.rs:196:17
|
196 |             ty::TyBox(inner) => {
|                 ^^^^^ not found in `ty`

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in module `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/src/len_zero.rs:188:20
|
188 |         if let ty::MethodTraitItem(ref method) = *item {
|                    ^^^^^^^^^^^^^^^ 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.96/src/len_zero.rs:206:13
|
206 |         ty::TyTrait(_) => {
|             ^^^^^^^ not found in `ty`

error[E0425]: cannot find function `mk_sp` in module `codemap`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/src/methods.rs:732:33
|
732 |     let parameter_environment = ty::ParameterEnvironment::for_item(cx.tcx, parent);
|                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.96/src/methods.rs:840:17
|
840 |             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.96/src/methods.rs:857:17
|
857 |             ty::TyBox(inner) => {
|                 ^^^^^ not found in `ty`

error[E0412]: cannot find type `ExplicitSelf` in module `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/methods.rs:1221:33
|
1221 |     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.96/src/methods.rs:1223:32
|
1223 |             (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.96/src/methods.rs:1224:30
|
1224 |             (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.96/src/methods.rs:1225:33
|
1225 |             (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.96/src/methods.rs:1226:30
|
1226 |             (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.96/src/methods.rs:1227:33
|
1227 |             (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.96/src/methods.rs:1228:18
|
1228 |             (_, &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 `ConstTraitItem` in module `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/missing_doc.rs:139:18
|
139 |             hir::ConstTraitItem(..) => "an associated constant",
|                  ^^^^^^^^^^^^^^ not found in `hir`

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in module `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/missing_doc.rs:140:18
|
140 |             hir::MethodTraitItem(..) => "a trait method",
|                  ^^^^^^^^^^^^^^^ not found in `hir`

error[E0531]: cannot find tuple struct/variant `TypeTraitItem` in module `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/missing_doc.rs:141:18
|
141 |             hir::TypeTraitItem(..) => "an associated type",
|                  ^^^^^^^^^^^^^ not found in `hir`

error[E0423]: expected function, found macro `print::path_to_string`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/ok_if_let.rs:46:16
|
46 |             if print::path_to_string(x) == "Some" && is_result_type {
|                ^^^^^^^^^^^^^^^^^^^^^ did you mean `print::path_to_string!(...)`?
|
help: possible better candidate is found in another module, you can import it into scope
|         if let $pat = $expr use syntax::print::pprust::path_to_string;

error[E0531]: cannot find tuple struct/variant `MethodTraitItem` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/ptr.rs:76:16
|
76 |         if let MethodTraitItem(ref sig, _) = item.node {
|                ^^^^^^^^^^^^^^^ 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.96/src/shadow.rs:321:9
|
321 |         TyObjectSum(ref sty, _) |
|         ^^^^^^^^^^^ 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.96/src/types.rs:558:13
|
558 |             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.96/src/types.rs:559:13
|
559 |             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.96/src/types.rs:560:13
|
560 |             MethodTraitItem(MethodSig { ref decl, .. }, None) => self.check_fndecl(cx, decl),
|             ^^^^^^^^^^^^^^^ 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.96/src/types.rs:635:13
|
635 |             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.96/src/types.rs:639:13
|
639 |             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.96/src/types.rs:801:20
|
801 |     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.96/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.96/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.96/src/unsafe_removed_from_name.rs:59:17
|
59 |                 ViewPath_::ViewPathGlob(_) => {}
|                 ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ViewPath_`

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/utils/sugg.rs:387:19
|
387 | 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.96/src/utils/sugg.rs:406:35
|
406 | pub trait DiagnosticBuilderExt<T: LintContext> {
|                                   ^^^^^^^^^^^ expected lifetime parameter

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

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/utils/internal_lints.rs:107:6
|
107 | impl LateLintPass for LintWithoutLintPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/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.96/src/utils/mod.rs:330:23
|
330 | 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.96/src/utils/mod.rs:335:23
|
335 | 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.96/src/utils/mod.rs:347:29
|
347 | 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.96/src/utils/mod.rs:354:26
|
354 | 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.96/src/utils/mod.rs:455:21
|
455 | 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.96/src/utils/mod.rs:463:34
|
463 | 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.96/src/utils/mod.rs:471:34
|
471 | 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.96/src/utils/mod.rs:484:34
|
484 | 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.96/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.96/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.96/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.96/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.96/src/attrs.rs:84:6
|
84 | impl LateLintPass for AttrPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/src/enum_glob_use.rs:37:6
|
37 | impl LateLintPass for EnumGlobUse {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/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.96/src/eval_order_dependence.rs:59:6
|
59 | impl LateLintPass for EvalOrderDependence {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/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.96/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.96/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.96/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.96/src/loops.rs:310:6
|
310 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/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.96/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.96/src/methods.rs:494:6
|
494 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/src/misc.rs:170:6
|
170 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/src/missing_doc.rs:97:6
|
97 | impl LateLintPass for MissingDoc {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/src/no_effect.rs:101:6
|
101 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifier
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/src/ok_if_let.rs:34:6
|
34 | impl LateLintPass for Pass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/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.96/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.96/src/ptr.rs:57:6
|
57 | impl LateLintPass for PointerPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/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.96/src/types.rs:155:6
|
155 | impl LateLintPass for LetPass {
|      ^^^^^^^^^^^^ expected 2 lifetime parameters

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

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

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

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

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

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

error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.96/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.96/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.96/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.96/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.96/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.96/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=af470fd2aaea8268 -C extra-filename=-af470fd2aaea8268 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --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 unicode_normalization=/home/cratesfyi/cratesfyi/debug/deps/libunicode_normalization-892a5d036a7e6ea0.rlib --extern-version unicode_normalization=unicode-normalization,0.1.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 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.