clippy 0.0.5

A bunch of helpful lints to avoid common pitfalls in Rust
Build #26679 2016-08-19T15:05:52.652587+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.5
Documenting clippy v0.0.5
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/lib.rs --crate-name clippy -o /home/cratesfyi/clippy-0.0.5/doc -L dependency=/home/cratesfyi/clippy-0.0.5/debug -L dependency=/home/cratesfyi/clippy-0.0.5/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/lib.rs:13 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/lib.rs:14 use rustc::lint::LintPassObject;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/types.rs:6 use rustc::lint::{Context, LintPass, LintArray, Lint, Level};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/misc.rs:4 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/misc.rs:4 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/misc.rs:6 use rustc::lint::{Context, LintPass, LintArray, Lint, Level};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:7:25: 7:29 error: unresolved import `rustc::middle::ty`. There is no `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:7 use rustc::middle::ty::{self, expr_ty, ty_str, ty_ptr, ty_rptr, ty_float};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:7:31: 7:38 error: unresolved import `rustc::middle::ty::expr_ty`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:7 use rustc::middle::ty::{self, expr_ty, ty_str, ty_ptr, ty_rptr, ty_float};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:7:40: 7:46 error: unresolved import `rustc::middle::ty::ty_str`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:7 use rustc::middle::ty::{self, expr_ty, ty_str, ty_ptr, ty_rptr, ty_float};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:7:48: 7:54 error: unresolved import `rustc::middle::ty::ty_ptr`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:7 use rustc::middle::ty::{self, expr_ty, ty_str, ty_ptr, ty_rptr, ty_float};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:7:56: 7:63 error: unresolved import `rustc::middle::ty::ty_rptr`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:7 use rustc::middle::ty::{self, expr_ty, ty_str, ty_ptr, ty_rptr, ty_float};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:7:65: 7:73 error: unresolved import `rustc::middle::ty::ty_float`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:7 use rustc::middle::ty::{self, expr_ty, ty_str, ty_ptr, ty_rptr, ty_float};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/eq_op.rs:3 use syntax::ast_util as ast_util;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/bit_mask.rs:1 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/bit_mask.rs:3 use rustc::middle::const_eval::lookup_const_by_id;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/bit_mask.rs:4 use rustc::middle::def::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/bit_mask.rs:6 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/bit_mask.rs:6 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/ptr_arg.rs:5 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/ptr_arg.rs:7 use rustc::middle::const_eval::lookup_const_by_id;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/ptr_arg.rs:8 use rustc::middle::def::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/ptr_arg.rs:10 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/ptr_arg.rs:10 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/needless_bool.rs:5 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/needless_bool.rs:7 use rustc::middle::const_eval::lookup_const_by_id;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/needless_bool.rs:8 use rustc::middle::def::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/needless_bool.rs:10 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/needless_bool.rs:10 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/approx_const.rs:1 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/approx_const.rs:3 use rustc::middle::const_eval::lookup_const_by_id;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/approx_const.rs:4 use rustc::middle::def::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/approx_const.rs:6 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/approx_const.rs:6 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/eta_reduction.rs:2 use rustc::lint::{Context, LintPass, LintArray, Lint, Level};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/identity_op.rs:1 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/identity_op.rs:3 use rustc::middle::const_eval::lookup_const_by_id;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/identity_op.rs:4 use rustc::middle::def::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/identity_op.rs:6 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/identity_op.rs:6 use syntax::ast_util::{is_comparison_binop, binop_to_string};
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/mut_mut.rs:3 use rustc::lint::{Context, LintPass, LintArray, Lint};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:4:25: 4:32 error: unresolved import `rustc::middle::ty::expr_ty`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:4 use rustc::middle::ty::{expr_ty, sty, ty_ptr, ty_rptr, mt};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:4:34: 4:37 error: unresolved import `rustc::middle::ty::sty`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:4 use rustc::middle::ty::{expr_ty, sty, ty_ptr, ty_rptr, mt};
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:4:39: 4:45 error: unresolved import `rustc::middle::ty::ty_ptr`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:4 use rustc::middle::ty::{expr_ty, sty, ty_ptr, ty_rptr, mt};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:4:47: 4:54 error: unresolved import `rustc::middle::ty::ty_rptr`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:4 use rustc::middle::ty::{expr_ty, sty, ty_ptr, ty_rptr, mt};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:4:56: 4:58 error: unresolved import `rustc::middle::ty::mt`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:4 use rustc::middle::ty::{expr_ty, sty, ty_ptr, ty_rptr, mt};
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:5:42: 5:53 error: unresolved import `syntax::codemap::MacroFormat`. There is no `MacroFormat` in `syntax::codemap` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:5 use syntax::codemap::{BytePos, ExpnInfo, MacroFormat, Span};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/len_zero.rs:6 use rustc::lint::{Context, LintPass, LintArray, Lint};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/len_zero.rs:8 use rustc::middle::ty::{self, node_id_to_type, sty, ty_ptr, ty_rptr, expr_ty,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:8:31: 8:46 error: unresolved import `rustc::middle::ty::node_id_to_type`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:8 use rustc::middle::ty::{self, node_id_to_type, sty, ty_ptr, ty_rptr, expr_ty,
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:8:48: 8:51 error: unresolved import `rustc::middle::ty::sty`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:8 use rustc::middle::ty::{self, node_id_to_type, sty, ty_ptr, ty_rptr, expr_ty,
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:8:53: 8:59 error: unresolved import `rustc::middle::ty::ty_ptr`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:8 use rustc::middle::ty::{self, node_id_to_type, sty, ty_ptr, ty_rptr, expr_ty,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:8:61: 8:68 error: unresolved import `rustc::middle::ty::ty_rptr`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:8 use rustc::middle::ty::{self, node_id_to_type, sty, ty_ptr, ty_rptr, expr_ty,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:8:70: 8:77 error: unresolved import `rustc::middle::ty::expr_ty`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:8 use rustc::middle::ty::{self, node_id_to_type, sty, ty_ptr, ty_rptr, expr_ty,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:9:2: 9:4 error: unresolved import `rustc::middle::ty::mt`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:9 	mt, ty_to_def_id, impl_or_trait_item, MethodTraitItemId, ImplOrTraitItemId};
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:9:6: 9:18 error: unresolved import `rustc::middle::ty::ty_to_def_id`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:9 	mt, ty_to_def_id, impl_or_trait_item, MethodTraitItemId, ImplOrTraitItemId};
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:9:20: 9:38 error: unresolved import `rustc::middle::ty::impl_or_trait_item`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:9 	mt, ty_to_def_id, impl_or_trait_item, MethodTraitItemId, ImplOrTraitItemId};
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:9:40: 9:57 error: unresolved import `rustc::middle::ty::MethodTraitItemId`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:9 	mt, ty_to_def_id, impl_or_trait_item, MethodTraitItemId, ImplOrTraitItemId};
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:9:59: 9:76 error: unresolved import `rustc::middle::ty::ImplOrTraitItemId`. Could not find `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:9 	mt, ty_to_def_id, impl_or_trait_item, MethodTraitItemId, ImplOrTraitItemId};
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:10:26: 10: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.5/src/len_zero.rs:10 use rustc::middle::def::{DefTy, DefStruct, DefTrait};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:10:33: 10: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.5/src/len_zero.rs:10 use rustc::middle::def::{DefTy, DefStruct, DefTrait};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:10:44: 10: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.5/src/len_zero.rs:10 use rustc::middle::def::{DefTy, DefStruct, DefTrait};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/attrs.rs:3 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/collapsible_if.rs:15 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/collapsible_if.rs:17 use rustc::middle::def::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/utils.rs:1:5: 1:25 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.5/src/utils.rs:1 use rustc::lint::Context;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/utils.rs:2 use syntax::ast::{DefId, Name, Path};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/utils.rs:4:5: 4:22 error: unresolved import `rustc::middle::ty`. There is no `ty` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/utils.rs:4 use rustc::middle::ty;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/types.rs:21:9: 21:15 error: unresolved variant or struct `TyPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/types.rs:21         TyPath(_, Path {segments: ref seg, ..}) => {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/types.rs:28:52: 28:76 error: unresolved variant or struct `AngleBracketedParameters` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/types.rs:28                     Some(&PathSegment {parameters: AngleBracketedParameters(ref a), ..}) => {
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/types.rs:54:5: 84:6 error: method `check_ty` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/types.rs:54     fn check_ty(&mut self, cx: &Context, ty: &ast::Ty) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:34:5: 57:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:34     fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:35:16: 35:25 error: unresolved variant or struct `ExprMatch` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/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.5/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.5/src/misc.rs:39:25: 39:32 error: unresolved variant or struct `ExprTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:39                         ExprTup(ref v) if v.len() == 0 && arms[1].guard.is_none() => (),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:40:25: 40:34 error: unresolved variant or struct `ExprBlock` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:40                         ExprBlock(ref b) if b.stmts.len() == 0 && arms[1].guard.is_none() => (),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:45:56: 45:69 error: unresolved name `PatWildSingle` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/misc.rs:45:48: 45:55 error: unresolved name `PatWild` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/misc.rs:71:5: 87:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:71     fn check_expr(&mut self, cx: &Context, expr: &ast::Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:73:13: 73:32 error: unresolved variant or struct `ExprMethodCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:73             ast::ExprMethodCall(ref method, _, ref args)
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:101:5: 111:6 error: method `check_fn` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:101     fn check_fn(&mut self, cx: &Context, _: FnKind, decl: &FnDecl, _: &Block, _: Span, _: NodeId) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:103:20: 103:28 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:103             if let PatIdent(BindByRef(_), _, _) = arg.pat.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:103:29: 103:38 error: unresolved variant or struct `BindByRef` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:103             if let PatIdent(BindByRef(_), _, _) = arg.pat.node {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:124:2: 135:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:124 	fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:125:10: 125:20 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:125 		if let ExprBinary(ref cmp, ref left, ref right) = expr.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:127:13: 127:21 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:127 				if let &ExprPath(_, ref path) = &left.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:130:13: 130:21 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:130 				if let &ExprPath(_, ref path) = &right.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:155:2: 166:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:155 	fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:156:10: 156:20 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:156 		if let ExprBinary(ref cmp, ref left, ref right) = expr.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:158:14: 158:18 error: unresolved name `BiEq` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:158 			if (op == BiEq || op == BiNe) && (is_float(cx, left) || is_float(cx, right)) {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:158:28: 158:32 error: unresolved name `BiNe` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:158 			if (op == BiEq || op == BiNe) && (is_float(cx, left) || is_float(cx, right)) {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:184:2: 191:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:184 	fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:185:10: 185:20 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:185 		if let ExprBinary(Spanned { node: op, ..}, ref left, ref right) = expr.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:196:3: 196:13 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:196 		ExprBinary(Spanned { node: op, ..}, _, _) => is_arith_op(op),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:201:19: 201:25 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:201 fn is_bit_op(op : BinOp_) -> bool {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:201:19: 201:25 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:201:19: 201:25 help:   `len_zero::typeck::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:201:19: 201:25 help:   `rustc::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203:14: 203:22 error: variable `BiBitXor` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203 		BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203:14: 203:22 error: variable `BiBitAnd` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203 		BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203:25: 203:32 error: variable `BiBitXor` from pattern #1 is not bound in pattern #3 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203 		BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203:25: 203:32 error: variable `BiBitOr` from pattern #3 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203 		BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203:35: 203:40 error: variable `BiBitXor` from pattern #1 is not bound in pattern #4 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203 		BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203:35: 203:40 error: variable `BiShl` from pattern #4 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203 		BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203:43: 203:48 error: variable `BiBitXor` from pattern #1 is not bound in pattern #5 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203 		BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203:43: 203:48 error: variable `BiShr` from pattern #5 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:203 		BiBitXor | BiBitAnd | BiBitOr | BiShl | BiShr => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:208:21: 208:27 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:208 fn is_arith_op(op : BinOp_) -> bool {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:208:21: 208:27 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:208:21: 208:27 help:   `len_zero::typeck::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:208:21: 208:27 help:   `rustc::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210:11: 210:16 error: variable `BiAdd` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210 		BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210:11: 210:16 error: variable `BiSub` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210 		BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210:19: 210:24 error: variable `BiAdd` from pattern #1 is not bound in pattern #3 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210 		BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210:19: 210:24 error: variable `BiMul` from pattern #3 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210 		BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210:27: 210:32 error: variable `BiAdd` from pattern #1 is not bound in pattern #4 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210 		BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210:27: 210:32 error: variable `BiDiv` from pattern #4 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210 		BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210:35: 210:40 error: variable `BiAdd` from pattern #1 is not bound in pattern #5 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210 		BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210:35: 210:40 error: variable `BiRem` from pattern #5 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:210 		BiAdd | BiSub | BiMul | BiDiv | BiRem => true,
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:226:2: 233:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:226 	fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:227:10: 227:20 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:227 		if let ExprBinary(ref cmp, ref left, ref right) = expr.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:238:4: 238:18 error: unresolved variant or struct `ExprMethodCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:238 		&ExprMethodCall(Spanned{node: ref ident, ..}, _, ref args) => {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:249:4: 249:12 error: unresolved variant or struct `ExprCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:249 		&ExprCall(ref path, _) => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:250:12: 250:20 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/misc.rs:250 			if let &ExprPath(None, ref path) = &path.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:21:5: 29:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:21     fn check_expr(&mut self, cx: &Context, e: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:21:35: 21:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:21     fn check_expr(&mut self, cx: &Context, e: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:21:35: 21:42 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:21:35: 21:42 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:21:35: 21:42 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:22:16: 22:26 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:22         if let ExprBinary(ref op, ref left, ref right) = e.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:34:5: 34:15 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:34 		(&ExprBinary(ref lop, ref ll, ref lr), 
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:35:6: 35:16 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:35 				&ExprBinary(ref rop, ref rl, ref rr)) => 
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:38:5: 38:12 error: unresolved variant or struct `ExprBox` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:38 		(&ExprBox(ref lpl, ref lbox), &ExprBox(ref rpl, ref rbox)) => 
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:38:34: 38:41 error: unresolved variant or struct `ExprBox` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:38 		(&ExprBox(ref lpl, ref lbox), &ExprBox(ref rpl, ref rbox)) => 
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:41:5: 41:13 error: unresolved variant or struct `ExprCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:41 		(&ExprCall(ref lcallee, ref largs), 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:42:5: 42:13 error: unresolved variant or struct `ExprCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:42 		 &ExprCall(ref rcallee, ref rargs)) => is_exp_equal(lcallee, 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:44:5: 44:13 error: unresolved variant or struct `ExprCast` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:44 		(&ExprCast(ref lc, ref lty), &ExprCast(ref rc, ref rty)) => 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:44:33: 44:41 error: unresolved variant or struct `ExprCast` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:44 		(&ExprCast(ref lc, ref lty), &ExprCast(ref rc, ref rty)) => 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:46:5: 46:14 error: unresolved variant or struct `ExprField` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:46 		(&ExprField(ref lfexp, ref lfident), 
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:47:6: 47:15 error: unresolved variant or struct `ExprField` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:47 				&ExprField(ref rfexp, ref rfident)) => 
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:49:5: 49:12 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:49 		(&ExprLit(ref l), &ExprLit(ref r)) => l.node == r.node,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:49:22: 49:29 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:49 		(&ExprLit(ref l), &ExprLit(ref r)) => l.node == r.node,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:50:5: 50:19 error: unresolved variant or struct `ExprMethodCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:50 		(&ExprMethodCall(ref lident, ref lcty, ref lmargs), 
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:51:6: 51:20 error: unresolved variant or struct `ExprMethodCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:51 				&ExprMethodCall(ref rident, ref rcty, ref rmargs)) => 
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:54:5: 54:14 error: unresolved variant or struct `ExprParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:54 		(&ExprParen(ref lparen), _) => is_exp_equal(lparen, right),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:55:8: 55:17 error: unresolved variant or struct `ExprParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:55 		(_, &ExprParen(ref rparen)) => is_exp_equal(left, rparen),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:56:5: 56:13 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:56 		(&ExprPath(ref lqself, ref lsubpath), 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:57:6: 57:14 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:57 				&ExprPath(ref rqself, ref rsubpath)) => 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:60:5: 60:12 error: unresolved variant or struct `ExprTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:60 		(&ExprTup(ref ltup), &ExprTup(ref rtup)) => 
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:60:25: 60:32 error: unresolved variant or struct `ExprTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:60 		(&ExprTup(ref ltup), &ExprTup(ref rtup)) => 
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:62:5: 62:14 error: unresolved variant or struct `ExprUnary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:62 		(&ExprUnary(lunop, ref l), &ExprUnary(runop, ref r)) => 
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:62:31: 62:40 error: unresolved variant or struct `ExprUnary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:62 		(&ExprUnary(lunop, ref l), &ExprUnary(runop, ref r)) => 
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:64:5: 64:12 error: unresolved variant or struct `ExprVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:64 		(&ExprVec(ref l), &ExprVec(ref r)) => is_exps_equal(l, r),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:64:22: 64:29 error: unresolved variant or struct `ExprVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:64 		(&ExprVec(ref l), &ExprVec(ref r)) => is_exps_equal(l, r),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:83:4: 83:9 error: unresolved variant or struct `TyVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:83 	(&TyVec(ref lvec), &TyVec(ref rvec)) => is_ty_equal(lvec, rvec),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:83:22: 83:27 error: unresolved variant or struct `TyVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:83 	(&TyVec(ref lvec), &TyVec(ref rvec)) => is_ty_equal(lvec, rvec),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:84:4: 84:20 error: unresolved variant or struct `TyFixedLengthVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:84 	(&TyFixedLengthVec(ref lfvty, ref lfvexp), 
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:85:5: 85:21 error: unresolved variant or struct `TyFixedLengthVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:85 			&TyFixedLengthVec(ref rfvty, ref rfvexp)) => 
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:87:4: 87:9 error: unresolved variant or struct `TyPtr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:87 	(&TyPtr(ref lmut), &TyPtr(ref rmut)) => is_mut_ty_equal(lmut, rmut),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:87:22: 87:27 error: unresolved variant or struct `TyPtr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:87 	(&TyPtr(ref lmut), &TyPtr(ref rmut)) => is_mut_ty_equal(lmut, rmut),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:88:4: 88:10 error: unresolved variant or struct `TyRptr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:88 	(&TyRptr(ref ltime, ref lrmut), &TyRptr(ref rtime, ref rrmut)) => 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:88:35: 88:41 error: unresolved variant or struct `TyRptr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:88 	(&TyRptr(ref ltime, ref lrmut), &TyRptr(ref rtime, ref rrmut)) => 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:91:4: 91:12 error: unresolved variant or struct `TyBareFn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:91 	(&TyBareFn(ref lbare), &TyBareFn(ref rbare)) => 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:91:26: 91:34 error: unresolved variant or struct `TyBareFn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:91 	(&TyBareFn(ref lbare), &TyBareFn(ref rbare)) => 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:93:7: 93:12 error: unresolved variant or struct `TyTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:93     (&TyTup(ref ltup), &TyTup(ref rtup)) => is_tys_equal(ltup, rtup),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:93:25: 93:30 error: unresolved variant or struct `TyTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:93     (&TyTup(ref ltup), &TyTup(ref rtup)) => is_tys_equal(ltup, rtup),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:94:4: 94:10 error: unresolved variant or struct `TyPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:94 	(&TyPath(ref lq, ref lpath), &TyPath(ref rq, ref rpath)) => 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:94:32: 94:38 error: unresolved variant or struct `TyPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:94 	(&TyPath(ref lq, ref lpath), &TyPath(ref rq, ref rpath)) => 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:96:7: 96:18 error: unresolved variant or struct `TyObjectSum` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:96     (&TyObjectSum(ref lsumty, ref lobounds), 
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:97:5: 97:16 error: unresolved variant or struct `TyObjectSum` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:97 			&TyObjectSum(ref rsumty, ref robounds)) => 
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:100:4: 100:18 error: unresolved variant or struct `TyPolyTraitRef` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:100 	(&TyPolyTraitRef(ref ltbounds), &TyPolyTraitRef(ref rtbounds)) => 
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:100:35: 100:49 error: unresolved variant or struct `TyPolyTraitRef` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:100 	(&TyPolyTraitRef(ref ltbounds), &TyPolyTraitRef(ref rtbounds)) => 
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:102:7: 102:14 error: unresolved variant or struct `TyParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:102     (&TyParen(ref lty), &TyParen(ref rty)) => is_ty_equal(lty, rty),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:102:26: 102:33 error: unresolved variant or struct `TyParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:102     (&TyParen(ref lty), &TyParen(ref rty)) => is_ty_equal(lty, rty),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:103:7: 103:15 error: unresolved variant or struct `TyTypeof` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:103     (&TyTypeof(ref lof), &TyTypeof(ref rof)) => is_exp_equal(lof, rof),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:103:27: 103:35 error: unresolved variant or struct `TyTypeof` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:103     (&TyTypeof(ref lof), &TyTypeof(ref rof)) => is_exp_equal(lof, rof),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:104:14: 104:21 error: identifier `TyInfer` is bound more than once in the same pattern [E0416]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:104 	(&TyInfer, &TyInfer) => true,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:151:4: 151:12 error: unresolved variant or struct `NoReturn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:151 	(&NoReturn(_), &NoReturn(_)) | 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:151:18: 151:26 error: unresolved variant or struct `NoReturn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:151 	(&NoReturn(_), &NoReturn(_)) | 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:152:4: 152:17 error: unresolved variant or struct `DefaultReturn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:152 	(&DefaultReturn(_), &DefaultReturn(_)) => true,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:152:23: 152:36 error: unresolved variant or struct `DefaultReturn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:152 	(&DefaultReturn(_), &DefaultReturn(_)) => true,
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:153:4: 153:10 error: unresolved variant or struct `Return` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:153 	(&Return(ref lty), &Return(ref rty)) => is_ty_equal(lty, rty),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:153:22: 153:28 error: unresolved variant or struct `Return` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:153 	(&Return(ref lty), &Return(ref rty)) => is_ty_equal(lty, rty),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:168:4: 168:11 error: unresolved variant or struct `PatWild` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:168 	(&PatWild(lwild), &PatWild(rwild)) => lwild == rwild,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:168:21: 168:28 error: unresolved variant or struct `PatWild` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:168 	(&PatWild(lwild), &PatWild(rwild)) => lwild == rwild,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:169:4: 169:12 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:169 	(&PatIdent(ref lmode, ref lident, Option::None), 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:170:5: 170:13 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:170 			&PatIdent(ref rmode, ref rident, Option::None)) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:172:4: 172:12 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:172 	(&PatIdent(ref lmode, ref lident, Option::Some(ref lpat)), 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:173:5: 173:13 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:173 			&PatIdent(ref rmode, ref rident, Option::Some(ref rpat))) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:176:7: 176:14 error: unresolved variant or struct `PatEnum` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:176     (&PatEnum(ref lpath, ref lenum), &PatEnum(ref rpath, ref renum)) => 
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:176:39: 176:46 error: unresolved variant or struct `PatEnum` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:176     (&PatEnum(ref lpath, ref lenum), &PatEnum(ref rpath, ref renum)) => 
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:179:7: 179:16 error: unresolved variant or struct `PatStruct` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:179     (&PatStruct(ref lpath, ref lfieldpat, lbool), 
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:180:5: 180:14 error: unresolved variant or struct `PatStruct` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:180 			&PatStruct(ref rpath, ref rfieldpat, rbool)) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:183:7: 183:13 error: unresolved variant or struct `PatTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:183     (&PatTup(ref ltup), &PatTup(ref rtup)) => is_pats_equal(ltup, rtup), 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:183:26: 183:32 error: unresolved variant or struct `PatTup` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:183     (&PatTup(ref ltup), &PatTup(ref rtup)) => is_pats_equal(ltup, rtup), 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:184:7: 184:13 error: unresolved variant or struct `PatBox` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:184     (&PatBox(ref lboxed), &PatBox(ref rboxed)) => 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:184:28: 184:34 error: unresolved variant or struct `PatBox` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:184     (&PatBox(ref lboxed), &PatBox(ref rboxed)) => 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:186:7: 186:16 error: unresolved variant or struct `PatRegion` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:186     (&PatRegion(ref lpat, ref lmut), &PatRegion(ref rpat, ref rmut)) => 
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:186:39: 186:48 error: unresolved variant or struct `PatRegion` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:186     (&PatRegion(ref lpat, ref lmut), &PatRegion(ref rpat, ref rmut)) => 
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:188:4: 188:10 error: unresolved variant or struct `PatLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:188 	(&PatLit(ref llit), &PatLit(ref rlit)) => is_exp_equal(llit, rlit),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:188:23: 188:29 error: unresolved variant or struct `PatLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:188 	(&PatLit(ref llit), &PatLit(ref rlit)) => is_exp_equal(llit, rlit),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:189:7: 189:15 error: unresolved variant or struct `PatRange` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:189     (&PatRange(ref lfrom, ref lto), &PatRange(ref rfrom, ref rto)) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:189:38: 189:46 error: unresolved variant or struct `PatRange` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:189     (&PatRange(ref lfrom, ref lto), &PatRange(ref rfrom, ref rto)) =>
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:191:7: 191:13 error: unresolved variant or struct `PatVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:191     (&PatVec(ref lfirst, Option::None, ref llast), 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:192:5: 192:11 error: unresolved variant or struct `PatVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:192 			&PatVec(ref rfirst, Option::None, ref rlast)) =>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:194:7: 194:13 error: unresolved variant or struct `PatVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:194     (&PatVec(ref lfirst, Option::Some(ref lpat), ref llast), 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:195:5: 195:11 error: unresolved variant or struct `PatVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:195 			&PatVec(ref rfirst, Option::Some(ref rpat), ref rlast)) =>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:16: 255:20 error: variable `BiEq` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:16: 255:20 error: variable `BiLt` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:23: 255:27 error: variable `BiEq` from pattern #1 is not bound in pattern #3 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:23: 255:27 error: variable `BiLe` from pattern #3 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:30: 255:34 error: variable `BiEq` from pattern #1 is not bound in pattern #4 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:30: 255:34 error: variable `BiGt` from pattern #4 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:37: 255:41 error: variable `BiEq` from pattern #1 is not bound in pattern #5 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:37: 255:41 error: variable `BiGe` from pattern #5 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:44: 255:48 error: variable `BiEq` from pattern #1 is not bound in pattern #6 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:44: 255:48 error: variable `BiNe` from pattern #6 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:51: 255:56 error: variable `BiEq` from pattern #1 is not bound in pattern #7 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:51: 255:56 error: variable `BiAnd` from pattern #7 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:59: 255:63 error: variable `BiEq` from pattern #1 is not bound in pattern #8 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255:59: 255:63 error: variable `BiOr` from pattern #8 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:255         BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | 
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:256:9: 256:17 error: variable `BiEq` from pattern #1 is not bound in pattern #9 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:256         BiBitXor | BiBitAnd | BiBitOr => true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:256:9: 256:17 error: variable `BiBitXor` from pattern #9 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:256         BiBitXor | BiBitAnd | BiBitOr => true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:256:20: 256:28 error: variable `BiEq` from pattern #1 is not bound in pattern #10 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:256         BiBitXor | BiBitAnd | BiBitOr => true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:256:20: 256:28 error: variable `BiBitAnd` from pattern #10 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:256         BiBitXor | BiBitAnd | BiBitOr => true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:256:31: 256:38 error: variable `BiEq` from pattern #1 is not bound in pattern #11 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:256         BiBitXor | BiBitAnd | BiBitOr => true,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:256:31: 256:38 error: variable `BiBitOr` from pattern #11 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eq_op.rs:256         BiBitXor | BiBitAnd | BiBitOr => true,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:52:5: 63:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:52     fn check_expr(&mut self, cx: &Context, e: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:52:35: 52:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:52     fn check_expr(&mut self, cx: &Context, e: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:52:35: 52:42 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:52:35: 52:42 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:52:35: 52:42 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:53:16: 53:26 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:53         if let ExprBinary(ref cmp, ref left, ref right) = e.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:66:21: 66:27 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:66 fn invert_cmp(cmp : BinOp_) -> BinOp_ {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:66:21: 66:27 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:66:21: 66:27 help:   `len_zero::typeck::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:66:21: 66:27 help:   `rustc::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:66:32: 66:38 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:66 fn invert_cmp(cmp : BinOp_) -> BinOp_ {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:66:32: 66:38 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:66:32: 66:38 help:   `len_zero::typeck::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:66:32: 66:38 help:   `rustc::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:70:11: 70:15 error: unresolved name `BiGt`. Did you mean `BiLt`? [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:70 		BiLt => BiGt,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:71:11: 71:15 error: unresolved name `BiLt`. Did you mean `BiGt`? [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:71 		BiGt => BiLt,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:72:11: 72:15 error: unresolved name `BiGe`. Did you mean `BiLe`? [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:72 		BiLe => BiGe,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:73:11: 73:15 error: unresolved name `BiLe`. Did you mean `BiGe`? [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:73 		BiGe => BiLe,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:74:8: 74:12 error: unresolved name `BiOr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:74 		_ => BiOr // Dummy
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:79:23: 79:30 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:79 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.5/src/bit_mask.rs:79:23: 79:30 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:79:23: 79:30 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:79:23: 79:30 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:79:55: 79:61 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:79 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.5/src/bit_mask.rs:79:55: 79:61 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:79:55: 79:61 help:   `len_zero::typeck::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:79:55: 79:61 help:   `rustc::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:81:4: 81:13 error: unresolved variant or struct `ExprParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:81 		&ExprParen(ref subexp) => check_compare(cx, subexp, cmp_op, cmp_value, span),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:82:4: 82:14 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:82 		&ExprBinary(ref op, ref left, ref right) => {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:83:18: 83:26 error: unresolved name `BiBitAnd` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:83 			if op.node != BiBitAnd && op.node != BiBitOr { return; }
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:83:41: 83:48 error: unresolved name `BiBitOr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:83 			if op.node != BiBitAnd && op.node != BiBitOr { return; }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92:24: 92:31 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92 fn check_bit_mask(cx: &Context, bit_op: BinOp_, cmp_op: BinOp_, 
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92:24: 92:31 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92:24: 92:31 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92:24: 92:31 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92:41: 92:47 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92 fn check_bit_mask(cx: &Context, bit_op: BinOp_, cmp_op: BinOp_, 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92:41: 92:47 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92:41: 92:47 help:   `len_zero::typeck::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92:41: 92:47 help:   `rustc::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92:57: 92:63 error: type name `BinOp_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92 fn check_bit_mask(cx: &Context, bit_op: BinOp_, cmp_op: BinOp_, 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92:57: 92:63 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92:57: 92:63 help:   `len_zero::typeck::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:92:57: 92:63 help:   `rustc::hir::BinOp_` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:95:10: 95:14 error: variable `BiEq` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:95 		BiEq | BiNe => match bit_op {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:95:10: 95:14 error: variable `BiNe` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:95 		BiEq | BiNe => match bit_op {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:115:10: 115:14 error: variable `BiLt` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:115 		BiLt | BiGe => match bit_op {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:115:10: 115:14 error: variable `BiGe` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:115 		BiLt | BiGe => match bit_op {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:139:10: 139:14 error: variable `BiLe` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:139 		BiLe | BiGt => match bit_op {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:139:10: 139:14 error: variable `BiGt` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:139 		BiLe | BiGt => match bit_op {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:167:27: 167:34 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:167 fn fetch_int_literal(cx: &Context, lit : &Expr) -> Option<u64> {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:167:27: 167:34 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:167:27: 167:34 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:167:27: 167:34 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:169:4: 169:11 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:169 		&ExprLit(ref lit_ptr) => {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:170:12: 170:18 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:170 			if let &LitInt(value, _) = &lit_ptr.node {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:174:4: 174:12 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:174 		&ExprPath(_, _) => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:179:27: 179:41 error: unresolved variant, struct or type alias `PathResolution` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:179                     Some(&PathResolution { base_def: DefConst(def_id), ..}) => Some(def_id),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:179:54: 179:62 error: unresolved variant or struct `DefConst` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/bit_mask.rs:179                     Some(&PathResolution { base_def: DefConst(def_id), ..}) => Some(def_id),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:29:5: 33:3 error: method `check_item` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:29     fn check_item(&mut self, cx: &Context, item: &Item) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.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.5/src/ptr_arg.rs:29     fn check_item(&mut self, cx: &Context, item: &Item) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:29:35: 29:42 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:29:35: 29:42 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:29:35: 29:42 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:30:11: 30:17 error: unresolved variant or struct `ItemFn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:30 		if let &ItemFn(ref decl, _, _, _, _, _) = &item.node {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:35:5: 39:3 error: method `check_impl_item` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:35     fn check_impl_item(&mut self, cx: &Context, item: &ImplItem) { 
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:35:40: 35:47 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:35     fn check_impl_item(&mut self, cx: &Context, item: &ImplItem) { 
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:35:40: 35:47 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:35:40: 35:47 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:35:40: 35:47 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:36:11: 36:25 error: unresolved variant or struct `MethodImplItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:36 		if let &MethodImplItem(ref sig, _) = &item.node {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:41:2: 45:3 error: method `check_trait_item` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:41 	fn check_trait_item(&mut self, cx: &Context, item: &TraitItem) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:41:38: 41:45 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:41 	fn check_trait_item(&mut self, cx: &Context, item: &TraitItem) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:41:38: 41:45 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:41:38: 41:45 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:41:38: 41:45 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:42:11: 42:26 error: unresolved variant or struct `MethodTraitItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:42 		if let &MethodTraitItem(ref sig, _) = &item.node {
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:48:18: 48:25 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:48 fn check_fn(cx: &Context, decl: &FnDecl) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:48:18: 48:25 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:48:18: 48:25 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:48:18: 48:25 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:51:5: 51:10 error: unresolved variant or struct `TyPtr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:51 			&TyPtr(ref p) | &TyRptr(_, ref p) => 
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:51:21: 51:27 error: unresolved variant or struct `TyRptr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:51 			&TyPtr(ref p) | &TyRptr(_, ref p) => 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:58:27: 58:34 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:58 fn check_ptr_subtype(cx: &Context, span: Span, ty: &Ty) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:58:27: 58:34 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:58:27: 58:34 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/ptr_arg.rs:58:27: 58:34 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:28:5: 38:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:28     fn check_expr(&mut self, cx: &Context, e: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:28:35: 28:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:28     fn check_expr(&mut self, cx: &Context, e: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:28:35: 28:42 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:28:35: 28:42 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:28:35: 28:42 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:29:16: 29:22 error: unresolved variant or struct `ExprIf` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:29         if let ExprIf(_, ref then_block, Option::Some(ref else_expr)) = e.node {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:47:4: 47:13 error: unresolved variant or struct `ExprBlock` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:47 		&ExprBlock(ref block) => fetch_bool_block(block),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:48:4: 48:11 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:48 		&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.5/src/needless_bool.rs:48:36: 48:43 error: unresolved variant or struct `LitBool` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/needless_bool.rs:48 		&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.5/src/approx_const.rs:34:5: 38:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:34     fn check_expr(&mut self, cx: &Context, e: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:34:35: 34:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:34     fn check_expr(&mut self, cx: &Context, e: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:34:35: 34:42 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:34:35: 34:42 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:34:35: 34:42 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:35:11: 35:18 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:35 		if let &ExprLit(ref lit) = &e.node {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:41:19: 41:26 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:41 fn check_lit(cx: &Context, lit: &Lit, span: Span) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:41:19: 41:26 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:41:19: 41:26 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:41:19: 41:26 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:43:4: 43:12 error: unresolved variant or struct `LitFloat` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:43 		&LitFloat(ref str, TyF32) => check_known_consts(cx, span, str, "f32"),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:44:4: 44:12 error: unresolved variant or struct `LitFloat` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:44 		&LitFloat(ref str, TyF64) => check_known_consts(cx, span, str, "f64"),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:45:4: 45:22 error: unresolved variant or struct `LitFloatUnsuffixed` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:45 		&LitFloatUnsuffixed(ref str) => check_known_consts(cx, span, str, "f{32, 64}"),
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:50:28: 50:35 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:50 fn check_known_consts(cx: &Context, span: Span, str: &str, module: &str) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:50:28: 50:35 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:50:28: 50:35 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/approx_const.rs:50:28: 50:35 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eta_reduction.rs:19:5: 57:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eta_reduction.rs:19     fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eta_reduction.rs:20:16: 20:27 error: unresolved variant or struct `ExprClosure` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eta_reduction.rs:20         if let ExprClosure(_, ref decl, ref blk) = expr.node {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eta_reduction.rs:26:24: 26:32 error: unresolved variant or struct `ExprCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eta_reduction.rs:26                 if let ExprCall(ref caller, ref args) = ex.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eta_reduction.rs:33:32: 33:40 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eta_reduction.rs:33                         if let PatIdent(_, ident, _) = a1.pat.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eta_reduction.rs:35:36: 35:44 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/eta_reduction.rs:35                             if let ExprPath(None, ref p) = a2.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:21:5: 43:6 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:21     fn check_expr(&mut self, cx: &Context, e: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:21:35: 21:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:21     fn check_expr(&mut self, cx: &Context, e: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:21:35: 21:42 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:21:35: 21:42 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:21:35: 21:42 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:22:16: 22:26 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:22         if let ExprBinary(ref cmp, ref left, ref right) = e.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:24:25: 24:32 error: variable `BiAdd` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:24                 BiAdd | BiBitOr | BiBitXor => {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:24:25: 24:32 error: variable `BiBitOr` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:24                 BiAdd | BiBitOr | BiBitXor => {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:24:35: 24:43 error: variable `BiAdd` from pattern #1 is not bound in pattern #3 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:24                 BiAdd | BiBitOr | BiBitXor => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:24:35: 24:43 error: variable `BiBitXor` from pattern #3 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:24                 BiAdd | BiBitOr | BiBitXor => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:28:25: 28:30 error: variable `BiShl` from pattern #1 is not bound in pattern #2 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:28                 BiShl | BiShr | BiSub => 
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:28:25: 28:30 error: variable `BiShr` from pattern #2 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:28                 BiShl | BiShr | BiSub => 
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:28:33: 28:38 error: variable `BiShl` from pattern #1 is not bound in pattern #3 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:28                 BiShl | BiShr | BiSub => 
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:28:33: 28:38 error: variable `BiSub` from pattern #3 is not bound in pattern #1 [E0408]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:28                 BiShl | BiShr | BiSub => 
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:47:15: 47:22 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:47 fn check(cx: &Context, e: &Expr, m: i8, span: Span, arg: Span) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:47:15: 47:22 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:47:15: 47:22 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:47:15: 47:22 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:56:18: 56:25 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:56 fn have_lit(cx: &Context, e : &Expr, m: i8) -> bool {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:56:18: 56:25 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:56:18: 56:25 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:56:18: 56:25 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:58:10: 58:19 error: unresolved variant or struct `ExprUnary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:58         &ExprUnary(UnNeg, ref litexp) => have_lit(cx, litexp, -m), 
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:59:10: 59:17 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:59         &ExprLit(ref lit) => {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:61:19: 61:25 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:61                 (&LitInt(0, _), 0) => true,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:62:19: 62:25 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:62                 (&LitInt(1, SignedIntLit(_, Plus)), 1) => true,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:62:29: 62:41 error: unresolved variant or struct `SignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:62                 (&LitInt(1, SignedIntLit(_, Plus)), 1) => true,
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:63:19: 63:25 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:63                 (&LitInt(1, UnsuffixedIntLit(Plus)), 1) => true,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:63:29: 63:45 error: unresolved variant or struct `UnsuffixedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:63                 (&LitInt(1, UnsuffixedIntLit(Plus)), 1) => true,
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:64:19: 64:25 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:64                 (&LitInt(1, SignedIntLit(_, Minus)), -1) => true,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:64:29: 64:41 error: unresolved variant or struct `SignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:64                 (&LitInt(1, SignedIntLit(_, Minus)), -1) => true,
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:65:19: 65:25 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:65                 (&LitInt(1, UnsuffixedIntLit(Minus)), -1) => true,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:65:29: 65:45 error: unresolved variant or struct `UnsuffixedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:65                 (&LitInt(1, UnsuffixedIntLit(Minus)), -1) => true,
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:69:10: 69:19 error: unresolved variant or struct `ExprParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:69         &ExprParen(ref p) => have_lit(cx, p, m),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:70:10: 70:18 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:70         &ExprPath(_, _) => { 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:72:23: 72:37 error: unresolved variant, struct or type alias `PathResolution` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:72                 Some(&PathResolution { base_def: DefConst(id), ..}) => 
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:72:50: 72:58 error: unresolved variant or struct `DefConst` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/identity_op.rs:72                 Some(&PathResolution { base_def: DefConst(id), ..}) => 
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/mut_mut.rs:19 	fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/mut_mut.rs:24 	fn check_ty(&mut self, cx: &Context, ty: &Ty) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:35:4: 35:14 error: unresolved variant or struct `ExprAddrOf` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:35 			ExprAddrOf(MutMutable, ref e) => Option::Some(e),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:57:3: 57:8 error: unresolved variant or struct `TyPtr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:57 		TyPtr(MutTy{ ty: ref pty, mutbl: MutMutable }) => Option::Some(pty),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:58:3: 58:9 error: unresolved variant or struct `TyRptr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/mut_mut.rs:58 		TyRptr(_, MutTy{ ty: ref pty, mutbl: MutMutable }) => Option::Some(pty),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/len_zero.rs:29 	fn check_item(&mut self, cx: &Context, item: &Item) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:31:5: 31:14 error: unresolved variant or struct `ItemTrait` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:31 			&ItemTrait(_, _, _, ref trait_items) => 
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:33:5: 33:13 error: unresolved variant or struct `ItemImpl` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:33 			&ItemImpl(_, _, _, None, _, ref impl_items) => // only non-trait
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/len_zero.rs:39 	fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:40:11: 40:21 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:40 		if let &ExprBinary(Spanned{node: cmp, ..}, ref left, ref right) = 
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/len_zero.rs:44 				BiGt | BiNe => check_cmp(cx, expr.span, left, right, "!"),
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/len_zero.rs:44 				BiGt | BiNe => check_cmp(cx, expr.span, left, right, "!"),
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:53:41: 53:56 error: unresolved variant or struct `MethodTraitItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:53 		item.ident.as_str() == name && if let MethodTraitItem(ref sig, _) =
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:72:41: 72:55 error: unresolved variant or struct `MethodImplItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:72 		item.ident.as_str() == name && if let MethodImplItem(ref sig, _) = 
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:98:5: 98:12 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:98 		(&ExprLit(ref lit), &ExprMethodCall(ref method, _, ref args)) => 
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:98:24: 98:38 error: unresolved variant or struct `ExprMethodCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:98 		(&ExprLit(ref lit), &ExprMethodCall(ref method, _, ref args)) => 
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:100:5: 100:19 error: unresolved variant or struct `ExprMethodCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:100 		(&ExprMethodCall(ref method, _, ref args), &ExprLit(ref lit)) => 
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:100:47: 100:54 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:100 		(&ExprMethodCall(ref method, _, ref args), &ExprLit(ref lit)) => 
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:108:24: 108:30 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/len_zero.rs:108 	if let &Spanned{node: LitInt(0, _), ..} = lit {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/len_zero.rs:132 	fn has_is_empty_impl(cx: &Context, id: &DefId) -> bool {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/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.5/src/len_zero.rs:132:42: 132:47 help:   `rustc::hir::def_id::DefId` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/attrs.rs:23     fn check_item(&mut self, cx: &Context, item: &Item) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/attrs.rs:23     fn check_item(&mut self, cx: &Context, item: &Item) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/attrs.rs:23:35: 23:42 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:23:35: 23:42 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/attrs.rs:30     fn check_impl_item(&mut self, cx: &Context, item: &ImplItem) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/attrs.rs:30     fn check_impl_item(&mut self, cx: &Context, item: &ImplItem) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/attrs.rs:30:40: 30:47 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:30:40: 30:47 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/attrs.rs:37 	fn check_trait_item(&mut self, cx: &Context, item: &TraitItem) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/attrs.rs:37 	fn check_trait_item(&mut self, cx: &Context, item: &TraitItem) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/attrs.rs:37:38: 37:45 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:37:38: 37:45 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:46:10: 46:16 error: unresolved variant or struct `ItemFn` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:46 	if let &ItemFn(_, _, _, _, _, ref block) = &item.node {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:53:3: 53:17 error: unresolved variant or struct `MethodImplItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:53 		MethodImplItem(_, ref block) => is_relevant_block(block),
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:60:3: 60:18 error: unresolved variant or struct `MethodTraitItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:60 		MethodTraitItem(_, None) => true,
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:61:3: 61:18 error: unresolved variant or struct `MethodTraitItem` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:61 		MethodTraitItem(_, Some(ref block)) => is_relevant_block(block),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:69:4: 69:12 error: unresolved variant or struct `StmtDecl` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:69 			StmtDecl(_, _) => return true,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:70:4: 70:12 error: unresolved variant or struct `StmtExpr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:70 			StmtExpr(ref expr, _) | StmtSemi(ref expr, _) => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:70:28: 70:36 error: unresolved variant or struct `StmtSemi` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:70 			StmtExpr(ref expr, _) | StmtSemi(ref expr, _) => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:81:3: 81:12 error: unresolved variant or struct `ExprBlock` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:81 		ExprBlock(ref block) => is_relevant_block(block),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:82:3: 82:10 error: unresolved variant or struct `ExprRet` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:82 		ExprRet(Some(ref e)) | ExprParen(ref e) => 
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:82:26: 82:35 error: unresolved variant or struct `ExprParen` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:82 		ExprRet(Some(ref e)) | ExprParen(ref e) => 
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:84:3: 84:10 error: unresolved variant or struct `ExprRet` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:84 		ExprRet(None) | ExprBreak(_) | ExprMac(_) => false,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:84:19: 84:28 error: unresolved variant or struct `ExprBreak` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:84 		ExprRet(None) | ExprBreak(_) | ExprMac(_) => false,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:84:34: 84:41 error: unresolved variant or struct `ExprMac` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:84 		ExprRet(None) | ExprBreak(_) | ExprMac(_) => false,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:85:3: 85:11 error: unresolved variant or struct `ExprCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:85 		ExprCall(ref path_expr, _) => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:86:11: 86:19 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:86 			if let ExprPath(_, ref path) = path_expr.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/attrs.rs:94 fn check_attrs(cx: &Context, info: Option<&ExpnInfo>, ident: &Ident, 
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/attrs.rs:94:21: 94:28 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:94:21: 94:28 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:99:10: 99:18 error: unresolved variant or struct `MetaList` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:99 		if let MetaList(ref inline, ref values) = attr.node.value.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:101:11: 101:19 error: unresolved variant or struct `MetaWord` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/attrs.rs:101 			if let MetaWord(ref always) = values[0].node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/collapsible_if.rs:38 	fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/collapsible_if.rs:38 	fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/src/collapsible_if.rs:38:32: 38:39 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:38:32: 38:39 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/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.5/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.5/src/collapsible_if.rs:44:25: 44:32 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:44:25: 44:32 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:47:9: 47:15 error: unresolved variant or struct `ExprIf` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:47 	if let ExprIf(ref check, ref then, None) = e.node {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:48:28: 48:34 error: unresolved variant or struct `ExprIf` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:48 		if let Some(&Expr{ node: ExprIf(ref check_inner, _, None), ..}) = 
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:59:9: 59:19 error: unresolved variant or struct `ExprBinary` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:59         ExprBinary(Spanned {node: n, ..}, _, _) if n == BiEq => false,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:59:57: 59:61 error: unresolved name `BiEq` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:59         ExprBinary(Spanned {node: n, ..}, _, _) if n == BiEq => false,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:74:16: 74:24 error: unresolved variant or struct `StmtExpr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:74         if let StmtExpr(ref expr, _) = block.stmts[0].node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:85:12: 85:21 error: unresolved variant or struct `ExprBlock` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/collapsible_if.rs:85     if let ExprBlock(ref block) = expr.node {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:15:5: 21:3 error: method `check_expr` is not a member of trait `LintPass` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:15     fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:15:35: 15:42 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:15     fn check_expr(&mut self, cx: &Context, expr: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:15:35: 15:42 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:15:35: 15:42 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:15:35: 15:42 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:16:10: 16:17 error: unresolved variant or struct `ExprLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:16 		if let ExprLit(ref lit) = expr.node {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:17:11: 17:17 error: unresolved variant or struct `LitStr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:17 			if let LitStr(ref string, _) = lit.node {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:24:19: 24:26 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:24 fn check_str(cx: &Context, string: &str, span: Span) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:24:19: 24:26 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:24:19: 24:26 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:24:19: 24:26 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:37:25: 37:32 error: type name `Context` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:37 fn lint_zero_width(cx: &Context, span: Span, start: Option<usize>) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:37:25: 37:32 help: you can import several candidates into scope (`use ...;`): 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:37:25: 37:32 help:   `len_zero::typeck::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/unicode.rs:37:25: 37:32 help:   `rustc::middle::region::Context` 
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5`, intermediate artifacts can be found at `/home/cratesfyi/clippy-0.0.5`,
cause: ChainedError {
error: Could not document `clippy`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.5/src/lib.rs --crate-name clippy -o /home/cratesfyi/clippy-0.0.5/doc -L dependency=/home/cratesfyi/clippy-0.0.5/debug -L dependency=/home/cratesfyi/clippy-0.0.5/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.