Build #26676 2016-08-19T15:05:33.923021+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading clippy v0.0.8
Documenting clippy v0.0.8
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/lib.rs --crate-name clippy -o /home/cratesfyi/clippy-0.0.8/doc -L dependency=/home/cratesfyi/clippy-0.0.8/debug -L dependency=/home/cratesfyi/clippy-0.0.8/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/lib.rs:13:5: 13:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/lib.rs:13 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/lib.rs:14:5: 14:32 error: unresolved import `rustc::lint::LintPassObject`. There is no `LintPassObject` in `rustc::lint`. Did you mean to use `LateLintPassObject`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/lib.rs:14 use rustc::lint::LintPassObject;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/types.rs:6:19: 6:26 error: unresolved import `rustc::lint::Context`. There is no `Context` in `rustc::lint`. Did you mean to use `context`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/types.rs:6 use rustc::lint::{Context, LintPass, LintArray, Lint, Level};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:4:24: 4:43 error: unresolved import `syntax::ast_util::is_comparison_binop`. Could not find `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:4 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:4:45: 4:60 error: unresolved import `syntax::ast_util::binop_to_string`. Could not find `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:4 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:6:19: 6:26 error: unresolved import `rustc::lint::Context`. There is no `Context` in `rustc::lint`. Did you mean to use `context`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:6 use rustc::lint::{Context, LintPass, LintArray, Lint, Level};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:7:5: 7:22 error: unresolved import `rustc::middle::ty`. There is no `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:7 use rustc::middle::ty;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:3:5: 3:33 error: unresolved import `syntax::ast_util`. There is no `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:3 use syntax::ast_util as ast_util;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:1:5: 1:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:1 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:3:5: 3:50 error: unresolved import `rustc::middle::const_eval::lookup_const_by_id`. Could not find `const_eval` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:3 use rustc::middle::const_eval::lookup_const_by_id;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:4:5: 4:27 error: unresolved import `rustc::middle::def::*`. Could not find `def` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:4 use rustc::middle::def::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:6:24: 6:43 error: unresolved import `syntax::ast_util::is_comparison_binop`. Could not find `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:6 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:6:45: 6:60 error: unresolved import `syntax::ast_util::binop_to_string`. Could not find `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:6 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:5:5: 5:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:5 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:7:5: 7:50 error: unresolved import `rustc::middle::const_eval::lookup_const_by_id`. Could not find `const_eval` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:7 use rustc::middle::const_eval::lookup_const_by_id;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:8:5: 8:27 error: unresolved import `rustc::middle::def::*`. Could not find `def` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:8 use rustc::middle::def::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:10:24: 10:43 error: unresolved import `syntax::ast_util::is_comparison_binop`. Could not find `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:10 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:10:45: 10:60 error: unresolved import `syntax::ast_util::binop_to_string`. Could not find `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:10 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:5:5: 5:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:5 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:7:5: 7:50 error: unresolved import `rustc::middle::const_eval::lookup_const_by_id`. Could not find `const_eval` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:7 use rustc::middle::const_eval::lookup_const_by_id;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:8:5: 8:27 error: unresolved import `rustc::middle::def::*`. Could not find `def` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:8 use rustc::middle::def::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:10:24: 10:43 error: unresolved import `syntax::ast_util::is_comparison_binop`. Could not find `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:10 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:10:45: 10:60 error: unresolved import `syntax::ast_util::binop_to_string`. Could not find `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:10 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:1:5: 1:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:1 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:3:5: 3:50 error: unresolved import `rustc::middle::const_eval::lookup_const_by_id`. Could not find `const_eval` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:3 use rustc::middle::const_eval::lookup_const_by_id;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:4:5: 4:27 error: unresolved import `rustc::middle::def::*`. Could not find `def` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:4 use rustc::middle::def::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:6:24: 6:43 error: unresolved import `syntax::ast_util::is_comparison_binop`. Could not find `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:6 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:6:45: 6:60 error: unresolved import `syntax::ast_util::binop_to_string`. Could not find `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:6 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eta_reduction.rs:2:19: 2:26 error: unresolved import `rustc::lint::Context`. There is no `Context` in `rustc::lint`. Did you mean to use `context`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eta_reduction.rs:2 use rustc::lint::{Context, LintPass, LintArray, Lint, Level};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:1:5: 1:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:1 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:3:5: 3:50 error: unresolved import `rustc::middle::const_eval::lookup_const_by_id`. Could not find `const_eval` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:3 use rustc::middle::const_eval::lookup_const_by_id;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:4:5: 4:27 error: unresolved import `rustc::middle::def::*`. Could not find `def` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:4 use rustc::middle::def::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:6:24: 6:43 error: unresolved import `syntax::ast_util::is_comparison_binop`. Could not find `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:6 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:6:45: 6:60 error: unresolved import `syntax::ast_util::binop_to_string`. Could not find `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:6 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:3:19: 3:26 error: unresolved import `rustc::lint::Context`. There is no `Context` in `rustc::lint`. Did you mean to use `context`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:3 use rustc::lint::{Context, LintPass, LintArray, Lint};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:4:25: 4:37 error: unresolved import `rustc::middle::ty::TypeVariants`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:4 use rustc::middle::ty::{TypeVariants, TypeAndMut, TyRef};
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:4:39: 4:49 error: unresolved import `rustc::middle::ty::TypeAndMut`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:4 use rustc::middle::ty::{TypeVariants, TypeAndMut, TyRef};
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:4:51: 4:56 error: unresolved import `rustc::middle::ty::TyRef`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:4 use rustc::middle::ty::{TypeVariants, TypeAndMut, TyRef};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:6:19: 6:26 error: unresolved import `rustc::lint::Context`. There is no `Context` in `rustc::lint`. Did you mean to use `context`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:6 use rustc::lint::{Context, LintPass, LintArray, Lint};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:8:25: 8:29 error: unresolved import `rustc::middle::ty`. There is no `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:8 use rustc::middle::ty::{self, TypeVariants, TypeAndMut, MethodTraitItemId, ImplOrTraitItemId};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:8:31: 8:43 error: unresolved import `rustc::middle::ty::TypeVariants`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:8 use rustc::middle::ty::{self, TypeVariants, TypeAndMut, MethodTraitItemId, ImplOrTraitItemId};
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:8:45: 8:55 error: unresolved import `rustc::middle::ty::TypeAndMut`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:8 use rustc::middle::ty::{self, TypeVariants, TypeAndMut, MethodTraitItemId, ImplOrTraitItemId};
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:8:57: 8:74 error: unresolved import `rustc::middle::ty::MethodTraitItemId`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:8 use rustc::middle::ty::{self, TypeVariants, TypeAndMut, MethodTraitItemId, ImplOrTraitItemId};
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:8:76: 8:93 error: unresolved import `rustc::middle::ty::ImplOrTraitItemId`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:8 use rustc::middle::ty::{self, TypeVariants, TypeAndMut, MethodTraitItemId, ImplOrTraitItemId};
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:9:26: 9:31 error: unresolved import `rustc::middle::def::DefTy`. Could not find `def` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:9 use rustc::middle::def::{DefTy, DefStruct, DefTrait};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:9:33: 9:42 error: unresolved import `rustc::middle::def::DefStruct`. Could not find `def` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:9 use rustc::middle::def::{DefTy, DefStruct, DefTrait};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:9:44: 9:52 error: unresolved import `rustc::middle::def::DefTrait`. Could not find `def` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:9 use rustc::middle::def::{DefTy, DefStruct, DefTrait};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:3:5: 3:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:3 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:15:5: 15:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:15 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:17:5: 17:27 error: unresolved import `rustc::middle::def::*`. Could not find `def` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:17 use rustc::middle::def::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/utils.rs:1:19: 1:26 error: unresolved import `rustc::lint::Context`. There is no `Context` in `rustc::lint`. Did you mean to use `context`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/utils.rs:1 use rustc::lint::{Context, Lint};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/utils.rs:2:19: 2:24 error: unresolved import `syntax::ast::DefId`. There is no `DefId` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/utils.rs:2 use syntax::ast::{DefId, Name, Path};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/utils.rs:5:5: 5:22 error: unresolved import `rustc::middle::ty`. There is no `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/utils.rs:5 use rustc::middle::ty;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/utils.rs:6:24: 6:31 error: unresolved import `std::borrow::IntoCow`. There is no `IntoCow` in `std::borrow` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/utils.rs:6 use std::borrow::{Cow, IntoCow};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/types.rs:23:9: 23:15 error: unresolved variant or struct `TyPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/types.rs:23 TyPath(_, Path {segments: ref seg, ..}) => {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/types.rs:30:52: 30:76 error: unresolved variant or struct `AngleBracketedParameters` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/types.rs:30 Some(&PathSegment {parameters: AngleBracketedParameters(ref a), ..}) => {
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/types.rs:56:5: 86:6 error: method `check_ty` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/types.rs:56 fn check_ty(&mut self, cx: &Context, ty: &ast::Ty) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:34:5: 56:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:34 fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:35:16: 35:25 error: unresolved variant or struct `ExprMatch` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:35 if let ExprMatch(ref ex, ref arms, ast::MatchSource::Normal) = expr.node {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:35:44: 35:68 error: failed to resolve. Could not find `MatchSource` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:35 if let ExprMatch(ref ex, ref arms, ast::MatchSource::Normal) = expr.node {
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:39:25: 39:32 error: unresolved variant or struct `ExprTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:39 ExprTup(ref v) if v.is_empty() && arms[1].guard.is_none() => (),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:40:25: 40:34 error: unresolved variant or struct `ExprBlock` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:40 ExprBlock(ref b) if b.stmts.is_empty() && arms[1].guard.is_none() => (),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:45:56: 45:69 error: unresolved name `PatWildSingle` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:45 if arms[1].pats[0].node == PatWild(PatWildSingle) && arms[0].pats.len() == 1 {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:45:48: 45:55 error: unresolved name `PatWild` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:45 if arms[1].pats[0].node == PatWild(PatWildSingle) && arms[0].pats.len() == 1 {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:70:5: 86:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:70 fn check_expr(&mut self, cx: &Context, expr: &ast::Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:72:13: 72:32 error: unresolved variant or struct `ExprMethodCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:72 ast::ExprMethodCall(ref method, _, ref args)
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:100:5: 110:6 error: method `check_fn` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:100 fn check_fn(&mut self, cx: &Context, _: FnKind, decl: &FnDecl, _: &Block, _: Span, _: NodeId) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:102:20: 102:28 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:102 if let PatIdent(BindByRef(_), _, _) = arg.pat.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:102:29: 102:38 error: unresolved variant or struct `BindByRef` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:102 if let PatIdent(BindByRef(_), _, _) = arg.pat.node {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:123:2: 134:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:123 fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:124:10: 124:20 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:124 if let ExprBinary(ref cmp, ref left, ref right) = expr.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:126:13: 126:21 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:126 if let &ExprPath(_, ref path) = &left.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:129:13: 129:21 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:129 if let &ExprPath(_, ref path) = &right.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:154:2: 164:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:154 fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:155:10: 155:20 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:155 if let ExprBinary(ref cmp, ref left, ref right) = expr.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:157:14: 157:18 error: unresolved name `BiEq` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:157 if (op == BiEq || op == BiNe) && (is_float(cx, left) || is_float(cx, right)) {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:157:28: 157:32 error: unresolved name `BiNe` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:157 if (op == BiEq || op == BiNe) && (is_float(cx, left) || is_float(cx, right)) {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:186:2: 193:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:186 fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:187:10: 187:20 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:187 if let ExprBinary(Spanned { node: op, ..}, ref left, ref right) = expr.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:198:3: 198:13 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:198 ExprBinary(Spanned { node: op, ..}, _, _) => is_arith_op(op),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:203:19: 203:25 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:203 fn is_bit_op(op : BinOp_) -> bool {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:203:19: 203:25 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:203:19: 203:25 help: `len_zero::typeck::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:203:19: 203:25 help: `rustc::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205:14: 205:22 error: variable `BiBitXor` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205 BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205:14: 205:22 error: variable `BiBitAnd` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205 BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205:25: 205:32 error: variable `BiBitXor` from pattern #1 is not bound in pattern #3 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205 BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205:25: 205:32 error: variable `BiBitOr` from pattern #3 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205 BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205:35: 205:40 error: variable `BiBitXor` from pattern #1 is not bound in pattern #4 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205 BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205:35: 205:40 error: variable `BiShl` from pattern #4 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205 BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205:43: 205:48 error: variable `BiBitXor` from pattern #1 is not bound in pattern #5 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205 BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205:43: 205:48 error: variable `BiShr` from pattern #5 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:205 BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:210:21: 210:27 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:210 fn is_arith_op(op : BinOp_) -> bool {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:210:21: 210:27 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:210:21: 210:27 help: `len_zero::typeck::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:210:21: 210:27 help: `rustc::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212:11: 212:16 error: variable `BiAdd` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212 BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212:11: 212:16 error: variable `BiSub` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212 BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212:19: 212:24 error: variable `BiAdd` from pattern #1 is not bound in pattern #3 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212 BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212:19: 212:24 error: variable `BiMul` from pattern #3 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212 BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212:27: 212:32 error: variable `BiAdd` from pattern #1 is not bound in pattern #4 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212 BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212:27: 212:32 error: variable `BiDiv` from pattern #4 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212 BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212:35: 212:40 error: variable `BiAdd` from pattern #1 is not bound in pattern #5 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212 BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212:35: 212:40 error: variable `BiRem` from pattern #5 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:212 BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:228:2: 235:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:228 fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:229:10: 229:20 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:229 if let ExprBinary(ref cmp, ref left, ref right) = expr.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:240:4: 240:18 error: unresolved variant or struct `ExprMethodCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:240 &ExprMethodCall(Spanned{node: ref ident, ..}, _, ref args) => {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:250:4: 250:12 error: unresolved variant or struct `ExprCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:250 &ExprCall(ref path, _) => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:251:12: 251:20 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:251 if let &ExprPath(None, ref path) = &path.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:22:5: 30:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:22 fn check_expr(&mut self, cx: &Context, e: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:22:35: 22:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:22 fn check_expr(&mut self, cx: &Context, e: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:22:35: 22:42 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:22:35: 22:42 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:22:35: 22:42 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:23:16: 23:26 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:23 if let ExprBinary(ref op, ref left, ref right) = e.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:35:5: 35:15 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:35 (&ExprBinary(ref lop, ref ll, ref lr),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:36:6: 36:16 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:36 &ExprBinary(ref rop, ref rl, ref rr)) =>
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:39:5: 39:12 error: unresolved variant or struct `ExprBox` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:39 (&ExprBox(ref lpl, ref lbox), &ExprBox(ref rpl, ref rbox)) =>
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:39:34: 39:41 error: unresolved variant or struct `ExprBox` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:39 (&ExprBox(ref lpl, ref lbox), &ExprBox(ref rpl, ref rbox)) =>
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:42:5: 42:13 error: unresolved variant or struct `ExprCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:42 (&ExprCall(ref lcallee, ref largs),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:43:5: 43:13 error: unresolved variant or struct `ExprCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:43 &ExprCall(ref rcallee, ref rargs)) => is_exp_equal(lcallee,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:45:5: 45:13 error: unresolved variant or struct `ExprCast` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:45 (&ExprCast(ref lc, ref lty), &ExprCast(ref rc, ref rty)) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:45:33: 45:41 error: unresolved variant or struct `ExprCast` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:45 (&ExprCast(ref lc, ref lty), &ExprCast(ref rc, ref rty)) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:47:5: 47:14 error: unresolved variant or struct `ExprField` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:47 (&ExprField(ref lfexp, ref lfident),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:48:6: 48:15 error: unresolved variant or struct `ExprField` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:48 &ExprField(ref rfexp, ref rfident)) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:50:5: 50:12 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:50 (&ExprLit(ref l), &ExprLit(ref r)) => l.node == r.node,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:50:22: 50:29 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:50 (&ExprLit(ref l), &ExprLit(ref r)) => l.node == r.node,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:51:5: 51:19 error: unresolved variant or struct `ExprMethodCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:51 (&ExprMethodCall(ref lident, ref lcty, ref lmargs),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:52:6: 52:20 error: unresolved variant or struct `ExprMethodCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:52 &ExprMethodCall(ref rident, ref rcty, ref rmargs)) =>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:55:5: 55:14 error: unresolved variant or struct `ExprParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:55 (&ExprParen(ref lparen), _) => is_exp_equal(lparen, right),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:56:8: 56:17 error: unresolved variant or struct `ExprParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:56 (_, &ExprParen(ref rparen)) => is_exp_equal(left, rparen),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:57:5: 57:13 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:57 (&ExprPath(ref lqself, ref lsubpath),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:58:6: 58:14 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:58 &ExprPath(ref rqself, ref rsubpath)) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:61:5: 61:12 error: unresolved variant or struct `ExprTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:61 (&ExprTup(ref ltup), &ExprTup(ref rtup)) =>
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:61:25: 61:32 error: unresolved variant or struct `ExprTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:61 (&ExprTup(ref ltup), &ExprTup(ref rtup)) =>
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:63:5: 63:14 error: unresolved variant or struct `ExprUnary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:63 (&ExprUnary(lunop, ref l), &ExprUnary(runop, ref r)) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:63:31: 63:40 error: unresolved variant or struct `ExprUnary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:63 (&ExprUnary(lunop, ref l), &ExprUnary(runop, ref r)) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:65:5: 65:12 error: unresolved variant or struct `ExprVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:65 (&ExprVec(ref l), &ExprVec(ref r)) => is_exps_equal(l, r),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:65:22: 65:29 error: unresolved variant or struct `ExprVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:65 (&ExprVec(ref l), &ExprVec(ref r)) => is_exps_equal(l, r),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:90:4: 90:9 error: unresolved variant or struct `TyVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:90 (&TyVec(ref lvec), &TyVec(ref rvec)) => is_ty_equal(lvec, rvec),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:90:22: 90:27 error: unresolved variant or struct `TyVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:90 (&TyVec(ref lvec), &TyVec(ref rvec)) => is_ty_equal(lvec, rvec),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:91:4: 91:20 error: unresolved variant or struct `TyFixedLengthVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:91 (&TyFixedLengthVec(ref lfvty, ref lfvexp),
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:92:5: 92:21 error: unresolved variant or struct `TyFixedLengthVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:92 &TyFixedLengthVec(ref rfvty, ref rfvexp)) =>
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:94:4: 94:9 error: unresolved variant or struct `TyPtr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:94 (&TyPtr(ref lmut), &TyPtr(ref rmut)) => is_mut_ty_equal(lmut, rmut),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:94:22: 94:27 error: unresolved variant or struct `TyPtr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:94 (&TyPtr(ref lmut), &TyPtr(ref rmut)) => is_mut_ty_equal(lmut, rmut),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:95:4: 95:10 error: unresolved variant or struct `TyRptr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:95 (&TyRptr(ref ltime, ref lrmut), &TyRptr(ref rtime, ref rrmut)) =>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:95:35: 95:41 error: unresolved variant or struct `TyRptr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:95 (&TyRptr(ref ltime, ref lrmut), &TyRptr(ref rtime, ref rrmut)) =>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:98:4: 98:12 error: unresolved variant or struct `TyBareFn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:98 (&TyBareFn(ref lbare), &TyBareFn(ref rbare)) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:98:26: 98:34 error: unresolved variant or struct `TyBareFn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:98 (&TyBareFn(ref lbare), &TyBareFn(ref rbare)) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:100:7: 100:12 error: unresolved variant or struct `TyTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:100 (&TyTup(ref ltup), &TyTup(ref rtup)) => is_tys_equal(ltup, rtup),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:100:25: 100:30 error: unresolved variant or struct `TyTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:100 (&TyTup(ref ltup), &TyTup(ref rtup)) => is_tys_equal(ltup, rtup),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:101:4: 101:10 error: unresolved variant or struct `TyPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:101 (&TyPath(ref lq, ref lpath), &TyPath(ref rq, ref rpath)) =>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:101:32: 101:38 error: unresolved variant or struct `TyPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:101 (&TyPath(ref lq, ref lpath), &TyPath(ref rq, ref rpath)) =>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:103:7: 103:18 error: unresolved variant or struct `TyObjectSum` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:103 (&TyObjectSum(ref lsumty, ref lobounds),
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:104:5: 104:16 error: unresolved variant or struct `TyObjectSum` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:104 &TyObjectSum(ref rsumty, ref robounds)) =>
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:107:4: 107:18 error: unresolved variant or struct `TyPolyTraitRef` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:107 (&TyPolyTraitRef(ref ltbounds), &TyPolyTraitRef(ref rtbounds)) =>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:107:35: 107:49 error: unresolved variant or struct `TyPolyTraitRef` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:107 (&TyPolyTraitRef(ref ltbounds), &TyPolyTraitRef(ref rtbounds)) =>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:109:7: 109:14 error: unresolved variant or struct `TyParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:109 (&TyParen(ref lty), &TyParen(ref rty)) => is_ty_equal(lty, rty),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:109:26: 109:33 error: unresolved variant or struct `TyParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:109 (&TyParen(ref lty), &TyParen(ref rty)) => is_ty_equal(lty, rty),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:110:7: 110:15 error: unresolved variant or struct `TyTypeof` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:110 (&TyTypeof(ref lof), &TyTypeof(ref rof)) => is_exp_equal(lof, rof),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:110:27: 110:35 error: unresolved variant or struct `TyTypeof` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:110 (&TyTypeof(ref lof), &TyTypeof(ref rof)) => is_exp_equal(lof, rof),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:111:14: 111:21 error: identifier `TyInfer` is bound more than once in the same pattern [E0416]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:111 (&TyInfer, &TyInfer) => true,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:158:4: 158:12 error: unresolved variant or struct `NoReturn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:158 (&NoReturn(_), &NoReturn(_)) |
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:158:18: 158:26 error: unresolved variant or struct `NoReturn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:158 (&NoReturn(_), &NoReturn(_)) |
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:159:4: 159:17 error: unresolved variant or struct `DefaultReturn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:159 (&DefaultReturn(_), &DefaultReturn(_)) => true,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:159:23: 159:36 error: unresolved variant or struct `DefaultReturn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:159 (&DefaultReturn(_), &DefaultReturn(_)) => true,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:160:4: 160:10 error: unresolved variant or struct `Return` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:160 (&Return(ref lty), &Return(ref rty)) => is_ty_equal(lty, rty),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:160:22: 160:28 error: unresolved variant or struct `Return` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:160 (&Return(ref lty), &Return(ref rty)) => is_ty_equal(lty, rty),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:175:4: 175:11 error: unresolved variant or struct `PatWild` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:175 (&PatWild(lwild), &PatWild(rwild)) => lwild == rwild,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:175:21: 175:28 error: unresolved variant or struct `PatWild` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:175 (&PatWild(lwild), &PatWild(rwild)) => lwild == rwild,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:176:4: 176:12 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:176 (&PatIdent(ref lmode, ref lident, Option::None),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:177:5: 177:13 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:177 &PatIdent(ref rmode, ref rident, Option::None)) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:179:4: 179:12 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:179 (&PatIdent(ref lmode, ref lident, Option::Some(ref lpat)),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:180:5: 180:13 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:180 &PatIdent(ref rmode, ref rident, Option::Some(ref rpat))) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:183:7: 183:14 error: unresolved variant or struct `PatEnum` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:183 (&PatEnum(ref lpath, ref lenum), &PatEnum(ref rpath, ref renum)) =>
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:183:39: 183:46 error: unresolved variant or struct `PatEnum` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:183 (&PatEnum(ref lpath, ref lenum), &PatEnum(ref rpath, ref renum)) =>
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:186:7: 186:16 error: unresolved variant or struct `PatStruct` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:186 (&PatStruct(ref lpath, ref lfieldpat, lbool),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:187:5: 187:14 error: unresolved variant or struct `PatStruct` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:187 &PatStruct(ref rpath, ref rfieldpat, rbool)) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:190:7: 190:13 error: unresolved variant or struct `PatTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:190 (&PatTup(ref ltup), &PatTup(ref rtup)) => is_pats_equal(ltup, rtup),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:190:26: 190:32 error: unresolved variant or struct `PatTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:190 (&PatTup(ref ltup), &PatTup(ref rtup)) => is_pats_equal(ltup, rtup),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:191:7: 191:13 error: unresolved variant or struct `PatBox` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:191 (&PatBox(ref lboxed), &PatBox(ref rboxed)) =>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:191:28: 191:34 error: unresolved variant or struct `PatBox` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:191 (&PatBox(ref lboxed), &PatBox(ref rboxed)) =>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:193:7: 193:16 error: unresolved variant or struct `PatRegion` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:193 (&PatRegion(ref lpat, ref lmut), &PatRegion(ref rpat, ref rmut)) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:193:39: 193:48 error: unresolved variant or struct `PatRegion` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:193 (&PatRegion(ref lpat, ref lmut), &PatRegion(ref rpat, ref rmut)) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:195:4: 195:10 error: unresolved variant or struct `PatLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:195 (&PatLit(ref llit), &PatLit(ref rlit)) => is_exp_equal(llit, rlit),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:195:23: 195:29 error: unresolved variant or struct `PatLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:195 (&PatLit(ref llit), &PatLit(ref rlit)) => is_exp_equal(llit, rlit),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:196:7: 196:15 error: unresolved variant or struct `PatRange` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:196 (&PatRange(ref lfrom, ref lto), &PatRange(ref rfrom, ref rto)) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:196:38: 196:46 error: unresolved variant or struct `PatRange` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:196 (&PatRange(ref lfrom, ref lto), &PatRange(ref rfrom, ref rto)) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:198:7: 198:13 error: unresolved variant or struct `PatVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:198 (&PatVec(ref lfirst, Option::None, ref llast),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:199:5: 199:11 error: unresolved variant or struct `PatVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:199 &PatVec(ref rfirst, Option::None, ref rlast)) =>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:201:7: 201:13 error: unresolved variant or struct `PatVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:201 (&PatVec(ref lfirst, Option::Some(ref lpat), ref llast),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:202:5: 202:11 error: unresolved variant or struct `PatVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:202 &PatVec(ref rfirst, Option::Some(ref rpat), ref rlast)) =>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:16: 262:20 error: variable `BiEq` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:16: 262:20 error: variable `BiLt` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:23: 262:27 error: variable `BiEq` from pattern #1 is not bound in pattern #3 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:23: 262:27 error: variable `BiLe` from pattern #3 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:30: 262:34 error: variable `BiEq` from pattern #1 is not bound in pattern #4 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:30: 262:34 error: variable `BiGt` from pattern #4 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:37: 262:41 error: variable `BiEq` from pattern #1 is not bound in pattern #5 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:37: 262:41 error: variable `BiGe` from pattern #5 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:44: 262:48 error: variable `BiEq` from pattern #1 is not bound in pattern #6 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:44: 262:48 error: variable `BiNe` from pattern #6 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:51: 262:56 error: variable `BiEq` from pattern #1 is not bound in pattern #7 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:51: 262:56 error: variable `BiAnd` from pattern #7 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:59: 262:63 error: variable `BiEq` from pattern #1 is not bound in pattern #8 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262:59: 262:63 error: variable `BiOr` from pattern #8 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:262 BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr |
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:263:9: 263:17 error: variable `BiEq` from pattern #1 is not bound in pattern #9 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:263 BiBitXor | BiBitAnd | BiBitOr => true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:263:9: 263:17 error: variable `BiBitXor` from pattern #9 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:263 BiBitXor | BiBitAnd | BiBitOr => true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:263:20: 263:28 error: variable `BiEq` from pattern #1 is not bound in pattern #10 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:263 BiBitXor | BiBitAnd | BiBitOr => true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:263:20: 263:28 error: variable `BiBitAnd` from pattern #10 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:263 BiBitXor | BiBitAnd | BiBitOr => true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:263:31: 263:38 error: variable `BiEq` from pattern #1 is not bound in pattern #11 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:263 BiBitXor | BiBitAnd | BiBitOr => true,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:263:31: 263:38 error: variable `BiBitOr` from pattern #11 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eq_op.rs:263 BiBitXor | BiBitAnd | BiBitOr => true,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:53:5: 64:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:53 fn check_expr(&mut self, cx: &Context, e: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:53:35: 53:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:53 fn check_expr(&mut self, cx: &Context, e: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:53:35: 53:42 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:53:35: 53:42 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:53:35: 53:42 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:54:16: 54:26 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:54 if let ExprBinary(ref cmp, ref left, ref right) = e.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:67:21: 67:27 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:67 fn invert_cmp(cmp : BinOp_) -> BinOp_ {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:67:21: 67:27 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:67:21: 67:27 help: `len_zero::typeck::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:67:21: 67:27 help: `rustc::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:67:32: 67:38 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:67 fn invert_cmp(cmp : BinOp_) -> BinOp_ {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:67:32: 67:38 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:67:32: 67:38 help: `len_zero::typeck::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:67:32: 67:38 help: `rustc::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:71:11: 71:15 error: unresolved name `BiGt`. Did you mean `BiLt`? [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:71 BiLt => BiGt,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:72:11: 72:15 error: unresolved name `BiLt`. Did you mean `BiGt`? [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:72 BiGt => BiLt,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:73:11: 73:15 error: unresolved name `BiGe`. Did you mean `BiLe`? [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:73 BiLe => BiGe,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:74:11: 74:15 error: unresolved name `BiLe`. Did you mean `BiGe`? [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:74 BiGe => BiLe,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:75:8: 75:12 error: unresolved name `BiOr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:75 _ => BiOr // Dummy
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:80:23: 80:30 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:80 fn check_compare(cx: &Context, bit_op: &Expr, cmp_op: BinOp_, cmp_value: u64, span: &Span) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:80:23: 80:30 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:80:23: 80:30 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:80:23: 80:30 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:80:55: 80:61 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:80 fn check_compare(cx: &Context, bit_op: &Expr, cmp_op: BinOp_, cmp_value: u64, span: &Span) {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:80:55: 80:61 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:80:55: 80:61 help: `len_zero::typeck::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:80:55: 80:61 help: `rustc::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:82:4: 82:13 error: unresolved variant or struct `ExprParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:82 &ExprParen(ref subexp) => check_compare(cx, subexp, cmp_op, cmp_value, span),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:83:4: 83:14 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:83 &ExprBinary(ref op, ref left, ref right) => {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:84:18: 84:26 error: unresolved name `BiBitAnd` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:84 if op.node != BiBitAnd && op.node != BiBitOr { return; }
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:84:41: 84:48 error: unresolved name `BiBitOr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:84 if op.node != BiBitAnd && op.node != BiBitOr { return; }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93:24: 93:31 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93 fn check_bit_mask(cx: &Context, bit_op: BinOp_, cmp_op: BinOp_,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93:24: 93:31 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93:24: 93:31 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93:24: 93:31 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93:41: 93:47 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93 fn check_bit_mask(cx: &Context, bit_op: BinOp_, cmp_op: BinOp_,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93:41: 93:47 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93:41: 93:47 help: `len_zero::typeck::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93:41: 93:47 help: `rustc::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93:57: 93:63 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93 fn check_bit_mask(cx: &Context, bit_op: BinOp_, cmp_op: BinOp_,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93:57: 93:63 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93:57: 93:63 help: `len_zero::typeck::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:93:57: 93:63 help: `rustc::hir::BinOp_`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:96:10: 96:14 error: variable `BiEq` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:96 BiEq | BiNe => match bit_op {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:96:10: 96:14 error: variable `BiNe` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:96 BiEq | BiNe => match bit_op {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:116:10: 116:14 error: variable `BiLt` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:116 BiLt | BiGe => match bit_op {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:116:10: 116:14 error: variable `BiGe` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:116 BiLt | BiGe => match bit_op {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:140:10: 140:14 error: variable `BiLe` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:140 BiLe | BiGt => match bit_op {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:140:10: 140:14 error: variable `BiGt` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:140 BiLe | BiGt => match bit_op {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:168:27: 168:34 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:168 fn fetch_int_literal(cx: &Context, lit : &Expr) -> Option<u64> {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:168:27: 168:34 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:168:27: 168:34 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:168:27: 168:34 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:170:4: 170:11 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:170 &ExprLit(ref lit_ptr) => {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:171:12: 171:18 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:171 if let &LitInt(value, _) = &lit_ptr.node {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:175:4: 175:12 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:175 &ExprPath(_, _) => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:180:27: 180:41 error: unresolved variant, struct or type alias `PathResolution` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:180 Some(&PathResolution { base_def: DefConst(def_id), ..}) => Some(def_id),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:180:54: 180:62 error: unresolved variant or struct `DefConst` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/bit_mask.rs:180 Some(&PathResolution { base_def: DefConst(def_id), ..}) => Some(def_id),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:30:5: 34:3 error: method `check_item` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:30 fn check_item(&mut self, cx: &Context, item: &Item) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:30:35: 30:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:30 fn check_item(&mut self, cx: &Context, item: &Item) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:30:35: 30:42 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:30:35: 30:42 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:30:35: 30:42 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:31:11: 31:17 error: unresolved variant or struct `ItemFn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:31 if let &ItemFn(ref decl, _, _, _, _, _) = &item.node {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:36:5: 40:3 error: method `check_impl_item` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:36 fn check_impl_item(&mut self, cx: &Context, item: &ImplItem) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:36:40: 36:47 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:36 fn check_impl_item(&mut self, cx: &Context, item: &ImplItem) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:36:40: 36:47 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:36:40: 36:47 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:36:40: 36:47 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:37:11: 37:25 error: unresolved variant or struct `MethodImplItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:37 if let &MethodImplItem(ref sig, _) = &item.node {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:42:2: 46:3 error: method `check_trait_item` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:42 fn check_trait_item(&mut self, cx: &Context, item: &TraitItem) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:42:38: 42:45 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:42 fn check_trait_item(&mut self, cx: &Context, item: &TraitItem) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:42:38: 42:45 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:42:38: 42:45 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:42:38: 42:45 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:43:11: 43:26 error: unresolved variant or struct `MethodTraitItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:43 if let &MethodTraitItem(ref sig, _) = &item.node {
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:49:18: 49:25 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:49 fn check_fn(cx: &Context, decl: &FnDecl) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:49:18: 49:25 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:49:18: 49:25 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:49:18: 49:25 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:52:5: 52:10 error: unresolved variant or struct `TyPtr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:52 &TyPtr(ref p) | &TyRptr(_, ref p) =>
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:52:21: 52:27 error: unresolved variant or struct `TyRptr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:52 &TyPtr(ref p) | &TyRptr(_, ref p) =>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:59:27: 59:34 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:59 fn check_ptr_subtype(cx: &Context, span: Span, ty: &Ty) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:59:27: 59:34 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:59:27: 59:34 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/ptr_arg.rs:59:27: 59:34 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:29:5: 47:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:29 fn check_expr(&mut self, cx: &Context, e: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:29:35: 29:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:29 fn check_expr(&mut self, cx: &Context, e: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:29:35: 29:42 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:29:35: 29:42 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:29:35: 29:42 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:30:16: 30:22 error: unresolved variant or struct `ExprIf` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:30 if let ExprIf(_, ref then_block, Option::Some(ref else_expr)) = e.node {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:58:4: 58:13 error: unresolved variant or struct `ExprBlock` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:58 &ExprBlock(ref block) => fetch_bool_block(block),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:59:4: 59:11 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:59 &ExprLit(ref lit_ptr) => if let &LitBool(value) = &lit_ptr.node { Option::Some(value) } else { Option::None },
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:59:36: 59:43 error: unresolved variant or struct `LitBool` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/needless_bool.rs:59 &ExprLit(ref lit_ptr) => if let &LitBool(value) = &lit_ptr.node { Option::Some(value) } else { Option::None },
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:35:5: 39:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:35 fn check_expr(&mut self, cx: &Context, e: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:35:35: 35:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:35 fn check_expr(&mut self, cx: &Context, e: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:35:35: 35:42 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:35:35: 35:42 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:35:35: 35:42 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:36:11: 36:18 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:36 if let &ExprLit(ref lit) = &e.node {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:42:19: 42:26 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:42 fn check_lit(cx: &Context, lit: &Lit, span: Span) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:42:19: 42:26 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:42:19: 42:26 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:42:19: 42:26 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:44:4: 44:12 error: unresolved variant or struct `LitFloat` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:44 &LitFloat(ref str, TyF32) => check_known_consts(cx, span, str, "f32"),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:45:4: 45:12 error: unresolved variant or struct `LitFloat` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:45 &LitFloat(ref str, TyF64) => check_known_consts(cx, span, str, "f64"),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:46:4: 46:22 error: unresolved variant or struct `LitFloatUnsuffixed` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:46 &LitFloatUnsuffixed(ref str) => check_known_consts(cx, span, str, "f{32, 64}"),
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:51:28: 51:35 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:51 fn check_known_consts(cx: &Context, span: Span, str: &str, module: &str) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:51:28: 51:35 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:51:28: 51:35 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/approx_const.rs:51:28: 51:35 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eta_reduction.rs:21:5: 59:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eta_reduction.rs:21 fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eta_reduction.rs:22:16: 22:27 error: unresolved variant or struct `ExprClosure` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eta_reduction.rs:22 if let ExprClosure(_, ref decl, ref blk) = expr.node {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eta_reduction.rs:28:24: 28:32 error: unresolved variant or struct `ExprCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eta_reduction.rs:28 if let ExprCall(ref caller, ref args) = ex.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eta_reduction.rs:35:32: 35:40 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eta_reduction.rs:35 if let PatIdent(_, ident, _) = a1.pat.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eta_reduction.rs:37:36: 37:44 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/eta_reduction.rs:37 if let ExprPath(None, ref p) = a2.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:23:5: 45:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:23 fn check_expr(&mut self, cx: &Context, e: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:23:35: 23:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:23 fn check_expr(&mut self, cx: &Context, e: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:23:35: 23:42 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:23:35: 23:42 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:23:35: 23:42 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:24:16: 24:26 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:24 if let ExprBinary(ref cmp, ref left, ref right) = e.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:26:25: 26:32 error: variable `BiAdd` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:26 BiAdd | BiBitOr | BiBitXor => {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:26:25: 26:32 error: variable `BiBitOr` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:26 BiAdd | BiBitOr | BiBitXor => {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:26:35: 26:43 error: variable `BiAdd` from pattern #1 is not bound in pattern #3 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:26 BiAdd | BiBitOr | BiBitXor => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:26:35: 26:43 error: variable `BiBitXor` from pattern #3 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:26 BiAdd | BiBitOr | BiBitXor => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:30:25: 30:30 error: variable `BiShl` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:30 BiShl | BiShr | BiSub =>
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:30:25: 30:30 error: variable `BiShr` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:30 BiShl | BiShr | BiSub =>
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:30:33: 30:38 error: variable `BiShl` from pattern #1 is not bound in pattern #3 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:30 BiShl | BiShr | BiSub =>
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:30:33: 30:38 error: variable `BiSub` from pattern #3 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:30 BiShl | BiShr | BiSub =>
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:49:15: 49:22 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:49 fn check(cx: &Context, e: &Expr, m: i8, span: Span, arg: Span) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:49:15: 49:22 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:49:15: 49:22 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:49:15: 49:22 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:57:18: 57:25 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:57 fn have_lit(cx: &Context, e : &Expr, m: i8) -> bool {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:57:18: 57:25 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:57:18: 57:25 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:57:18: 57:25 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:59:10: 59:19 error: unresolved variant or struct `ExprUnary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:59 &ExprUnary(UnNeg, ref litexp) => have_lit(cx, litexp, -m),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:60:10: 60:17 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:60 &ExprLit(ref lit) => {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:62:19: 62:25 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:62 (&LitInt(0, _), 0) => true,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:63:19: 63:25 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:63 (&LitInt(1, SignedIntLit(_, Plus)), 1) => true,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:63:29: 63:41 error: unresolved variant or struct `SignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:63 (&LitInt(1, SignedIntLit(_, Plus)), 1) => true,
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:64:19: 64:25 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:64 (&LitInt(1, UnsuffixedIntLit(Plus)), 1) => true,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:64:29: 64:45 error: unresolved variant or struct `UnsuffixedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:64 (&LitInt(1, UnsuffixedIntLit(Plus)), 1) => true,
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:65:19: 65:25 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:65 (&LitInt(1, SignedIntLit(_, Minus)), -1) => true,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:65:29: 65:41 error: unresolved variant or struct `SignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:65 (&LitInt(1, SignedIntLit(_, Minus)), -1) => true,
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:66:19: 66:25 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:66 (&LitInt(1, UnsuffixedIntLit(Minus)), -1) => true,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:66:29: 66:45 error: unresolved variant or struct `UnsuffixedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:66 (&LitInt(1, UnsuffixedIntLit(Minus)), -1) => true,
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:70:10: 70:19 error: unresolved variant or struct `ExprParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:70 &ExprParen(ref p) => have_lit(cx, p, m),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:71:10: 71:18 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:71 &ExprPath(_, _) => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:73:23: 73:37 error: unresolved variant, struct or type alias `PathResolution` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:73 Some(&PathResolution { base_def: DefConst(id), ..}) =>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:73:50: 73:58 error: unresolved variant or struct `DefConst` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/identity_op.rs:73 Some(&PathResolution { base_def: DefConst(id), ..}) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:19:2: 22:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:19 fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:24:2: 27:3 error: method `check_ty` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:24 fn check_ty(&mut self, cx: &Context, ty: &Ty) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:35:4: 35:14 error: unresolved variant or struct `ExprAddrOf` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:35 ExprAddrOf(MutMutable, ref e) => Option::Some(e),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:57:3: 57:8 error: unresolved variant or struct `TyPtr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:57 TyPtr(MutTy{ ty: ref pty, mutbl: MutMutable }) => Option::Some(pty),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:58:3: 58:9 error: unresolved variant or struct `TyRptr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/mut_mut.rs:58 TyRptr(_, MutTy{ ty: ref pty, mutbl: MutMutable }) => Option::Some(pty),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:29:2: 37:3 error: method `check_item` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:29 fn check_item(&mut self, cx: &Context, item: &Item) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:31:5: 31:14 error: unresolved variant or struct `ItemTrait` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:31 &ItemTrait(_, _, _, ref trait_items) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:33:5: 33:13 error: unresolved variant or struct `ItemImpl` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:33 &ItemImpl(_, _, _, None, _, ref impl_items) => // only non-trait
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:39:2: 48:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:39 fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:40:11: 40:21 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:40 if let &ExprBinary(Spanned{node: cmp, ..}, ref left, ref right) =
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:44:12: 44:16 error: variable `BiGt` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:44 BiGt | BiNe => check_cmp(cx, expr.span, left, right, "!"),
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:44:12: 44:16 error: variable `BiNe` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:44 BiGt | BiNe => check_cmp(cx, expr.span, left, right, "!"),
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:53:37: 53:52 error: unresolved variant or struct `MethodTraitItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:53 item.ident.name == name && if let MethodTraitItem(ref sig, _) =
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:72:37: 72:51 error: unresolved variant or struct `MethodImplItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:72 item.ident.name == name && if let MethodImplItem(ref sig, _) =
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:98:5: 98:12 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:98 (&ExprLit(ref lit), &ExprMethodCall(ref method, _, ref args)) =>
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:98:24: 98:38 error: unresolved variant or struct `ExprMethodCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:98 (&ExprLit(ref lit), &ExprMethodCall(ref method, _, ref args)) =>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:100:5: 100:19 error: unresolved variant or struct `ExprMethodCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:100 (&ExprMethodCall(ref method, _, ref args), &ExprLit(ref lit)) =>
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:100:47: 100:54 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:100 (&ExprMethodCall(ref method, _, ref args), &ExprLit(ref lit)) =>
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:108:24: 108:30 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:108 if let &Spanned{node: LitInt(0, _), ..} = lit {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:132:42: 132:47 error: type name `DefId` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:132 fn has_is_empty_impl(cx: &Context, id: &DefId) -> bool {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:132:42: 132:47 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:132:42: 132:47 help: `len_zero::typeck::hir::def_id::DefId`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/len_zero.rs:132:42: 132:47 help: `rustc::hir::def_id::DefId`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:23:5: 28:3 error: method `check_item` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:23 fn check_item(&mut self, cx: &Context, item: &Item) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:23:35: 23:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:23 fn check_item(&mut self, cx: &Context, item: &Item) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:23:35: 23:42 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:23:35: 23:42 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:23:35: 23:42 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:30:5: 35:3 error: method `check_impl_item` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:30 fn check_impl_item(&mut self, cx: &Context, item: &ImplItem) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:30:40: 30:47 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:30 fn check_impl_item(&mut self, cx: &Context, item: &ImplItem) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:30:40: 30:47 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:30:40: 30:47 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:30:40: 30:47 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:37:2: 42:3 error: method `check_trait_item` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:37 fn check_trait_item(&mut self, cx: &Context, item: &TraitItem) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:37:38: 37:45 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:37 fn check_trait_item(&mut self, cx: &Context, item: &TraitItem) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:37:38: 37:45 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:37:38: 37:45 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:37:38: 37:45 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:46:10: 46:16 error: unresolved variant or struct `ItemFn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:46 if let &ItemFn(_, _, _, _, _, ref block) = &item.node {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:53:3: 53:17 error: unresolved variant or struct `MethodImplItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:53 MethodImplItem(_, ref block) => is_relevant_block(block),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:60:3: 60:18 error: unresolved variant or struct `MethodTraitItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:60 MethodTraitItem(_, None) => true,
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:61:3: 61:18 error: unresolved variant or struct `MethodTraitItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:61 MethodTraitItem(_, Some(ref block)) => is_relevant_block(block),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:69:4: 69:12 error: unresolved variant or struct `StmtDecl` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:69 StmtDecl(_, _) => return true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:70:4: 70:12 error: unresolved variant or struct `StmtExpr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:70 StmtExpr(ref expr, _) | StmtSemi(ref expr, _) => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:70:28: 70:36 error: unresolved variant or struct `StmtSemi` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:70 StmtExpr(ref expr, _) | StmtSemi(ref expr, _) => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:81:3: 81:12 error: unresolved variant or struct `ExprBlock` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:81 ExprBlock(ref block) => is_relevant_block(block),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:82:3: 82:10 error: unresolved variant or struct `ExprRet` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:82 ExprRet(Some(ref e)) | ExprParen(ref e) =>
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:82:26: 82:35 error: unresolved variant or struct `ExprParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:82 ExprRet(Some(ref e)) | ExprParen(ref e) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:84:3: 84:10 error: unresolved variant or struct `ExprRet` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:84 ExprRet(None) | ExprBreak(_) | ExprMac(_) => false,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:84:19: 84:28 error: unresolved variant or struct `ExprBreak` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:84 ExprRet(None) | ExprBreak(_) | ExprMac(_) => false,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:84:34: 84:41 error: unresolved variant or struct `ExprMac` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:84 ExprRet(None) | ExprBreak(_) | ExprMac(_) => false,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:85:3: 85:11 error: unresolved variant or struct `ExprCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:85 ExprCall(ref path_expr, _) => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:86:11: 86:19 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:86 if let ExprPath(_, ref path) = path_expr.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:94:21: 94:28 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:94 fn check_attrs(cx: &Context, info: Option<&ExpnInfo>, ident: &Ident,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:94:21: 94:28 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:94:21: 94:28 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:94:21: 94:28 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:99:10: 99:18 error: unresolved variant or struct `MetaList` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:99 if let MetaList(ref inline, ref values) = attr.node.value.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:101:11: 101:19 error: unresolved variant or struct `MetaWord` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/attrs.rs:101 if let MetaWord(ref always) = values[0].node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:38:2: 41:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:38 fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:38:32: 38:39 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:38 fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:38:32: 38:39 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:38:32: 38:39 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:38:32: 38:39 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:44:25: 44:32 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:44 fn check_expr_expd(cx: &Context, e: &Expr, info: Option<&ExpnInfo>) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:44:25: 44:32 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:44:25: 44:32 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:44:25: 44:32 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:47:9: 47:15 error: unresolved variant or struct `ExprIf` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:47 if let ExprIf(ref check, ref then, None) = e.node {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:48:28: 48:34 error: unresolved variant or struct `ExprIf` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:48 if let Some(&Expr{ node: ExprIf(ref check_inner, _, None), ..}) =
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:59:9: 59:19 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:59 ExprBinary(Spanned {node: n, ..}, _, _) if n == BiEq => false,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:59:57: 59:61 error: unresolved name `BiEq` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:59 ExprBinary(Spanned {node: n, ..}, _, _) if n == BiEq => false,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:74:16: 74:24 error: unresolved variant or struct `StmtExpr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:74 if let StmtExpr(ref expr, _) = block.stmts[0].node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:85:12: 85:21 error: unresolved variant or struct `ExprBlock` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/collapsible_if.rs:85 if let ExprBlock(ref block) = expr.node {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:16:5: 22:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:16 fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:16:35: 16:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:16 fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:16:35: 16:42 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:16:35: 16:42 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:16:35: 16:42 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:17:10: 17:17 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:17 if let ExprLit(ref lit) = expr.node {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:18:11: 18:17 error: unresolved variant or struct `LitStr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:18 if let LitStr(ref string, _) = lit.node {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:25:19: 25:26 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:25 fn check_str(cx: &Context, string: &str, span: Span) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:25:19: 25:26 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:25:19: 25:26 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:25:19: 25:26 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:38:25: 38:32 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:38 fn lint_zero_width(cx: &Context, span: Span, start: Option<usize>) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:38:25: 38:32 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:38:25: 38:32 help: `len_zero::typeck::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/unicode.rs:38:25: 38:32 help: `rustc::middle::region::Context`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:13:31: 13:33 error: lifetime parameters are not allowed on this type [E0110]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:13 pub fn walk_ty<'t>(ty: ty::Ty<'t>) -> ty::Ty<'t> {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:13:24: 13:34 error: ambiguous associated type; specify the type using the syntax `<[type error] as Trait>::Ty` [E0223]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:13 pub fn walk_ty<'t>(ty: ty::Ty<'t>) -> ty::Ty<'t> {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:13:46: 13:48 error: lifetime parameters are not allowed on this type [E0110]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:13 pub fn walk_ty<'t>(ty: ty::Ty<'t>) -> ty::Ty<'t> {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:13:39: 13:49 error: ambiguous associated type; specify the type using the syntax `<[type error] as Trait>::Ty` [E0223]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/misc.rs:13 pub fn walk_ty<'t>(ty: ty::Ty<'t>) -> ty::Ty<'t> {
^~~~~~~~~~
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `clippy v0.0.8`, intermediate artifacts can be found at `/home/cratesfyi/clippy-0.0.8`,
cause: ChainedError {
error: Could not document `clippy`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.8/src/lib.rs --crate-name clippy -o /home/cratesfyi/clippy-0.0.8/doc -L dependency=/home/cratesfyi/clippy-0.0.8/debug -L dependency=/home/cratesfyi/clippy-0.0.8/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.