[INFO] crate consistency 1.0.0-pre.0 is already in cache [INFO] extracting crate consistency 1.0.0-pre.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/consistency/1.0.0-pre.0 [INFO] extracting crate consistency 1.0.0-pre.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/consistency/1.0.0-pre.0 [INFO] validating manifest of consistency-1.0.0-pre.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of consistency-1.0.0-pre.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing consistency-1.0.0-pre.0 [INFO] finished frobbing consistency-1.0.0-pre.0 [INFO] frobbed toml for consistency-1.0.0-pre.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/consistency/1.0.0-pre.0/Cargo.toml [INFO] started frobbing consistency-1.0.0-pre.0 [INFO] finished frobbing consistency-1.0.0-pre.0 [INFO] frobbed toml for consistency-1.0.0-pre.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/consistency/1.0.0-pre.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking consistency-1.0.0-pre.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-4/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/consistency/1.0.0-pre.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] dd5ba529fa9b68bfc5c003ec8fed661c5644fce0a2cb019e248f0865ea82489b [INFO] running `"docker" "start" "-a" "dd5ba529fa9b68bfc5c003ec8fed661c5644fce0a2cb019e248f0865ea82489b"` [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling quine-mc_cluskey v0.2.4 [INFO] [stderr] Compiling toml v0.1.30 [INFO] [stderr] Compiling pulldown-cmark v0.1.2 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling cargo_metadata v0.5.8 [INFO] [stderr] Compiling semver v0.2.3 [INFO] [stderr] Compiling clippy_lints v0.0.212 [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::ty::subst::Substs` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:8:31 [INFO] [stderr] | [INFO] [stderr] 8 | use rustc::ty::subst::{Subst, Substs}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Substs` in `ty::subst` [INFO] [stderr] | help: a similar name exists in the module: `Subst` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/comparisons.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | use rustc::hir::{BinOp_, Expr}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `BinOp_` in `hir` [INFO] [stderr] | help: a similar name exists in the module: `BinOp` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:385:21 [INFO] [stderr] | [INFO] [stderr] 385 | use rustc::hir::BinOp_::*; [INFO] [stderr] | ^^^^^^ could not find `BinOp_` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rustc::hir::Expr_`, `rustc::hir::Ty_`, `rustc::hir::StmtSemi`, `rustc::hir::StmtExpr`, `rustc::hir::StmtDecl`, `rustc::hir::Decl_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:8:24 [INFO] [stderr] | [INFO] [stderr] 8 | use rustc::hir::{Expr, Expr_, QPath, Ty_, Pat, PatKind, BindingAnnotation, StmtSemi, StmtExpr, StmtDecl, Decl_, Stmt}; [INFO] [stderr] | ^^^^^ ^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^ no `Decl_` in `hir` [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | no `StmtDecl` in `hir` [INFO] [stderr] | | | | no `StmtExpr` in `hir` [INFO] [stderr] | | no `Ty_` in `hir` no `StmtSemi` in `hir` [INFO] [stderr] | no `Expr_` in `hir` [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 8 | use rustc::hir::{Expr, Expr, QPath, Ty_, Pat, PatKind, BindingAnnotation, StmtSemi, StmtExpr, StmtDecl, Decl_, Stmt}; [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 8 | use rustc::hir::{Expr, Expr_, QPath, Ty, Pat, PatKind, BindingAnnotation, StmtSemi, StmtExpr, StmtDecl, Decl_, Stmt}; [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:248:21 [INFO] [stderr] | [INFO] [stderr] 248 | use rustc::hir::BinOp_::*; [INFO] [stderr] | ^^^^^^ could not find `BinOp_` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::ty::TypeVariants` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/default_trait_access.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use rustc::ty::TypeVariants; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `TypeVariants` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::ty::subst::Substs` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/enum_clike.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use rustc::ty::subst::Substs; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^------ [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `Subst` [INFO] [stderr] | no `Substs` in `ty::subst` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/enum_glob_use.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rustc::hir::map::Node::NodeExpr`, `rustc::hir::map::Node::NodeStmt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/escape.rs:3:29 [INFO] [stderr] | [INFO] [stderr] 3 | use rustc::hir::map::Node::{NodeExpr, NodeStmt}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^ no `NodeStmt` in `hir::map::Node` [INFO] [stderr] | | [INFO] [stderr] | no `NodeExpr` in `hir::map::Node` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::ty::TypeVariants` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/excessive_precision.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use rustc::ty::TypeVariants; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `TypeVariants` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/functions.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/let_if_seq.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/lifetimes.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::intravisit::walk_decl` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:6:42 [INFO] [stderr] | [INFO] [stderr] 6 | use rustc::hir::intravisit::{walk_block, walk_decl, walk_expr, walk_pat, walk_stmt, NestedVisitorMap, Visitor}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `walk_decl` in `hir::intravisit` [INFO] [stderr] | help: a similar name exists in the module: `walk_ident` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rustc::hir::map::Node::NodeBlock`, `rustc::hir::map::Node::NodeExpr`, `rustc::hir::map::Node::NodeStmt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:7:29 [INFO] [stderr] | [INFO] [stderr] 7 | use rustc::hir::map::Node::{NodeBlock, NodeExpr, NodeStmt}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `NodeStmt` in `hir::map::Node` [INFO] [stderr] | | | [INFO] [stderr] | | no `NodeExpr` in `hir::map::Node` [INFO] [stderr] | no `NodeBlock` in `hir::map::Node` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rustc::hir::ExprCall`, `rustc::hir::ExprPath` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/mem_forget.rs:2:24 [INFO] [stderr] | [INFO] [stderr] 2 | use rustc::hir::{Expr, ExprCall, ExprPath}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^ no `ExprPath` in `hir` [INFO] [stderr] | | [INFO] [stderr] | no `ExprCall` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/methods.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::ExprAddrOf` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_borrow.rs:6:43 [INFO] [stderr] | [INFO] [stderr] 6 | use rustc::hir::{BindingAnnotation, Expr, ExprAddrOf, MutImmutable, Pat, PatKind}; [INFO] [stderr] | ^^^^^^^^^^ no `ExprAddrOf` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::ExprStruct` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_update.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | use rustc::hir::{Expr, ExprStruct}; [INFO] [stderr] | ^^^^^^^^^^ no `ExprStruct` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/no_effect.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rustc::hir::BiAnd`, `rustc::hir::BiOr`, `rustc::hir::Expr_`, `rustc::hir::StmtSemi` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/no_effect.rs:3:18 [INFO] [stderr] | [INFO] [stderr] 3 | use rustc::hir::{BiAnd, BiOr, BlockCheckMode, Expr, Expr_, Stmt, StmtSemi, UnsafeSource}; [INFO] [stderr] | ^^^^^ ^^^^ ^^^^^ ^^^^^^^^ no `StmtSemi` in `hir` [INFO] [stderr] | | | | [INFO] [stderr] | | | no `Expr_` in `hir` [INFO] [stderr] | | no `BiOr` in `hir` help: a similar name exists in the module: `Expr` [INFO] [stderr] | no `BiAnd` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/non_copy_const.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rustc::hir::ExprLit`, `rustc::hir::ExprMethodCall` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/open_options.rs:1:24 [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::{Expr, ExprLit, ExprMethodCall}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^^^^^^ no `ExprMethodCall` in `hir` [INFO] [stderr] | | [INFO] [stderr] | no `ExprLit` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::map::NodeItem` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/ptr.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use rustc::hir::map::NodeItem; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `NodeItem` in `hir::map` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/question_mark.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::def::Def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/replace_consts.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use rustc::hir::def::Def; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `Def` in `hir::def` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::hir::BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:62:25 [INFO] [stderr] | [INFO] [stderr] 62 | use rustc::hir::BinOp_::*; [INFO] [stderr] | ^^^^^^ could not find `BinOp_` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rustc::hir::ExprAssign`, `rustc::hir::ExprField`, `rustc::hir::ExprStruct`, `rustc::hir::ExprTup` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/temporary_assignment.rs:2:24 [INFO] [stderr] | [INFO] [stderr] 2 | use rustc::hir::{Expr, ExprAssign, ExprField, ExprStruct, ExprTup}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^ no `ExprTup` in `hir` [INFO] [stderr] | | | | [INFO] [stderr] | | | no `ExprStruct` in `hir` [INFO] [stderr] | | no `ExprField` in `hir` [INFO] [stderr] | | help: a similar name exists in the module: `ExprKind` [INFO] [stderr] | no `ExprAssign` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::ty::TypeVariants` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/trivially_copy_pass_by_ref.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use rustc::ty::TypeVariants; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `TypeVariants` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rustc::hir::map::Node::NodeImplItem`, `rustc::hir::map::Node::NodeItem` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/write.rs:1:29 [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::map::Node::{NodeImplItem, NodeItem}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^ no `NodeItem` in `hir::map::Node` [INFO] [stderr] | | [INFO] [stderr] | no `NodeImplItem` in `hir::map::Node` [INFO] [stderr] | help: a similar name exists in the module: `ImplItem` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use syntax::ast::{FloatTy, LitKind}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use syntax::ptr::P; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:158:9 [INFO] [stderr] | [INFO] [stderr] 158 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_plugin` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/lib.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use rustc_plugin; [INFO] [stderr] | ^^^^^^^^^^^^ no `rustc_plugin` external crate [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_errors` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use rustc_errors::{Applicability, CodeSuggestion, Substitution, SubstitutionPart}; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `rustc_errors` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use syntax::ast::{self, LitKind}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use syntax::ast::{self, LitKind}; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use syntax::codemap::{CompilerDesugaringKind, ExpnFormat, ExpnInfo, Span, DUMMY_SP}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use syntax::errors::DiagnosticBuilder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | use syntax::ptr::P; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | use syntax::symbol::keywords; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use syntax::attr; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::ast::Name; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::ptr::P; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/conf.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::{ast, codemap}; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::codemap::{CharPos, Span}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use syntax::parse::token; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use syntax::print::pprust::token_to_string; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use syntax::util::parser::AssocOp; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_errors` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use rustc_errors; [INFO] [stderr] | ^^^^^^^^^^^^ no `rustc_errors` external crate [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:90:13 [INFO] [stderr] | [INFO] [stderr] 90 | use syntax::ast::RangeLimits; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:363:9 [INFO] [stderr] | [INFO] [stderr] 363 | use syntax::util::parser::AssocOp::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:405:9 [INFO] [stderr] | [INFO] [stderr] 405 | use syntax::ast::BinOpKind::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::ast::Attribute; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::symbol::LocalInternedString; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::ast::{Crate as AstCrate, ItemKind, Name, NodeId}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use syntax::ast::{Attribute, LitKind, DUMMY_NODE_ID}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/ptr.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ast::Name; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/ptr.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use syntax::ast::NodeId; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use syntax_pos::{BytePos, Pos}; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/approx_const.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ast::{FloatTy, Lit, LitKind}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | use syntax::symbol; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/approx_const.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::symbol; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::ast::{AttrStyle, Attribute, Lit, LitKind, MetaItemKind, NestedMetaItem, NestedMetaItemKind}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::ast::LitKind; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast::{LitKind, NodeId, DUMMY_NODE_ID}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::codemap::{dummy_spanned, Span, DUMMY_SP}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::util::ThinVec; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast::{Name, UintTy}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/const_static_lifetime.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::symbol::LocalInternedString; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/cyclomatic_complexity.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::ast::{Attribute, NodeId}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/cyclomatic_complexity.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/derive.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/collapsible_if.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/doc.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::codemap::{BytePos, Span}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/doc.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/double_comparison.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/double_parens.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/duration_subsec.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::codemap::Spanned; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/else_if_without_else.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/entry.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/enum_clike.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::ast::{IntTy, UintTy}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/enum_glob_use.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::ast::NodeId; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/enum_glob_use.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/enum_variants.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/erasing_op.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/escape.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use syntax::ast::NodeId; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/escape.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/doc.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax_pos::Pos; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/excessive_precision.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eval_order_dependence.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/format.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast::LitKind; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/fallible_impl_from.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax_pos::Span; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/format.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax_pos::Span; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/formatting.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ptr::P; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/formatting.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rustc_target` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/functions.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use rustc_target::spec::abi::Abi; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `rustc_target` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/functions.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_conversion.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::ast::NodeId; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/if_not_else.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/indexing_slicing.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use syntax::ast::RangeLimits; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/functions.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/inline_fn_without_body.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ast::{Attribute, Name}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/items_after_statements.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/len_zero.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::ast::{Lit, LitKind, Name}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/len_zero.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::codemap::{Span, Spanned}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/inherent_impl.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax_pos::Span; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/lifetimes.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/lifetimes.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::symbol::keywords; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/literal_representation.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/let_if_seq.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/map_clone.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/map_unit_fn.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/matches.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::ast::LitKind; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/matches.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_errors` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/map_unit_fn.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use rustc_errors::{Applicability}; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `rustc_errors` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/methods.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::codemap::{Span, BytePos}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::codemap::{ExpnFormat, Span}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax::ast::{LitKind, CRATE_NODE_ID}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/methods.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/missing_doc.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/missing_doc.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/missing_doc.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | use syntax::attr; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/missing_inline.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/multiple_crate_versions.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/missing_inline.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_bool.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::ast::LitKind; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_bool.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::codemap::Spanned; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/mutex_atomic.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_continue.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | use syntax::codemap::{original_sp, DUMMY_SP}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rustc_target` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_pass_by_value.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use rustc_target::spec::abi::Abi; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `rustc_target` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_pass_by_value.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use syntax::ast::NodeId; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_continue.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_pass_by_value.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::errors::DiagnosticBuilder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/neg_multiply.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::codemap::{Span, Spanned}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/new_without_default.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_pass_by_value.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax_pos::Span; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_errors` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/non_copy_const.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use rustc_errors::Applicability; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `rustc_errors` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_typeck` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/non_copy_const.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use rustc_typeck::hir_ty_to_ty; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `rustc_typeck` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/non_expressive_names.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/open_options.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::ast::LitKind; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/open_options.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::{Span, Spanned}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/panic_unimplemented.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::ast::LitKind; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/panic_unimplemented.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ptr::P; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/panic_unimplemented.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ext::quote::rt::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/ptr.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::ast::NodeId; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/ptr.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/non_copy_const.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax_pos::{DUMMY_SP, Span}; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/question_mark.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ptr::P; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/ranges.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::ast::RangeLimits; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/ranges.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::Spanned; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/reference.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::ast::{Expr, ExprKind, UnOp}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/regex.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ast::{LitKind, NodeId, StrStyle}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/regex.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::codemap::{BytePos, Span}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/ptr.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax_pos::MultiSpan; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/returns.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/returns.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::visit::FnKind; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/shadow.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/strings.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::codemap::Spanned; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/strings.rs:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | use syntax::ast::LitKind; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/returns.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rustc_target` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/trivially_copy_pass_by_ref.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use rustc_target::spec::abi::Abi; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `rustc_target` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rustc_target` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/trivially_copy_pass_by_ref.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use rustc_target::abi::LayoutOf; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `rustc_target` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/trivially_copy_pass_by_ref.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax::ast::NodeId; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/transmute.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/trivially_copy_pass_by_ref.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax_pos::Span; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::ast::{FloatTy, IntTy, UintTy}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use syntax::errors::DiagnosticBuilder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:541:9 [INFO] [stderr] | [INFO] [stderr] 541 | use syntax_pos::hygiene::CompilerDesugaringKind; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:957:21 [INFO] [stderr] | [INFO] [stderr] 957 | use syntax::ast::{LitIntType, LitKind}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1290:13 [INFO] [stderr] | [INFO] [stderr] 1290 | use syntax::ast::{LitKind, UintTy}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1564:9 [INFO] [stderr] | [INFO] [stderr] 1564 | use syntax::ast::{IntTy, UintTy}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_typeck` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use rustc_typeck::hir_ty_to_ty; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `rustc_typeck` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unicode.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::ast::{LitKind, NodeId}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unicode.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unsafe_removed_from_name.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::*; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1747:13 [INFO] [stderr] | [INFO] [stderr] 1747 | use syntax_pos::BytePos; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unused_label.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unused_label.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::symbol::LocalInternedString; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::ast::NodeId; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/use_self.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ast::NodeId; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/use_self.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax_pos::symbol::keywords::SelfType; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/vec.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/write.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ast::LitKind; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unused_label.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ast; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/write.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::symbol::LocalInternedString; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/write.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::ptr; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `rustc::syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/lib.rs:189:15 [INFO] [stderr] | [INFO] [stderr] 189 | crate use syntax::ast::{Name, NodeId}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/write.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax_pos::Span; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 28 | FloatTy::F32 => FloatWidth::F32, [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | FloatTy::F64 => FloatWidth::F64, [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:161:9 [INFO] [stderr] | [INFO] [stderr] 161 | LitKind::Str(ref is, _) => Constant::Str(is.to_string()), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | LitKind::Byte(b) => Constant::Int(u128::from(b)), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | LitKind::ByteStr(ref s) => Constant::Binary(Rc::clone(s)), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:164:9 [INFO] [stderr] | [INFO] [stderr] 164 | LitKind::Char(c) => Constant::Char(c), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:165:9 [INFO] [stderr] | [INFO] [stderr] 165 | LitKind::Int(n, _) => Constant::Int(n), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:166:9 [INFO] [stderr] | [INFO] [stderr] 166 | LitKind::Float(ref is, _) | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:167:9 [INFO] [stderr] | [INFO] [stderr] 167 | LitKind::FloatUnsuffixed(ref is) => match ty.sty { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:168:25 [INFO] [stderr] | [INFO] [stderr] 168 | ty::TyFloat(FloatTy::F32) => Constant::F32(is.as_str().parse().unwrap()), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:169:25 [INFO] [stderr] | [INFO] [stderr] 169 | ty::TyFloat(FloatTy::F64) => Constant::F64(is.as_str().parse().unwrap()), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:172:9 [INFO] [stderr] | [INFO] [stderr] 172 | LitKind::Bool(b) => Constant::Bool(b), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:417:58 [INFO] [stderr] | [INFO] [stderr] 417 | (BiAnd, Constant::Bool(true), Some(r)) | (BiOr, Constant::Bool(false), Some(r)) => Some(r), [INFO] [stderr] | ----- variable not in all patterns ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `BiAnd` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:417:18 [INFO] [stderr] | [INFO] [stderr] 417 | (BiAnd, Constant::Bool(true), Some(r)) | (BiOr, Constant::Bool(false), Some(r)) => Some(r), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:417:17 [INFO] [stderr] | [INFO] [stderr] 417 | (BiAnd, Constant::Bool(true), Some(r)) | (BiOr, Constant::Bool(false), Some(r)) => Some(r), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- variable not in all patterns [INFO] [stderr] | | [INFO] [stderr] | pattern doesn't bind `BiOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:417:59 [INFO] [stderr] | [INFO] [stderr] 417 | (BiAnd, Constant::Bool(true), Some(r)) | (BiOr, Constant::Bool(false), Some(r)) => Some(r), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:433:25 [INFO] [stderr] | [INFO] [stderr] 433 | ty::TyFloat(FloatTy::F32) => Some(Constant::F32(f32::from_bits(b as u32))), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:434:25 [INFO] [stderr] | [INFO] [stderr] 434 | ty::TyFloat(FloatTy::F64) => Some(Constant::F64(f64::from_bits(b as u64))), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0416]: identifier `TyInfer` is bound more than once in the same pattern [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:265:25 [INFO] [stderr] | [INFO] [stderr] 265 | (&TyInfer, &TyInfer) => true, [INFO] [stderr] | ^^^^^^^ used in a pattern more than once [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiAdd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ----- ^^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^ ^^^^ ^^^^^^^ pattern doesn't bind `BiAdd` [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | pattern doesn't bind `BiAdd` [INFO] [stderr] | | | | | pattern doesn't bind `BiAdd` [INFO] [stderr] | | | | pattern doesn't bind `BiAdd` [INFO] [stderr] | | | pattern doesn't bind `BiAdd` [INFO] [stderr] | | pattern doesn't bind `BiAdd` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiAdd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:9 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiMul` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:9 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^^ ----- ^^^^^^^^ ^^^^^^^^ ^^^^ ^^^^ ^^^^^^^ pattern doesn't bind `BiMul` [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | pattern doesn't bind `BiMul` [INFO] [stderr] | | | | | pattern doesn't bind `BiMul` [INFO] [stderr] | | | | pattern doesn't bind `BiMul` [INFO] [stderr] | | | pattern doesn't bind `BiMul` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BiMul` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiMul` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiBitXor` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:9 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^^ ^^^^^ -------- ^^^^^^^^ ^^^^ ^^^^ ^^^^^^^ pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | pattern doesn't bind `BiBitXor` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiBitXor` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:25 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiBitOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:9 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^ ^^^^ ------- variable not in all patterns [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | pattern doesn't bind `BiBitOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiBitOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:61 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiBitAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:9 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^^^^ -------- ^^^^ ^^^^ ^^^^^^^ pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | variable not in all patterns [INFO] [stderr] | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiBitAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:36 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiEq` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:9 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^^^^ ^^^^^^^^ ---- ^^^^ ^^^^^^^ pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | variable not in all patterns [INFO] [stderr] | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | pattern doesn't bind `BiEq` [INFO] [stderr] | pattern doesn't bind `BiEq` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiEq` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:47 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiNe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:9 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^ ---- ^^^^^^^ pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | variable not in all patterns [INFO] [stderr] | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | pattern doesn't bind `BiNe` [INFO] [stderr] | pattern doesn't bind `BiNe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiNe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:277:54 [INFO] [stderr] | [INFO] [stderr] 277 | BiAdd | BiMul | BiBitXor | BiBitAnd | BiEq | BiNe | BiBitOr => Some((binop, rhs, lhs)), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiSub` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:9 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ----- ^^^^^ ^^^^^ ^^^^ pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | variable not in all patterns [INFO] [stderr] | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | pattern doesn't bind `BiSub` [INFO] [stderr] | pattern doesn't bind `BiSub` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiSub` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:33 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiDiv` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:9 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^^ ----- ^^^^^ ^^^^ pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | variable not in all patterns [INFO] [stderr] | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | pattern doesn't bind `BiDiv` [INFO] [stderr] | pattern doesn't bind `BiDiv` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiDiv` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:41 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiRem` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:9 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^^ ^^^^^ ----- ^^^^^ ^^^^^ ^^^^^ ^^^^ pattern doesn't bind `BiRem` [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | pattern doesn't bind `BiRem` [INFO] [stderr] | | | | | pattern doesn't bind `BiRem` [INFO] [stderr] | | | | pattern doesn't bind `BiRem` [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `BiRem` [INFO] [stderr] | pattern doesn't bind `BiRem` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiRem` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:25 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiShr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:9 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^^ ----- ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^ pattern doesn't bind `BiShr` [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | pattern doesn't bind `BiShr` [INFO] [stderr] | | | | | pattern doesn't bind `BiShr` [INFO] [stderr] | | | | pattern doesn't bind `BiShr` [INFO] [stderr] | | | pattern doesn't bind `BiShr` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BiShr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiShr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiShl` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ----- ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^ pattern doesn't bind `BiShl` [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | pattern doesn't bind `BiShl` [INFO] [stderr] | | | | | pattern doesn't bind `BiShl` [INFO] [stderr] | | | | pattern doesn't bind `BiShl` [INFO] [stderr] | | | pattern doesn't bind `BiShl` [INFO] [stderr] | | pattern doesn't bind `BiShl` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiShl` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:9 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:9 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ----- ^^^^ pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | variable not in all patterns [INFO] [stderr] | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | pattern doesn't bind `BiAnd` [INFO] [stderr] | pattern doesn't bind `BiAnd` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:49 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:9 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ---- variable not in all patterns [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | pattern doesn't bind `BiOr` [INFO] [stderr] | pattern doesn't bind `BiOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:282:57 [INFO] [stderr] | [INFO] [stderr] 282 | BiShl | BiShr | BiRem | BiSub | BiDiv | BiAnd | BiOr => None, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:73:52 [INFO] [stderr] | [INFO] [stderr] 73 | hir::ExprAssign(..) => Sugg::BinOp(AssocOp::Assign, snippet), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:75:56 [INFO] [stderr] | [INFO] [stderr] 75 | hir::ExprBinary(op, ..) => Sugg::BinOp(AssocOp::from_ast_binop(higher::binop(op.node)), snippet), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:76:50 [INFO] [stderr] | [INFO] [stderr] 76 | hir::ExprCast(..) => Sugg::BinOp(AssocOp::As, snippet), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:77:50 [INFO] [stderr] | [INFO] [stderr] 77 | hir::ExprType(..) => Sugg::BinOp(AssocOp::Colon, snippet), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RangeLimits` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:128:38 [INFO] [stderr] | [INFO] [stderr] 128 | ast::ExprKind::Range(.., RangeLimits::HalfOpen) => Sugg::BinOp(AssocOp::DotDot, snippet), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `RangeLimits` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:128:76 [INFO] [stderr] | [INFO] [stderr] 128 | ast::ExprKind::Range(.., RangeLimits::HalfOpen) => Sugg::BinOp(AssocOp::DotDot, snippet), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RangeLimits` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:129:38 [INFO] [stderr] | [INFO] [stderr] 129 | ast::ExprKind::Range(.., RangeLimits::Closed) => Sugg::BinOp(AssocOp::DotDotEq, snippet), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `RangeLimits` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:129:74 [INFO] [stderr] | [INFO] [stderr] 129 | ast::ExprKind::Range(.., RangeLimits::Closed) => Sugg::BinOp(AssocOp::DotDotEq, snippet), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:130:54 [INFO] [stderr] | [INFO] [stderr] 130 | ast::ExprKind::Assign(..) => Sugg::BinOp(AssocOp::Assign, snippet), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:132:58 [INFO] [stderr] | [INFO] [stderr] 132 | ast::ExprKind::Binary(op, ..) => Sugg::BinOp(AssocOp::from_ast_binop(op.node), snippet), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:133:52 [INFO] [stderr] | [INFO] [stderr] 133 | ast::ExprKind::Cast(..) => Sugg::BinOp(AssocOp::As, snippet), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:134:52 [INFO] [stderr] | [INFO] [stderr] 134 | ast::ExprKind::Type(..) => Sugg::BinOp(AssocOp::Colon, snippet), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:145:20 [INFO] [stderr] | [INFO] [stderr] 145 | make_assoc(AssocOp::As, &self, &Sugg::NonParen(rhs.to_string().into())) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:181:54 [INFO] [stderr] | [INFO] [stderr] 181 | ast::RangeLimits::HalfOpen => make_assoc(AssocOp::DotDot, &self, end), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:182:52 [INFO] [stderr] | [INFO] [stderr] 182 | ast::RangeLimits::Closed => make_assoc(AssocOp::DotDotEq, &self, end), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:269:23 [INFO] [stderr] | [INFO] [stderr] 269 | matches!(*op, AssocOp::ShiftLeft | AssocOp::ShiftRight) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:269:44 [INFO] [stderr] | [INFO] [stderr] 269 | matches!(*op, AssocOp::ShiftLeft | AssocOp::ShiftRight) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:276:13 [INFO] [stderr] | [INFO] [stderr] 276 | AssocOp::Add | AssocOp::Subtract | AssocOp::Multiply | AssocOp::Divide | AssocOp::Modulus [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:276:28 [INFO] [stderr] | [INFO] [stderr] 276 | AssocOp::Add | AssocOp::Subtract | AssocOp::Multiply | AssocOp::Divide | AssocOp::Modulus [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:276:48 [INFO] [stderr] | [INFO] [stderr] 276 | AssocOp::Add | AssocOp::Subtract | AssocOp::Multiply | AssocOp::Divide | AssocOp::Modulus [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:276:68 [INFO] [stderr] | [INFO] [stderr] 276 | AssocOp::Add | AssocOp::Subtract | AssocOp::Multiply | AssocOp::Divide | AssocOp::Modulus [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:276:86 [INFO] [stderr] | [INFO] [stderr] 276 | AssocOp::Add | AssocOp::Subtract | AssocOp::Multiply | AssocOp::Divide | AssocOp::Modulus [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:306:9 [INFO] [stderr] | [INFO] [stderr] 306 | AssocOp::Add | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:307:9 [INFO] [stderr] | [INFO] [stderr] 307 | AssocOp::BitAnd | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:308:9 [INFO] [stderr] | [INFO] [stderr] 308 | AssocOp::BitOr | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:309:9 [INFO] [stderr] | [INFO] [stderr] 309 | AssocOp::BitXor | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:310:9 [INFO] [stderr] | [INFO] [stderr] 310 | AssocOp::Divide | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:311:9 [INFO] [stderr] | [INFO] [stderr] 311 | AssocOp::Equal | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:312:9 [INFO] [stderr] | [INFO] [stderr] 312 | AssocOp::Greater | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:313:9 [INFO] [stderr] | [INFO] [stderr] 313 | AssocOp::GreaterEqual | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:314:9 [INFO] [stderr] | [INFO] [stderr] 314 | AssocOp::LAnd | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:315:9 [INFO] [stderr] | [INFO] [stderr] 315 | AssocOp::LOr | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:316:9 [INFO] [stderr] | [INFO] [stderr] 316 | AssocOp::Less | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:317:9 [INFO] [stderr] | [INFO] [stderr] 317 | AssocOp::LessEqual | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:318:9 [INFO] [stderr] | [INFO] [stderr] 318 | AssocOp::Modulus | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:319:9 [INFO] [stderr] | [INFO] [stderr] 319 | AssocOp::Multiply | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:320:9 [INFO] [stderr] | [INFO] [stderr] 320 | AssocOp::NotEqual | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:321:9 [INFO] [stderr] | [INFO] [stderr] 321 | AssocOp::ShiftLeft | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:322:9 [INFO] [stderr] | [INFO] [stderr] 322 | AssocOp::ShiftRight | [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:323:9 [INFO] [stderr] | [INFO] [stderr] 323 | AssocOp::Subtract => format!("{} {} {}", lhs, op.to_ast_binop().expect("Those are AST ops").to_string(), rhs), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:324:9 [INFO] [stderr] | [INFO] [stderr] 324 | AssocOp::Assign => format!("{} = {}", lhs, rhs), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:325:9 [INFO] [stderr] | [INFO] [stderr] 325 | AssocOp::ObsoleteInPlace => format!("in ({}) {}", lhs, rhs), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:326:9 [INFO] [stderr] | [INFO] [stderr] 326 | AssocOp::AssignOp(op) => format!("{} {}= {}", lhs, token_to_string(&token::BinOp(op)), rhs), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:326:77 [INFO] [stderr] | [INFO] [stderr] 326 | AssocOp::AssignOp(op) => format!("{} {}= {}", lhs, token_to_string(&token::BinOp(op)), rhs), [INFO] [stderr] | ^^^^^ use of undeclared type or module `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:327:9 [INFO] [stderr] | [INFO] [stderr] 327 | AssocOp::As => format!("{} as {}", lhs, rhs), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:328:9 [INFO] [stderr] | [INFO] [stderr] 328 | AssocOp::DotDot => format!("{}..{}", lhs, rhs), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:329:9 [INFO] [stderr] | [INFO] [stderr] 329 | AssocOp::DotDotEq => format!("{}..={}", lhs, rhs), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:330:9 [INFO] [stderr] | [INFO] [stderr] 330 | AssocOp::Colon => format!("{}: {}", lhs, rhs), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:338:16 [INFO] [stderr] | [INFO] [stderr] 338 | make_assoc(AssocOp::from_ast_binop(op), lhs, rhs) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Assign` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:366:9 [INFO] [stderr] | [INFO] [stderr] 366 | ObsoleteInPlace | Assign | AssignOp(_) => Associativity::Right, [INFO] [stderr] | ^^^^^^^^^^^^^^^ ------ ^^^^^^^^^^^ pattern doesn't bind `Assign` [INFO] [stderr] | | | [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `Assign` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Assign` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:366:27 [INFO] [stderr] | [INFO] [stderr] 366 | ObsoleteInPlace | Assign | AssignOp(_) => Associativity::Right, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `ObsoleteInPlace` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:366:27 [INFO] [stderr] | [INFO] [stderr] 366 | ObsoleteInPlace | Assign | AssignOp(_) => Associativity::Right, [INFO] [stderr] | --------------- ^^^^^^ ^^^^^^^^^^^ pattern doesn't bind `ObsoleteInPlace` [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `ObsoleteInPlace` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::ObsoleteInPlace` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:366:9 [INFO] [stderr] | [INFO] [stderr] 366 | ObsoleteInPlace | Assign | AssignOp(_) => Associativity::Right, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `As` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:9 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^ ^^^^^^ ^^^^^ ^^^^^^ ^^^^ ^^^ ^^^^^^^^ -- ^^^^^ pattern doesn't bind `As` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | | pattern doesn't bind `As` [INFO] [stderr] | | | | | | pattern doesn't bind `As` [INFO] [stderr] | | | | | pattern doesn't bind `As` [INFO] [stderr] | | | | pattern doesn't bind `As` [INFO] [stderr] | | | pattern doesn't bind `As` [INFO] [stderr] | | pattern doesn't bind `As` [INFO] [stderr] | pattern doesn't bind `As` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::As` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:65 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Colon` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:9 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^ ^^^^^^ ^^^^^ ^^^^^^ ^^^^ ^^^ ^^^^^^^^ ^^ ----- variable not in all patterns [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `Colon` [INFO] [stderr] | | | | | | | pattern doesn't bind `Colon` [INFO] [stderr] | | | | | | pattern doesn't bind `Colon` [INFO] [stderr] | | | | | pattern doesn't bind `Colon` [INFO] [stderr] | | | | pattern doesn't bind `Colon` [INFO] [stderr] | | | pattern doesn't bind `Colon` [INFO] [stderr] | | pattern doesn't bind `Colon` [INFO] [stderr] | pattern doesn't bind `Colon` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Colon` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:70 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Add` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:15 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | --- ^^^^^^ ^^^^^ ^^^^^^ ^^^^ ^^^ ^^^^^^^^ ^^ ^^^^^ pattern doesn't bind `Add` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `Add` [INFO] [stderr] | | | | | | | pattern doesn't bind `Add` [INFO] [stderr] | | | | | | pattern doesn't bind `Add` [INFO] [stderr] | | | | | pattern doesn't bind `Add` [INFO] [stderr] | | | | pattern doesn't bind `Add` [INFO] [stderr] | | | pattern doesn't bind `Add` [INFO] [stderr] | | pattern doesn't bind `Add` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Add` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:9 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Multiply` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:9 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^ ^^^^^^ ^^^^^ ^^^^^^ ^^^^ ^^^ -------- ^^ ^^^^^ pattern doesn't bind `Multiply` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `Multiply` [INFO] [stderr] | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | pattern doesn't bind `Multiply` [INFO] [stderr] | | | | | pattern doesn't bind `Multiply` [INFO] [stderr] | | | | pattern doesn't bind `Multiply` [INFO] [stderr] | | | pattern doesn't bind `Multiply` [INFO] [stderr] | | pattern doesn't bind `Multiply` [INFO] [stderr] | pattern doesn't bind `Multiply` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Multiply` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:54 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BitAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:9 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^ ------ ^^^^^ ^^^^^^ ^^^^ ^^^ ^^^^^^^^ ^^ ^^^^^ pattern doesn't bind `BitAnd` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BitAnd` [INFO] [stderr] | | | | | | | pattern doesn't bind `BitAnd` [INFO] [stderr] | | | | | | pattern doesn't bind `BitAnd` [INFO] [stderr] | | | | | pattern doesn't bind `BitAnd` [INFO] [stderr] | | | | pattern doesn't bind `BitAnd` [INFO] [stderr] | | | pattern doesn't bind `BitAnd` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BitAnd` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BitAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:15 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BitOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:9 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^ ^^^^^^ ----- ^^^^^^ ^^^^ ^^^ ^^^^^^^^ ^^ ^^^^^ pattern doesn't bind `BitOr` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BitOr` [INFO] [stderr] | | | | | | | pattern doesn't bind `BitOr` [INFO] [stderr] | | | | | | pattern doesn't bind `BitOr` [INFO] [stderr] | | | | | pattern doesn't bind `BitOr` [INFO] [stderr] | | | | pattern doesn't bind `BitOr` [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `BitOr` [INFO] [stderr] | pattern doesn't bind `BitOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BitOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:24 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BitXor` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:9 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^ ^^^^^^ ^^^^^ ------ ^^^^ ^^^ ^^^^^^^^ ^^ ^^^^^ pattern doesn't bind `BitXor` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BitXor` [INFO] [stderr] | | | | | | | pattern doesn't bind `BitXor` [INFO] [stderr] | | | | | | pattern doesn't bind `BitXor` [INFO] [stderr] | | | | | pattern doesn't bind `BitXor` [INFO] [stderr] | | | | variable not in all patterns [INFO] [stderr] | | | pattern doesn't bind `BitXor` [INFO] [stderr] | | pattern doesn't bind `BitXor` [INFO] [stderr] | pattern doesn't bind `BitXor` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BitXor` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:32 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `LAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:9 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^ ^^^^^^ ^^^^^ ^^^^^^ ---- ^^^ ^^^^^^^^ ^^ ^^^^^ pattern doesn't bind `LAnd` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `LAnd` [INFO] [stderr] | | | | | | | pattern doesn't bind `LAnd` [INFO] [stderr] | | | | | | pattern doesn't bind `LAnd` [INFO] [stderr] | | | | | variable not in all patterns [INFO] [stderr] | | | | pattern doesn't bind `LAnd` [INFO] [stderr] | | | pattern doesn't bind `LAnd` [INFO] [stderr] | | pattern doesn't bind `LAnd` [INFO] [stderr] | pattern doesn't bind `LAnd` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::LAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:41 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `LOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:9 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^ ^^^^^^ ^^^^^ ^^^^^^ ^^^^ --- ^^^^^^^^ ^^ ^^^^^ pattern doesn't bind `LOr` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `LOr` [INFO] [stderr] | | | | | | | pattern doesn't bind `LOr` [INFO] [stderr] | | | | | | variable not in all patterns [INFO] [stderr] | | | | | pattern doesn't bind `LOr` [INFO] [stderr] | | | | pattern doesn't bind `LOr` [INFO] [stderr] | | | pattern doesn't bind `LOr` [INFO] [stderr] | | pattern doesn't bind `LOr` [INFO] [stderr] | pattern doesn't bind `LOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::LOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:367:48 [INFO] [stderr] | [INFO] [stderr] 367 | Add | BitAnd | BitOr | BitXor | LAnd | LOr | Multiply | As | Colon => Associativity::Both, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Equal` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | Divide | [INFO] [stderr] | ^^^^^^ pattern doesn't bind `Equal` [INFO] [stderr] 369 | Equal | [INFO] [stderr] | ----- variable not in all patterns [INFO] [stderr] 370 | Greater | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `Equal` [INFO] [stderr] 371 | GreaterEqual | [INFO] [stderr] | ^^^^^^^^^^^^ pattern doesn't bind `Equal` [INFO] [stderr] 372 | Less | [INFO] [stderr] | ^^^^ pattern doesn't bind `Equal` [INFO] [stderr] 373 | LessEqual | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `Equal` [INFO] [stderr] 374 | Modulus | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `Equal` [INFO] [stderr] 375 | NotEqual | [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `Equal` [INFO] [stderr] 376 | ShiftLeft | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `Equal` [INFO] [stderr] 377 | ShiftRight | [INFO] [stderr] | ^^^^^^^^^^ pattern doesn't bind `Equal` [INFO] [stderr] 378 | Subtract => Associativity::Left, [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `Equal` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Equal` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:369:9 [INFO] [stderr] | [INFO] [stderr] 369 | Equal | [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `ShiftLeft` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | Divide | [INFO] [stderr] | ^^^^^^ pattern doesn't bind `ShiftLeft` [INFO] [stderr] 369 | Equal | [INFO] [stderr] | ^^^^^ pattern doesn't bind `ShiftLeft` [INFO] [stderr] 370 | Greater | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `ShiftLeft` [INFO] [stderr] 371 | GreaterEqual | [INFO] [stderr] | ^^^^^^^^^^^^ pattern doesn't bind `ShiftLeft` [INFO] [stderr] 372 | Less | [INFO] [stderr] | ^^^^ pattern doesn't bind `ShiftLeft` [INFO] [stderr] 373 | LessEqual | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `ShiftLeft` [INFO] [stderr] 374 | Modulus | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `ShiftLeft` [INFO] [stderr] 375 | NotEqual | [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `ShiftLeft` [INFO] [stderr] 376 | ShiftLeft | [INFO] [stderr] | --------- variable not in all patterns [INFO] [stderr] 377 | ShiftRight | [INFO] [stderr] | ^^^^^^^^^^ pattern doesn't bind `ShiftLeft` [INFO] [stderr] 378 | Subtract => Associativity::Left, [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `ShiftLeft` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::ShiftLeft` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:376:9 [INFO] [stderr] | [INFO] [stderr] 376 | ShiftLeft | [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `ShiftRight` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | Divide | [INFO] [stderr] | ^^^^^^ pattern doesn't bind `ShiftRight` [INFO] [stderr] 369 | Equal | [INFO] [stderr] | ^^^^^ pattern doesn't bind `ShiftRight` [INFO] [stderr] 370 | Greater | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `ShiftRight` [INFO] [stderr] 371 | GreaterEqual | [INFO] [stderr] | ^^^^^^^^^^^^ pattern doesn't bind `ShiftRight` [INFO] [stderr] 372 | Less | [INFO] [stderr] | ^^^^ pattern doesn't bind `ShiftRight` [INFO] [stderr] 373 | LessEqual | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `ShiftRight` [INFO] [stderr] 374 | Modulus | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `ShiftRight` [INFO] [stderr] 375 | NotEqual | [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `ShiftRight` [INFO] [stderr] 376 | ShiftLeft | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `ShiftRight` [INFO] [stderr] 377 | ShiftRight | [INFO] [stderr] | ---------- variable not in all patterns [INFO] [stderr] 378 | Subtract => Associativity::Left, [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `ShiftRight` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::ShiftRight` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:377:9 [INFO] [stderr] | [INFO] [stderr] 377 | ShiftRight | [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Subtract` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | Divide | [INFO] [stderr] | ^^^^^^ pattern doesn't bind `Subtract` [INFO] [stderr] 369 | Equal | [INFO] [stderr] | ^^^^^ pattern doesn't bind `Subtract` [INFO] [stderr] 370 | Greater | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `Subtract` [INFO] [stderr] 371 | GreaterEqual | [INFO] [stderr] | ^^^^^^^^^^^^ pattern doesn't bind `Subtract` [INFO] [stderr] 372 | Less | [INFO] [stderr] | ^^^^ pattern doesn't bind `Subtract` [INFO] [stderr] 373 | LessEqual | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `Subtract` [INFO] [stderr] 374 | Modulus | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `Subtract` [INFO] [stderr] 375 | NotEqual | [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `Subtract` [INFO] [stderr] 376 | ShiftLeft | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `Subtract` [INFO] [stderr] 377 | ShiftRight | [INFO] [stderr] | ^^^^^^^^^^ pattern doesn't bind `Subtract` [INFO] [stderr] 378 | Subtract => Associativity::Left, [INFO] [stderr] | -------- variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Subtract` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:378:9 [INFO] [stderr] | [INFO] [stderr] 378 | Subtract => Associativity::Left, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Divide` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:369:9 [INFO] [stderr] | [INFO] [stderr] 368 | Divide | [INFO] [stderr] | ------ variable not in all patterns [INFO] [stderr] 369 | Equal | [INFO] [stderr] | ^^^^^ pattern doesn't bind `Divide` [INFO] [stderr] 370 | Greater | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `Divide` [INFO] [stderr] 371 | GreaterEqual | [INFO] [stderr] | ^^^^^^^^^^^^ pattern doesn't bind `Divide` [INFO] [stderr] 372 | Less | [INFO] [stderr] | ^^^^ pattern doesn't bind `Divide` [INFO] [stderr] 373 | LessEqual | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `Divide` [INFO] [stderr] 374 | Modulus | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `Divide` [INFO] [stderr] 375 | NotEqual | [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `Divide` [INFO] [stderr] 376 | ShiftLeft | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `Divide` [INFO] [stderr] 377 | ShiftRight | [INFO] [stderr] | ^^^^^^^^^^ pattern doesn't bind `Divide` [INFO] [stderr] 378 | Subtract => Associativity::Left, [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `Divide` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Divide` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | Divide | [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Modulus` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | Divide | [INFO] [stderr] | ^^^^^^ pattern doesn't bind `Modulus` [INFO] [stderr] 369 | Equal | [INFO] [stderr] | ^^^^^ pattern doesn't bind `Modulus` [INFO] [stderr] 370 | Greater | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `Modulus` [INFO] [stderr] 371 | GreaterEqual | [INFO] [stderr] | ^^^^^^^^^^^^ pattern doesn't bind `Modulus` [INFO] [stderr] 372 | Less | [INFO] [stderr] | ^^^^ pattern doesn't bind `Modulus` [INFO] [stderr] 373 | LessEqual | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `Modulus` [INFO] [stderr] 374 | Modulus | [INFO] [stderr] | ------- variable not in all patterns [INFO] [stderr] 375 | NotEqual | [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `Modulus` [INFO] [stderr] 376 | ShiftLeft | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `Modulus` [INFO] [stderr] 377 | ShiftRight | [INFO] [stderr] | ^^^^^^^^^^ pattern doesn't bind `Modulus` [INFO] [stderr] 378 | Subtract => Associativity::Left, [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `Modulus` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Modulus` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:374:9 [INFO] [stderr] | [INFO] [stderr] 374 | Modulus | [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Greater` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | Divide | [INFO] [stderr] | ^^^^^^ pattern doesn't bind `Greater` [INFO] [stderr] 369 | Equal | [INFO] [stderr] | ^^^^^ pattern doesn't bind `Greater` [INFO] [stderr] 370 | Greater | [INFO] [stderr] | ------- variable not in all patterns [INFO] [stderr] 371 | GreaterEqual | [INFO] [stderr] | ^^^^^^^^^^^^ pattern doesn't bind `Greater` [INFO] [stderr] 372 | Less | [INFO] [stderr] | ^^^^ pattern doesn't bind `Greater` [INFO] [stderr] 373 | LessEqual | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `Greater` [INFO] [stderr] 374 | Modulus | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `Greater` [INFO] [stderr] 375 | NotEqual | [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `Greater` [INFO] [stderr] 376 | ShiftLeft | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `Greater` [INFO] [stderr] 377 | ShiftRight | [INFO] [stderr] | ^^^^^^^^^^ pattern doesn't bind `Greater` [INFO] [stderr] 378 | Subtract => Associativity::Left, [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `Greater` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Greater` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:370:9 [INFO] [stderr] | [INFO] [stderr] 370 | Greater | [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `GreaterEqual` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | Divide | [INFO] [stderr] | ^^^^^^ pattern doesn't bind `GreaterEqual` [INFO] [stderr] 369 | Equal | [INFO] [stderr] | ^^^^^ pattern doesn't bind `GreaterEqual` [INFO] [stderr] 370 | Greater | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `GreaterEqual` [INFO] [stderr] 371 | GreaterEqual | [INFO] [stderr] | ------------ variable not in all patterns [INFO] [stderr] 372 | Less | [INFO] [stderr] | ^^^^ pattern doesn't bind `GreaterEqual` [INFO] [stderr] 373 | LessEqual | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `GreaterEqual` [INFO] [stderr] 374 | Modulus | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `GreaterEqual` [INFO] [stderr] 375 | NotEqual | [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `GreaterEqual` [INFO] [stderr] 376 | ShiftLeft | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `GreaterEqual` [INFO] [stderr] 377 | ShiftRight | [INFO] [stderr] | ^^^^^^^^^^ pattern doesn't bind `GreaterEqual` [INFO] [stderr] 378 | Subtract => Associativity::Left, [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `GreaterEqual` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::GreaterEqual` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:371:9 [INFO] [stderr] | [INFO] [stderr] 371 | GreaterEqual | [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Less` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | Divide | [INFO] [stderr] | ^^^^^^ pattern doesn't bind `Less` [INFO] [stderr] 369 | Equal | [INFO] [stderr] | ^^^^^ pattern doesn't bind `Less` [INFO] [stderr] 370 | Greater | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `Less` [INFO] [stderr] 371 | GreaterEqual | [INFO] [stderr] | ^^^^^^^^^^^^ pattern doesn't bind `Less` [INFO] [stderr] 372 | Less | [INFO] [stderr] | ---- variable not in all patterns [INFO] [stderr] 373 | LessEqual | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `Less` [INFO] [stderr] 374 | Modulus | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `Less` [INFO] [stderr] 375 | NotEqual | [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `Less` [INFO] [stderr] 376 | ShiftLeft | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `Less` [INFO] [stderr] 377 | ShiftRight | [INFO] [stderr] | ^^^^^^^^^^ pattern doesn't bind `Less` [INFO] [stderr] 378 | Subtract => Associativity::Left, [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `Less` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Less` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:372:9 [INFO] [stderr] | [INFO] [stderr] 372 | Less | [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `LessEqual` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | Divide | [INFO] [stderr] | ^^^^^^ pattern doesn't bind `LessEqual` [INFO] [stderr] 369 | Equal | [INFO] [stderr] | ^^^^^ pattern doesn't bind `LessEqual` [INFO] [stderr] 370 | Greater | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `LessEqual` [INFO] [stderr] 371 | GreaterEqual | [INFO] [stderr] | ^^^^^^^^^^^^ pattern doesn't bind `LessEqual` [INFO] [stderr] 372 | Less | [INFO] [stderr] | ^^^^ pattern doesn't bind `LessEqual` [INFO] [stderr] 373 | LessEqual | [INFO] [stderr] | --------- variable not in all patterns [INFO] [stderr] 374 | Modulus | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `LessEqual` [INFO] [stderr] 375 | NotEqual | [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `LessEqual` [INFO] [stderr] 376 | ShiftLeft | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `LessEqual` [INFO] [stderr] 377 | ShiftRight | [INFO] [stderr] | ^^^^^^^^^^ pattern doesn't bind `LessEqual` [INFO] [stderr] 378 | Subtract => Associativity::Left, [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `LessEqual` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::LessEqual` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:373:9 [INFO] [stderr] | [INFO] [stderr] 373 | LessEqual | [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `NotEqual` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | Divide | [INFO] [stderr] | ^^^^^^ pattern doesn't bind `NotEqual` [INFO] [stderr] 369 | Equal | [INFO] [stderr] | ^^^^^ pattern doesn't bind `NotEqual` [INFO] [stderr] 370 | Greater | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `NotEqual` [INFO] [stderr] 371 | GreaterEqual | [INFO] [stderr] | ^^^^^^^^^^^^ pattern doesn't bind `NotEqual` [INFO] [stderr] 372 | Less | [INFO] [stderr] | ^^^^ pattern doesn't bind `NotEqual` [INFO] [stderr] 373 | LessEqual | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `NotEqual` [INFO] [stderr] 374 | Modulus | [INFO] [stderr] | ^^^^^^^ pattern doesn't bind `NotEqual` [INFO] [stderr] 375 | NotEqual | [INFO] [stderr] | -------- variable not in all patterns [INFO] [stderr] 376 | ShiftLeft | [INFO] [stderr] | ^^^^^^^^^ pattern doesn't bind `NotEqual` [INFO] [stderr] 377 | ShiftRight | [INFO] [stderr] | ^^^^^^^^^^ pattern doesn't bind `NotEqual` [INFO] [stderr] 378 | Subtract => Associativity::Left, [INFO] [stderr] | ^^^^^^^^ pattern doesn't bind `NotEqual` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::NotEqual` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:375:9 [INFO] [stderr] | [INFO] [stderr] 375 | NotEqual | [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `DotDot` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:379:18 [INFO] [stderr] | [INFO] [stderr] 379 | DotDot | DotDotEq => Associativity::None, [INFO] [stderr] | ------ ^^^^^^^^ pattern doesn't bind `DotDot` [INFO] [stderr] | | [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::DotDot` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:379:9 [INFO] [stderr] | [INFO] [stderr] 379 | DotDot | DotDotEq => Associativity::None, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `DotDotEq` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:379:9 [INFO] [stderr] | [INFO] [stderr] 379 | DotDot | DotDotEq => Associativity::None, [INFO] [stderr] | ^^^^^^ -------- variable not in all patterns [INFO] [stderr] | | [INFO] [stderr] | pattern doesn't bind `DotDotEq` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::DotDotEq` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:379:18 [INFO] [stderr] | [INFO] [stderr] 379 | DotDot | DotDotEq => Associativity::None, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:388:5 [INFO] [stderr] | [INFO] [stderr] 388 | AssocOp::AssignOp(match op.node { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiEq` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:9 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^^ ---- ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BiEq` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiEq` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:17 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiNe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:9 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ---- ^^^^ pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | pattern doesn't bind `BiNe` [INFO] [stderr] | pattern doesn't bind `BiNe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiNe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:52 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:9 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ---- ^^^^ ^^^^ pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | variable not in all patterns [INFO] [stderr] | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | pattern doesn't bind `BiLt` [INFO] [stderr] | pattern doesn't bind `BiLt` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:45 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:9 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^^ ^^^^ ^^^^ ^^^^ ---- ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | variable not in all patterns [INFO] [stderr] | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | pattern doesn't bind `BiLe` [INFO] [stderr] | pattern doesn't bind `BiLe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:38 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:9 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^^ ^^^^ ---- ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `BiGe` [INFO] [stderr] | pattern doesn't bind `BiGe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:24 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:9 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^^ ^^^^ ^^^^ ---- ^^^^ ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | variable not in all patterns [INFO] [stderr] | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | pattern doesn't bind `BiGt` [INFO] [stderr] | pattern doesn't bind `BiGt` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:31 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:17 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ----- ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | pattern doesn't bind `BiAnd` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:9 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:9 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ---- variable not in all patterns [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | pattern doesn't bind `BiOr` [INFO] [stderr] | pattern doesn't bind `BiOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:399:59 [INFO] [stderr] | [INFO] [stderr] 399 | BiAnd | BiEq | BiGe | BiGt | BiLe | BiLt | BiNe | BiOr => panic!("This operator does not exist"), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssocOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:408:5 [INFO] [stderr] | [INFO] [stderr] 408 | AssocOp::AssignOp(match op.node { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `AssocOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpToken` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:409:16 [INFO] [stderr] | [INFO] [stderr] 409 | Add => BinOpToken::Plus, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `BinOpToken` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpToken` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:410:19 [INFO] [stderr] | [INFO] [stderr] 410 | BitAnd => BinOpToken::And, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `BinOpToken` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpToken` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:411:18 [INFO] [stderr] | [INFO] [stderr] 411 | BitOr => BinOpToken::Or, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `BinOpToken` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpToken` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:412:19 [INFO] [stderr] | [INFO] [stderr] 412 | BitXor => BinOpToken::Caret, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `BinOpToken` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpToken` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:413:16 [INFO] [stderr] | [INFO] [stderr] 413 | Div => BinOpToken::Slash, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `BinOpToken` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpToken` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:414:16 [INFO] [stderr] | [INFO] [stderr] 414 | Mul => BinOpToken::Star, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `BinOpToken` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpToken` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:415:16 [INFO] [stderr] | [INFO] [stderr] 415 | Rem => BinOpToken::Percent, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `BinOpToken` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpToken` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:416:16 [INFO] [stderr] | [INFO] [stderr] 416 | Shl => BinOpToken::Shl, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `BinOpToken` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpToken` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:417:16 [INFO] [stderr] | [INFO] [stderr] 417 | Shr => BinOpToken::Shr, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `BinOpToken` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpToken` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:418:16 [INFO] [stderr] | [INFO] [stderr] 418 | Sub => BinOpToken::Minus, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `BinOpToken` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Eq` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:9 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^^ -- ^^ ^^ ^^ ^^ ^^ ^^ pattern doesn't bind `Eq` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `Eq` [INFO] [stderr] | | | | | | pattern doesn't bind `Eq` [INFO] [stderr] | | | | | pattern doesn't bind `Eq` [INFO] [stderr] | | | | pattern doesn't bind `Eq` [INFO] [stderr] | | | pattern doesn't bind `Eq` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `Eq` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Eq` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:15 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Lt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:9 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^^ ^^ ^^ ^^ ^^ -- ^^ ^^ pattern doesn't bind `Lt` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `Lt` [INFO] [stderr] | | | | | | variable not in all patterns [INFO] [stderr] | | | | | pattern doesn't bind `Lt` [INFO] [stderr] | | | | pattern doesn't bind `Lt` [INFO] [stderr] | | | pattern doesn't bind `Lt` [INFO] [stderr] | | pattern doesn't bind `Lt` [INFO] [stderr] | pattern doesn't bind `Lt` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Lt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:35 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Le` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:9 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^^ ^^ ^^ ^^ -- ^^ ^^ ^^ pattern doesn't bind `Le` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `Le` [INFO] [stderr] | | | | | | pattern doesn't bind `Le` [INFO] [stderr] | | | | | variable not in all patterns [INFO] [stderr] | | | | pattern doesn't bind `Le` [INFO] [stderr] | | | pattern doesn't bind `Le` [INFO] [stderr] | | pattern doesn't bind `Le` [INFO] [stderr] | pattern doesn't bind `Le` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Le` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:30 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Ne` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:9 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^^ ^^ ^^ ^^ ^^ ^^ -- ^^ pattern doesn't bind `Ne` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | pattern doesn't bind `Ne` [INFO] [stderr] | | | | | pattern doesn't bind `Ne` [INFO] [stderr] | | | | pattern doesn't bind `Ne` [INFO] [stderr] | | | pattern doesn't bind `Ne` [INFO] [stderr] | | pattern doesn't bind `Ne` [INFO] [stderr] | pattern doesn't bind `Ne` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Ne` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:40 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `And` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:15 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | --- ^^ ^^ ^^ ^^ ^^ ^^ ^^ pattern doesn't bind `And` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `And` [INFO] [stderr] | | | | | | pattern doesn't bind `And` [INFO] [stderr] | | | | | pattern doesn't bind `And` [INFO] [stderr] | | | | pattern doesn't bind `And` [INFO] [stderr] | | | pattern doesn't bind `And` [INFO] [stderr] | | pattern doesn't bind `And` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::And` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:9 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Or` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:9 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^^ ^^ ^^ ^^ ^^ ^^ ^^ -- variable not in all patterns [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `Or` [INFO] [stderr] | | | | | | pattern doesn't bind `Or` [INFO] [stderr] | | | | | pattern doesn't bind `Or` [INFO] [stderr] | | | | pattern doesn't bind `Or` [INFO] [stderr] | | | pattern doesn't bind `Or` [INFO] [stderr] | | pattern doesn't bind `Or` [INFO] [stderr] | pattern doesn't bind `Or` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Or` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:45 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Ge` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:9 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^^ ^^ -- ^^ ^^ ^^ ^^ ^^ pattern doesn't bind `Ge` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `Ge` [INFO] [stderr] | | | | | | pattern doesn't bind `Ge` [INFO] [stderr] | | | | | pattern doesn't bind `Ge` [INFO] [stderr] | | | | pattern doesn't bind `Ge` [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `Ge` [INFO] [stderr] | pattern doesn't bind `Ge` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Ge` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:20 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Gt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:9 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^^ ^^ ^^ -- ^^ ^^ ^^ ^^ pattern doesn't bind `Gt` [INFO] [stderr] | | | | | | | | [INFO] [stderr] | | | | | | | pattern doesn't bind `Gt` [INFO] [stderr] | | | | | | pattern doesn't bind `Gt` [INFO] [stderr] | | | | | pattern doesn't bind `Gt` [INFO] [stderr] | | | | variable not in all patterns [INFO] [stderr] | | | pattern doesn't bind `Gt` [INFO] [stderr] | | pattern doesn't bind `Gt` [INFO] [stderr] | pattern doesn't bind `Gt` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Gt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:419:25 [INFO] [stderr] | [INFO] [stderr] 419 | And | Eq | Ge | Gt | Le | Lt | Ne | Or => panic!("This operator does not exist"), [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:259:21 [INFO] [stderr] | [INFO] [stderr] 259 | LitKind::Bool(val) => println!(" if let LitKind::Bool({:?}) = {}.node;", val, lit_pat), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:260:21 [INFO] [stderr] | [INFO] [stderr] 260 | LitKind::Char(c) => println!(" if let LitKind::Char({:?}) = {}.node;", c, lit_pat), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:261:21 [INFO] [stderr] | [INFO] [stderr] 261 | LitKind::Byte(b) => println!(" if let LitKind::Byte({}) = {}.node;", b, lit_pat), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:263:21 [INFO] [stderr] | [INFO] [stderr] 263 | LitKind::Int(i, _) => println!(" if let LitKind::Int({}, _) = {}.node;", i, lit_pat), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:264:21 [INFO] [stderr] | [INFO] [stderr] 264 | LitKind::Float(..) => println!(" if let LitKind::Float(..) = {}.node;", lit_pat), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:265:21 [INFO] [stderr] | [INFO] [stderr] 265 | LitKind::FloatUnsuffixed(_) => { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:268:21 [INFO] [stderr] | [INFO] [stderr] 268 | LitKind::ByteStr(ref vec) => { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:273:21 [INFO] [stderr] | [INFO] [stderr] 273 | LitKind::Str(ref text, _) => { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Ty_` in `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:677:18 [INFO] [stderr] | [INFO] [stderr] 677 | hir::Ty_::TyPath(ref inner_path) => { [INFO] [stderr] | ^^^ could not find `Ty_` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExpnFormat` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | ExpnFormat::CompilerDesugaring(kind) => kind != CompilerDesugaringKind::DotFill, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `ExpnFormat` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `CompilerDesugaringKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:62:61 [INFO] [stderr] | [INFO] [stderr] 62 | ExpnFormat::CompilerDesugaring(kind) => kind != CompilerDesugaringKind::DotFill, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `CompilerDesugaringKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExpnFormat` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 72 | ExpnFormat::CompilerDesugaring(CompilerDesugaringKind::DotFill) => true, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `ExpnFormat` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `CompilerDesugaringKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:72:44 [INFO] [stderr] | [INFO] [stderr] 72 | ExpnFormat::CompilerDesugaring(CompilerDesugaringKind::DotFill) => true, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `CompilerDesugaringKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExpnFormat` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:87:16 [INFO] [stderr] | [INFO] [stderr] 87 | if let ExpnFormat::MacroAttribute(..) = info.format { [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `ExpnFormat` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `item_path` in `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:123:14 [INFO] [stderr] | [INFO] [stderr] 123 | impl ty::item_path::ItemPathBuffer for AbsolutePathBuffer { [INFO] [stderr] | ^^^^^^^^^ could not find `item_path` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `item_path` in `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:124:37 [INFO] [stderr] | [INFO] [stderr] 124 | fn root_mode(&self) -> &ty::item_path::RootMode { [INFO] [stderr] | ^^^^^^^^^ could not find `item_path` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `item_path` in `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:125:34 [INFO] [stderr] | [INFO] [stderr] 125 | const ABSOLUTE: &ty::item_path::RootMode = &ty::item_path::RootMode::Absolute; [INFO] [stderr] | ^^^^^^^^^ could not find `item_path` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `item_path` in `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:125:61 [INFO] [stderr] | [INFO] [stderr] 125 | const ABSOLUTE: &ty::item_path::RootMode = &ty::item_path::RootMode::Absolute; [INFO] [stderr] | ^^^^^^^^^ could not find `item_path` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Def` in `def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:288:14 [INFO] [stderr] | [INFO] [stderr] 288 | def::Def::Trait(trait_id) => Some(trait_id), [INFO] [stderr] | ^^^ could not find `Def` in `def` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Span` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:435:5 [INFO] [stderr] | [INFO] [stderr] 435 | Span::new(*line_start, span.hi(), span.ctxt()) [INFO] [stderr] | ^^^^ use of undeclared type or module `Span` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:699:16 [INFO] [stderr] | [INFO] [stderr] 699 | if let LitKind::Int(v, _) = spanned.node { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Def` in `def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:903:18 [INFO] [stderr] | [INFO] [stderr] 903 | def::Def::Variant(..) | def::Def::VariantCtor(..) [INFO] [stderr] | ^^^ could not find `Def` in `def` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Def` in `def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:903:42 [INFO] [stderr] | [INFO] [stderr] 903 | def::Def::Variant(..) | def::Def::VariantCtor(..) [INFO] [stderr] | ^^^ could not find `Def` in `def` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `keywords` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:993:22 [INFO] [stderr] | [INFO] [stderr] 993 | name.name == keywords::SelfValue.name() [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `keywords` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/approx_const.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | LitKind::Float(s, FloatTy::F32) => check_known_consts(cx, e, s, "f32"), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/approx_const.rs:74:27 [INFO] [stderr] | [INFO] [stderr] 74 | LitKind::Float(s, FloatTy::F32) => check_known_consts(cx, e, s, "f32"), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/approx_const.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | LitKind::Float(s, FloatTy::F64) => check_known_consts(cx, e, s, "f64"), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/approx_const.rs:75:27 [INFO] [stderr] | [INFO] [stderr] 75 | LitKind::Float(s, FloatTy::F64) => check_known_consts(cx, e, s, "f64"), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/approx_const.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | LitKind::FloatUnsuffixed(s) => check_known_consts(cx, e, s, "f{32, 64}"), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Item_` in `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:162:57 [INFO] [stderr] | [INFO] [stderr] 162 | if let hir::Item_::ItemImpl(_, _, _, _, Some(ref trait_ref), _, _) = [INFO] [stderr] | ^^^^^ could not find `Item_` in `hir` [INFO] [stderr] ... [INFO] [stderr] 173 | if ops!( [INFO] [stderr] | ____________________________- [INFO] [stderr] 174 | | op.node, [INFO] [stderr] 175 | | cx, [INFO] [stderr] 176 | | ty, [INFO] [stderr] ... | [INFO] [stderr] 189 | | Shl: BiShl [INFO] [stderr] 190 | | ) { [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiAdd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:17 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ----- ^^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ ^^^^ ^^^^ pattern doesn't bind `BiAdd` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiAdd` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiAdd` [INFO] [stderr] | | | | | | pattern doesn't bind `BiAdd` [INFO] [stderr] | | | | | pattern doesn't bind `BiAdd` [INFO] [stderr] | | | | pattern doesn't bind `BiAdd` [INFO] [stderr] | | | pattern doesn't bind `BiAdd` [INFO] [stderr] | | pattern doesn't bind `BiAdd` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiAdd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiMul` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^ ----- ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ ^^^^ ^^^^ pattern doesn't bind `BiMul` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiMul` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiMul` [INFO] [stderr] | | | | | | pattern doesn't bind `BiMul` [INFO] [stderr] | | | | | pattern doesn't bind `BiMul` [INFO] [stderr] | | | | pattern doesn't bind `BiMul` [INFO] [stderr] | | | pattern doesn't bind `BiMul` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BiMul` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiMul` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:17 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiBitXor` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^ -------- ^^^^^^^^ ^^^^^^^ ^^^^ ^^^^ pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | variable not in all patterns [INFO] [stderr] | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | pattern doesn't bind `BiBitXor` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiBitXor` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:40 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiBitOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ------- ^^^^ ^^^^ pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | pattern doesn't bind `BiBitOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiBitOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:62 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiBitAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^ ^^^^^^^^ -------- ^^^^^^^ ^^^^ ^^^^ pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | | | variable not in all patterns [INFO] [stderr] | | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiBitAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:51 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiEq` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ ---- ^^^^ pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | pattern doesn't bind `BiEq` [INFO] [stderr] | pattern doesn't bind `BiEq` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiEq` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:72 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiNe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ ^^^^ ---- variable not in all patterns [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | pattern doesn't bind `BiNe` [INFO] [stderr] | pattern doesn't bind `BiNe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiNe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:79 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^ ^^^^^ ----- ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ ^^^^ ^^^^ pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `BiAnd` [INFO] [stderr] | pattern doesn't bind `BiAnd` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:25 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ---- ^^^^^^^^ ^^^^^^^^ ^^^^^^^ ^^^^ ^^^^ pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | variable not in all patterns [INFO] [stderr] | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | pattern doesn't bind `BiOr` [INFO] [stderr] | pattern doesn't bind `BiOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:250:33 [INFO] [stderr] | [INFO] [stderr] 250 | BiAdd | BiMul | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr | BiEq | BiNe => true, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiSub` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:17 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ----- ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | pattern doesn't bind `BiSub` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiSub` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:9 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiDiv` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:9 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ ----- ^^^^^ ^^^^^ ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BiDiv` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiDiv` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:17 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiRem` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:9 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ ^^^^^ ----- ^^^^^ ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiRem` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiRem` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiRem` [INFO] [stderr] | | | | | | pattern doesn't bind `BiRem` [INFO] [stderr] | | | | | pattern doesn't bind `BiRem` [INFO] [stderr] | | | | pattern doesn't bind `BiRem` [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `BiRem` [INFO] [stderr] | pattern doesn't bind `BiRem` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiRem` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:25 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiShr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:9 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^^ ----- ^^^^ ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiShr` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiShr` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiShr` [INFO] [stderr] | | | | | | pattern doesn't bind `BiShr` [INFO] [stderr] | | | | | variable not in all patterns [INFO] [stderr] | | | | pattern doesn't bind `BiShr` [INFO] [stderr] | | | pattern doesn't bind `BiShr` [INFO] [stderr] | | pattern doesn't bind `BiShr` [INFO] [stderr] | pattern doesn't bind `BiShr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiShr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:41 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiShl` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:9 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ----- ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiShl` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiShl` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiShl` [INFO] [stderr] | | | | | | pattern doesn't bind `BiShl` [INFO] [stderr] | | | | | pattern doesn't bind `BiShl` [INFO] [stderr] | | | | variable not in all patterns [INFO] [stderr] | | | pattern doesn't bind `BiShl` [INFO] [stderr] | | pattern doesn't bind `BiShl` [INFO] [stderr] | pattern doesn't bind `BiShl` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiShl` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:33 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:9 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ---- ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | variable not in all patterns [INFO] [stderr] | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | pattern doesn't bind `BiLt` [INFO] [stderr] | pattern doesn't bind `BiLt` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:49 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:9 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^ ---- ^^^^ ^^^^ pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | pattern doesn't bind `BiLe` [INFO] [stderr] | pattern doesn't bind `BiLe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:56 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:9 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^ ^^^^ ---- ^^^^ pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | pattern doesn't bind `BiGe` [INFO] [stderr] | pattern doesn't bind `BiGe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:63 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:9 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^ ^^^^ ^^^^ ---- variable not in all patterns [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | pattern doesn't bind `BiGt` [INFO] [stderr] | pattern doesn't bind `BiGt` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:251:70 [INFO] [stderr] | [INFO] [stderr] 251 | BiSub | BiDiv | BiRem | BiShl | BiShr | BiLt | BiLe | BiGe | BiGt => false, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NestedMetaItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:141:28 [INFO] [stderr] | [INFO] [stderr] 141 | if let NestedMetaItemKind::MetaItem(ref mi) = item.node; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `NestedMetaItemKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MetaItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:142:28 [INFO] [stderr] | [INFO] [stderr] 142 | if let MetaItemKind::NameValue(ref lit) = mi.node; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `MetaItemKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AttrStyle` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:272:26 [INFO] [stderr] | [INFO] [stderr] 272 | if attr.style == AttrStyle::Outer { [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `AttrStyle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Span` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:277:41 [INFO] [stderr] | [INFO] [stderr] 277 | let begin_of_attr_to_item = Span::new(attr.span.lo(), span.lo(), span.ctxt()); [INFO] [stderr] | ^^^^ use of undeclared type or module `Span` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Span` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:278:39 [INFO] [stderr] | [INFO] [stderr] 278 | let end_of_attr_to_item = Span::new(attr.span.hi(), span.lo(), span.ctxt()); [INFO] [stderr] | ^^^^ use of undeclared type or module `Span` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:315:12 [INFO] [stderr] | [INFO] [stderr] 315 | if let LitKind::Str(ref is, _) = lit.node { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `NestedMetaItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:329:12 [INFO] [stderr] | [INFO] [stderr] 329 | if let NestedMetaItemKind::MetaItem(ref mi) = nmi.node { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `NestedMetaItemKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:122:20 [INFO] [stderr] | [INFO] [stderr] 122 | if let Expr_::ExprBinary(ref op, ref left, ref right) = e.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:123:16 [INFO] [stderr] | [INFO] [stderr] 123 | if BinOp_::BiEq == op.node; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:124:20 [INFO] [stderr] | [INFO] [stderr] 124 | if let Expr_::ExprBinary(ref op1, ref left1, ref right1) = left.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:125:16 [INFO] [stderr] | [INFO] [stderr] 125 | if BinOp_::BiBitAnd == op1.node; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:126:20 [INFO] [stderr] | [INFO] [stderr] 126 | if let Expr_::ExprLit(ref lit) = right1.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:127:20 [INFO] [stderr] | [INFO] [stderr] 127 | if let LitKind::Int(n, _) = lit.node; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:128:20 [INFO] [stderr] | [INFO] [stderr] 128 | if let Expr_::ExprLit(ref lit1) = right.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:129:20 [INFO] [stderr] | [INFO] [stderr] 129 | if let LitKind::Int(0, _) = lit1.node; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiEq` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:172:16 [INFO] [stderr] | [INFO] [stderr] 172 | BiEq | BiNe => match bit_op { [INFO] [stderr] | ---- ^^^^ pattern doesn't bind `BiEq` [INFO] [stderr] | | [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiEq` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:172:9 [INFO] [stderr] | [INFO] [stderr] 172 | BiEq | BiNe => match bit_op { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiNe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:172:9 [INFO] [stderr] | [INFO] [stderr] 172 | BiEq | BiNe => match bit_op { [INFO] [stderr] | ^^^^ ---- variable not in all patterns [INFO] [stderr] | | [INFO] [stderr] | pattern doesn't bind `BiNe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiNe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:172:16 [INFO] [stderr] | [INFO] [stderr] 172 | BiEq | BiNe => match bit_op { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:203:16 [INFO] [stderr] | [INFO] [stderr] 203 | BiLt | BiGe => match bit_op { [INFO] [stderr] | ---- ^^^^ pattern doesn't bind `BiLt` [INFO] [stderr] | | [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:203:9 [INFO] [stderr] | [INFO] [stderr] 203 | BiLt | BiGe => match bit_op { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:203:9 [INFO] [stderr] | [INFO] [stderr] 203 | BiLt | BiGe => match bit_op { [INFO] [stderr] | ^^^^ ---- variable not in all patterns [INFO] [stderr] | | [INFO] [stderr] | pattern doesn't bind `BiGe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:203:16 [INFO] [stderr] | [INFO] [stderr] 203 | BiLt | BiGe => match bit_op { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:235:16 [INFO] [stderr] | [INFO] [stderr] 235 | BiLe | BiGt => match bit_op { [INFO] [stderr] | ---- ^^^^ pattern doesn't bind `BiLe` [INFO] [stderr] | | [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:235:9 [INFO] [stderr] | [INFO] [stderr] 235 | BiLe | BiGt => match bit_op { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:235:9 [INFO] [stderr] | [INFO] [stderr] 235 | BiLe | BiGt => match bit_op { [INFO] [stderr] | ^^^^ ---- variable not in all patterns [INFO] [stderr] | | [INFO] [stderr] | pattern doesn't bind `BiGt` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:235:16 [INFO] [stderr] | [INFO] [stderr] 235 | BiLe | BiGt => match bit_op { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:111:21 [INFO] [stderr] | [INFO] [stderr] 111 | LitKind::Bool(true) => return Ok(Bool::True), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:112:21 [INFO] [stderr] | [INFO] [stderr] 112 | LitKind::Bool(false) => return Ok(Bool::False), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ThinVec` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:135:36 [INFO] [stderr] | [INFO] [stderr] 135 | attrs: ThinVec::new(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ThinVec` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:66:39 [INFO] [stderr] | [INFO] [stderr] 66 | if ty::TyUint(UintTy::U8) != walk_ptrs_ty(cx.tables.expr_ty(needle)).sty { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TyKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/const_static_lifetime.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | TyKind::Array(ref ty, _) => { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `TyKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TyKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/const_static_lifetime.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | TyKind::Tup(ref tup) => for tup_ty in tup { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `TyKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TyKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/const_static_lifetime.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | TyKind::Rptr(ref optional_lifetime, ref borrow_type) => { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `TyKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TyKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/const_static_lifetime.rs:51:25 [INFO] [stderr] | [INFO] [stderr] 51 | TyKind::Path(..) | TyKind::Slice(..) | TyKind::Array(..) | [INFO] [stderr] | ^^^^^^ use of undeclared type or module `TyKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TyKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/const_static_lifetime.rs:51:44 [INFO] [stderr] | [INFO] [stderr] 51 | TyKind::Path(..) | TyKind::Slice(..) | TyKind::Array(..) | [INFO] [stderr] | ^^^^^^ use of undeclared type or module `TyKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TyKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/const_static_lifetime.rs:51:64 [INFO] [stderr] | [INFO] [stderr] 51 | TyKind::Path(..) | TyKind::Slice(..) | TyKind::Array(..) | [INFO] [stderr] | ^^^^^^ use of undeclared type or module `TyKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TyKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/const_static_lifetime.rs:52:25 [INFO] [stderr] | [INFO] [stderr] 52 | TyKind::Tup(..) => { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `TyKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TyKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/const_static_lifetime.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 72 | TyKind::Slice(ref ty) => { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `TyKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/const_static_lifetime.rs:84:20 [INFO] [stderr] | [INFO] [stderr] 84 | if let ItemKind::Const(ref var_type, _) = item.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ItemKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SmallVector` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:236:21 [INFO] [stderr] | [INFO] [stderr] 236 | let mut conds = SmallVector::new(); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `SmallVector` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SmallVector` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:237:43 [INFO] [stderr] | [INFO] [stderr] 237 | let mut blocks: SmallVector<&Block> = SmallVector::new(); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `SmallVector` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/cyclomatic_complexity.rs:174:29 [INFO] [stderr] | [INFO] [stderr] 174 | BiAnd | BiOr => self.short_circuits += 1, [INFO] [stderr] | ----- ^^^^ pattern doesn't bind `BiAnd` [INFO] [stderr] | | [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/cyclomatic_complexity.rs:174:21 [INFO] [stderr] | [INFO] [stderr] 174 | BiAnd | BiOr => self.short_circuits += 1, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/cyclomatic_complexity.rs:174:21 [INFO] [stderr] | [INFO] [stderr] 174 | BiAnd | BiOr => self.short_circuits += 1, [INFO] [stderr] | ^^^^^ ---- variable not in all patterns [INFO] [stderr] | | [INFO] [stderr] | pattern doesn't bind `BiOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/cyclomatic_complexity.rs:174:29 [INFO] [stderr] | [INFO] [stderr] 174 | BiAnd | BiOr => self.short_circuits += 1, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BytePos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/doc.rs:225:57 [INFO] [stderr] | [INFO] [stderr] 225 | let span = span.with_lo(span.lo() + BytePos::from_usize(offset - begin)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `BytePos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Span` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/doc.rs:247:20 [INFO] [stderr] | [INFO] [stderr] 247 | let span = Span::new( [INFO] [stderr] | ^^^^ use of undeclared type or module `Span` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BytePos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/doc.rs:248:25 [INFO] [stderr] | [INFO] [stderr] 248 | span.lo() + BytePos::from_usize(offset), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `BytePos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BytePos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/doc.rs:249:25 [INFO] [stderr] | [INFO] [stderr] 249 | span.lo() + BytePos::from_usize(offset + word.len()), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `BytePos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/double_parens.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | ExprKind::Paren(ref in_paren) => match in_paren.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/double_parens.rs:36:17 [INFO] [stderr] | [INFO] [stderr] 36 | ExprKind::Paren(_) | ExprKind::Tup(_) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/double_parens.rs:36:38 [INFO] [stderr] | [INFO] [stderr] 36 | ExprKind::Paren(_) | ExprKind::Tup(_) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/double_parens.rs:41:13 [INFO] [stderr] | [INFO] [stderr] 41 | ExprKind::Call(_, ref params) => if params.len() == 1 { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/double_parens.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | if let ExprKind::Paren(_) = param.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/double_parens.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | ExprKind::MethodCall(_, ref params) => if params.len() == 2 { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/double_parens.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | if let ExprKind::Paren(_) = param.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/else_if_without_else.rs:56:19 [INFO] [stderr] | [INFO] [stderr] 56 | while let ExprKind::If(_, _, Some(ref els)) = item.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/else_if_without_else.rs:57:20 [INFO] [stderr] | [INFO] [stderr] 57 | if let ExprKind::If(_, _, None) = els.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/enum_clike.rs:71:39 [INFO] [stderr] | [INFO] [stderr] 71 | ty::TyInt(IntTy::Isize) => { [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/enum_clike.rs:77:40 [INFO] [stderr] | [INFO] [stderr] 77 | ty::TyUint(UintTy::Usize) if val > u128::from(u32::max_value()) => {}, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/enum_variants.rs:256:32 [INFO] [stderr] | [INFO] [stderr] 256 | if let ItemKind::Mod(..) = item.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ItemKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `VisibilityKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/enum_variants.rs:265:41 [INFO] [stderr] | [INFO] [stderr] 265 | if item.vis.node == VisibilityKind::Public { [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `VisibilityKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/enum_variants.rs:288:16 [INFO] [stderr] | [INFO] [stderr] 288 | if let ItemKind::Enum(ref def, _) = item.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ItemKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `VisibilityKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/enum_variants.rs:290:17 [INFO] [stderr] | [INFO] [stderr] 290 | VisibilityKind::Public => PUB_ENUM_VARIANT_NAMES, [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `VisibilityKind` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | BiAnd | BiOr => return, [INFO] [stderr] | ----- ^^^^ pattern doesn't bind `BiAnd` [INFO] [stderr] | | [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:75:17 [INFO] [stderr] | [INFO] [stderr] 75 | BiAnd | BiOr => return, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:75:17 [INFO] [stderr] | [INFO] [stderr] 75 | BiAnd | BiOr => return, [INFO] [stderr] | ^^^^^ ---- variable not in all patterns [INFO] [stderr] | | [INFO] [stderr] | pattern doesn't bind `BiOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | BiAnd | BiOr => return, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiEq` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | BiNe | BiEq => (cx.tcx.lang_items().eq_trait(), true), [INFO] [stderr] | ^^^^ ---- variable not in all patterns [INFO] [stderr] | | [INFO] [stderr] | pattern doesn't bind `BiEq` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiEq` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:81:24 [INFO] [stderr] | [INFO] [stderr] 81 | BiNe | BiEq => (cx.tcx.lang_items().eq_trait(), true), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiNe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:81:24 [INFO] [stderr] | [INFO] [stderr] 81 | BiNe | BiEq => (cx.tcx.lang_items().eq_trait(), true), [INFO] [stderr] | ---- ^^^^ pattern doesn't bind `BiNe` [INFO] [stderr] | | [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiNe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | BiNe | BiEq => (cx.tcx.lang_items().eq_trait(), true), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:82:24 [INFO] [stderr] | [INFO] [stderr] 82 | BiLt | BiLe | BiGe | BiGt => (cx.tcx.lang_items().ord_trait(), true), [INFO] [stderr] | ---- ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiLt` [INFO] [stderr] | | | | [INFO] [stderr] | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | pattern doesn't bind `BiLt` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | BiLt | BiLe | BiGe | BiGt => (cx.tcx.lang_items().ord_trait(), true), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | BiLt | BiLe | BiGe | BiGt => (cx.tcx.lang_items().ord_trait(), true), [INFO] [stderr] | ^^^^ ---- ^^^^ ^^^^ pattern doesn't bind `BiLe` [INFO] [stderr] | | | | [INFO] [stderr] | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BiLe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:82:24 [INFO] [stderr] | [INFO] [stderr] 82 | BiLt | BiLe | BiGe | BiGt => (cx.tcx.lang_items().ord_trait(), true), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | BiLt | BiLe | BiGe | BiGt => (cx.tcx.lang_items().ord_trait(), true), [INFO] [stderr] | ^^^^ ^^^^ ---- ^^^^ pattern doesn't bind `BiGe` [INFO] [stderr] | | | | [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `BiGe` [INFO] [stderr] | pattern doesn't bind `BiGe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:82:31 [INFO] [stderr] | [INFO] [stderr] 82 | BiLt | BiLe | BiGe | BiGt => (cx.tcx.lang_items().ord_trait(), true), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | BiLt | BiLe | BiGe | BiGt => (cx.tcx.lang_items().ord_trait(), true), [INFO] [stderr] | ^^^^ ^^^^ ^^^^ ---- variable not in all patterns [INFO] [stderr] | | | | [INFO] [stderr] | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | pattern doesn't bind `BiGt` [INFO] [stderr] | pattern doesn't bind `BiGt` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:82:38 [INFO] [stderr] | [INFO] [stderr] 82 | BiLt | BiLe | BiGe | BiGt => (cx.tcx.lang_items().ord_trait(), true), [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiSub` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ----- ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | | | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | | pattern doesn't bind `BiSub` [INFO] [stderr] | | pattern doesn't bind `BiSub` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiSub` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiDiv` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ ----- ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | | | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | | pattern doesn't bind `BiDiv` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BiDiv` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiDiv` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiBitXor` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^^ ^^^^ -------- ^^^^^^^^ ^^^^^^^ pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | pattern doesn't bind `BiBitXor` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiBitXor` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:82 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiBitOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ------- variable not in all patterns [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | | | | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | | | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | | pattern doesn't bind `BiBitOr` [INFO] [stderr] | pattern doesn't bind `BiBitOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiBitOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:104 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiBitAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^^ ^^^^ ^^^^^^^^ -------- ^^^^^^^ pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | | | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | | | | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | | | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiBitAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:93 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiEq` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ ^^^^^ ---- ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `BiEq` [INFO] [stderr] | pattern doesn't bind `BiEq` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiEq` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:25 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiNe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ---- ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | | | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | pattern doesn't bind `BiNe` [INFO] [stderr] | pattern doesn't bind `BiNe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiNe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:60 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^ ---- ^^^^ ^^^^ ^^^^ ^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | variable not in all patterns [INFO] [stderr] | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | pattern doesn't bind `BiLt` [INFO] [stderr] | pattern doesn't bind `BiLt` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:32 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^ ^^^^ ---- ^^^^ ^^^^ ^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | | | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | variable not in all patterns [INFO] [stderr] | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | pattern doesn't bind `BiLe` [INFO] [stderr] | pattern doesn't bind `BiLe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:39 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ---- ^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | | | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | pattern doesn't bind `BiGe` [INFO] [stderr] | pattern doesn't bind `BiGe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:53 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^ ^^^^ ^^^^ ---- ^^^^ ^^^^ ^^^^^ ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | | | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | | | variable not in all patterns [INFO] [stderr] | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | pattern doesn't bind `BiGt` [INFO] [stderr] | pattern doesn't bind `BiGt` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:46 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ----- ^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^ pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | | | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | | pattern doesn't bind `BiAnd` [INFO] [stderr] | | pattern doesn't bind `BiAnd` [INFO] [stderr] | pattern doesn't bind `BiAnd` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:67 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ^^^^^ ---- ^^^^^^^^ ^^^^^^^^ ^^^^^^^ pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | | | | | | | | | [INFO] [stderr] | | | | | | | | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | | | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | | | | | | variable not in all patterns [INFO] [stderr] | | | | | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | | pattern doesn't bind `BiOr` [INFO] [stderr] | | pattern doesn't bind `BiOr` [INFO] [stderr] | pattern doesn't bind `BiOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eq_op.rs:162:75 [INFO] [stderr] | [INFO] [stderr] 162 | BiSub | BiDiv | BiEq | BiLt | BiLe | BiGt | BiGe | BiNe | BiAnd | BiOr | BiBitXor | BiBitAnd | BiBitOr => true, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiMul` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/erasing_op.rs:41:25 [INFO] [stderr] | [INFO] [stderr] 41 | BiMul | BiBitAnd => { [INFO] [stderr] | ----- ^^^^^^^^ pattern doesn't bind `BiMul` [INFO] [stderr] | | [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiMul` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/erasing_op.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | BiMul | BiBitAnd => { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiBitAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/erasing_op.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | BiMul | BiBitAnd => { [INFO] [stderr] | ^^^^^ -------- variable not in all patterns [INFO] [stderr] | | [INFO] [stderr] | pattern doesn't bind `BiBitAnd` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiBitAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/erasing_op.rs:41:25 [INFO] [stderr] | [INFO] [stderr] 41 | BiMul | BiBitAnd => { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Def` in `def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eval_order_dependence.rs:68:37 [INFO] [stderr] | [INFO] [stderr] 68 | if let def::Def::Local(var) = cx.tables.qpath_def(qpath, lhs.hir_id) { [INFO] [stderr] | ^^^ could not find `Def` in `def` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Def` in `def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/eval_order_dependence.rs:304:33 [INFO] [stderr] | [INFO] [stderr] 304 | if let def::Def::Local(local_id) = self.cx.tables.qpath_def(qpath, expr.hir_id); [INFO] [stderr] | ^^^ could not find `Def` in `def` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/excessive_precision.rs:49:20 [INFO] [stderr] | [INFO] [stderr] 49 | if let LitKind::Float(sym, _) | LitKind::FloatUnsuffixed(sym) = lit.node; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/excessive_precision.rs:49:45 [INFO] [stderr] | [INFO] [stderr] 49 | if let LitKind::Float(sym, _) | LitKind::FloatUnsuffixed(sym) = lit.node; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/excessive_precision.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | FloatTy::F32 => sym_str.parse::().map(|f| formatter.format(f)), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/excessive_precision.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | FloatTy::F64 => sym_str.parse::().map(|f| formatter.format(f)), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/excessive_precision.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 118 | FloatTy::F32 => f32::DIGITS, [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/excessive_precision.rs:119:9 [INFO] [stderr] | [INFO] [stderr] 119 | FloatTy::F64 => f64::DIGITS, [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/format.rs:88:16 [INFO] [stderr] | [INFO] [stderr] 88 | if let LitKind::Str(ref lit, _) = lit.node; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Abi` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/functions.rs:104:99 [INFO] [stderr] | [INFO] [stderr] 104 | hir::intravisit::FnKind::Method(_, &hir::MethodSig { header: hir::FnHeader { abi: Abi::Rust, .. }, .. }, _, _) | [INFO] [stderr] | ^^^ use of undeclared type or module `Abi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Abi` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/functions.rs:105:76 [INFO] [stderr] | [INFO] [stderr] 105 | hir::intravisit::FnKind::ItemFn(_, _, hir::FnHeader { abi: Abi::Rust, .. }, _, _) => self.check_arg_number(cx, decl, span), [INFO] [stderr] | ^^^ use of undeclared type or module `Abi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Abi` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/functions.rs:116:34 [INFO] [stderr] | [INFO] [stderr] 116 | if sig.header.abi == Abi::Rust { [INFO] [stderr] | ^^^ use of undeclared type or module `Abi` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiAdd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:41:25 [INFO] [stderr] | [INFO] [stderr] 41 | BiAdd | BiBitOr | BiBitXor => { [INFO] [stderr] | ----- ^^^^^^^ ^^^^^^^^ pattern doesn't bind `BiAdd` [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `BiAdd` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiAdd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | BiAdd | BiBitOr | BiBitXor => { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiBitXor` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | BiAdd | BiBitOr | BiBitXor => { [INFO] [stderr] | ^^^^^ ^^^^^^^ -------- variable not in all patterns [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `BiBitXor` [INFO] [stderr] | pattern doesn't bind `BiBitXor` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiBitXor` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:41:35 [INFO] [stderr] | [INFO] [stderr] 41 | BiAdd | BiBitOr | BiBitXor => { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiBitOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | BiAdd | BiBitOr | BiBitXor => { [INFO] [stderr] | ^^^^^ ------- ^^^^^^^^ pattern doesn't bind `BiBitOr` [INFO] [stderr] | | | [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BiBitOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiBitOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:41:25 [INFO] [stderr] | [INFO] [stderr] 41 | BiAdd | BiBitOr | BiBitXor => { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiSub` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | BiShl | BiShr | BiSub => check(cx, right, 0, e.span, left.span), [INFO] [stderr] | ^^^^^ ^^^^^ ----- variable not in all patterns [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `BiSub` [INFO] [stderr] | pattern doesn't bind `BiSub` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiSub` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:45:33 [INFO] [stderr] | [INFO] [stderr] 45 | BiShl | BiShr | BiSub => check(cx, right, 0, e.span, left.span), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiShr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | BiShl | BiShr | BiSub => check(cx, right, 0, e.span, left.span), [INFO] [stderr] | ^^^^^ ----- ^^^^^ pattern doesn't bind `BiShr` [INFO] [stderr] | | | [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BiShr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiShr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:45:25 [INFO] [stderr] | [INFO] [stderr] 45 | BiShl | BiShr | BiSub => check(cx, right, 0, e.span, left.span), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiShl` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:45:25 [INFO] [stderr] | [INFO] [stderr] 45 | BiShl | BiShr | BiSub => check(cx, right, 0, e.span, left.span), [INFO] [stderr] | ----- ^^^^^ ^^^^^ pattern doesn't bind `BiShl` [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `BiShl` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiShl` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/identity_op.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | BiShl | BiShr | BiSub => check(cx, right, 0, e.span, left.span), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/if_not_else.rs:53:16 [INFO] [stderr] | [INFO] [stderr] 53 | if let ExprKind::If(ref cond, _, Some(ref els)) = item.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/if_not_else.rs:54:20 [INFO] [stderr] | [INFO] [stderr] 54 | if let ExprKind::Block(..) = els.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/if_not_else.rs:56:21 [INFO] [stderr] | [INFO] [stderr] 56 | ExprKind::Unary(UnOp::Not, _) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/if_not_else.rs:56:37 [INFO] [stderr] | [INFO] [stderr] 56 | ExprKind::Unary(UnOp::Not, _) => { [INFO] [stderr] | ^^^^ use of undeclared type or module `UnOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/if_not_else.rs:65:21 [INFO] [stderr] | [INFO] [stderr] 65 | ExprKind::Binary(ref kind, _, _) if kind.node == BinOpKind::Ne => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/if_not_else.rs:65:70 [INFO] [stderr] | [INFO] [stderr] 65 | ExprKind::Binary(ref kind, _, _) if kind.node == BinOpKind::Ne => { [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RangeLimits` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/indexing_slicing.rs:173:60 [INFO] [stderr] | [INFO] [stderr] 173 | Some(Some(Constant::Int(x))) => if range.limits == RangeLimits::Closed { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `RangeLimits` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/infallible_destructuring_match.rs:53:20 [INFO] [stderr] | [INFO] [stderr] 53 | if let Expr_::ExprMatch(ref target, ref arms, MatchSource::Normal) = expr.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Item_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/inherent_impl.rs:59:16 [INFO] [stderr] | [INFO] [stderr] 59 | if let Item_::ItemImpl(_, _, _, ref generics, None, _, _) = item.node { [INFO] [stderr] | ^^^^^ use of undeclared type or module `Item_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | if let LitKind::Int(value, ..) = lit.node { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:66:14 [INFO] [stderr] | [INFO] [stderr] 66 | (BinOpKind::Ge, &ExprKind::Binary(ref lhskind, ref lhslhs, ref lhsrhs), _) => { [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:66:30 [INFO] [stderr] | [INFO] [stderr] 66 | (BinOpKind::Ge, &ExprKind::Binary(ref lhskind, ref lhslhs, ref lhsrhs), _) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:69:22 [INFO] [stderr] | [INFO] [stderr] 69 | (BinOpKind::Add, &ExprKind::Lit(ref lit), _) if self.check_lit(lit, -1) => { [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:69:39 [INFO] [stderr] | [INFO] [stderr] 69 | (BinOpKind::Add, &ExprKind::Lit(ref lit), _) if self.check_lit(lit, -1) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:73:22 [INFO] [stderr] | [INFO] [stderr] 73 | (BinOpKind::Sub, _, &ExprKind::Lit(ref lit)) if self.check_lit(lit, 1) => { [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:73:42 [INFO] [stderr] | [INFO] [stderr] 73 | (BinOpKind::Sub, _, &ExprKind::Lit(ref lit)) if self.check_lit(lit, 1) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:80:14 [INFO] [stderr] | [INFO] [stderr] 80 | (BinOpKind::Ge, _, &ExprKind::Binary(ref rhskind, ref rhslhs, ref rhsrhs)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:80:33 [INFO] [stderr] | [INFO] [stderr] 80 | (BinOpKind::Ge, _, &ExprKind::Binary(ref rhskind, ref rhslhs, ref rhsrhs)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:81:36 [INFO] [stderr] | [INFO] [stderr] 81 | if rhskind.node == BinOpKind::Add => [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:85:23 [INFO] [stderr] | [INFO] [stderr] 85 | (&ExprKind::Lit(ref lit), _) if self.check_lit(lit, 1) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:88:26 [INFO] [stderr] | [INFO] [stderr] 88 | (_, &ExprKind::Lit(ref lit)) if self.check_lit(lit, 1) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:95:14 [INFO] [stderr] | [INFO] [stderr] 95 | (BinOpKind::Le, &ExprKind::Binary(ref lhskind, ref lhslhs, ref lhsrhs), _) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:95:30 [INFO] [stderr] | [INFO] [stderr] 95 | (BinOpKind::Le, &ExprKind::Binary(ref lhskind, ref lhslhs, ref lhsrhs), _) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:96:36 [INFO] [stderr] | [INFO] [stderr] 96 | if lhskind.node == BinOpKind::Add => [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:100:23 [INFO] [stderr] | [INFO] [stderr] 100 | (&ExprKind::Lit(ref lit), _) if self.check_lit(lit, 1) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:103:26 [INFO] [stderr] | [INFO] [stderr] 103 | (_, &ExprKind::Lit(ref lit)) if self.check_lit(lit, 1) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:110:14 [INFO] [stderr] | [INFO] [stderr] 110 | (BinOpKind::Le, _, &ExprKind::Binary(ref rhskind, ref rhslhs, ref rhsrhs)) => { [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:110:33 [INFO] [stderr] | [INFO] [stderr] 110 | (BinOpKind::Le, _, &ExprKind::Binary(ref rhskind, ref rhslhs, ref rhsrhs)) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:113:22 [INFO] [stderr] | [INFO] [stderr] 113 | (BinOpKind::Add, &ExprKind::Lit(ref lit), _) if self.check_lit(lit, -1) => { [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:113:39 [INFO] [stderr] | [INFO] [stderr] 113 | (BinOpKind::Add, &ExprKind::Lit(ref lit), _) if self.check_lit(lit, -1) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:117:22 [INFO] [stderr] | [INFO] [stderr] 117 | (BinOpKind::Sub, _, &ExprKind::Lit(ref lit)) if self.check_lit(lit, 1) => { [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:117:42 [INFO] [stderr] | [INFO] [stderr] 117 | (BinOpKind::Sub, _, &ExprKind::Lit(ref lit)) if self.check_lit(lit, 1) => { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:136:13 [INFO] [stderr] | [INFO] [stderr] 136 | BinOpKind::Ge => ">", [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOpKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:137:13 [INFO] [stderr] | [INFO] [stderr] 137 | BinOpKind::Le => "<", [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `BinOpKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/int_plus_one.rs:161:16 [INFO] [stderr] | [INFO] [stderr] 161 | if let ExprKind::Binary(ref kind, ref lhs, ref rhs) = item.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `StmtKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/items_after_statements.rs:53:43 [INFO] [stderr] | [INFO] [stderr] 53 | .skip_while(|s| matches!(**s, StmtKind::Item(..))); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `StmtKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `StmtKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/items_after_statements.rs:57:20 [INFO] [stderr] | [INFO] [stderr] 57 | if let StmtKind::Item(ref it) = *stmt { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `StmtKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/items_after_statements.rs:61:24 [INFO] [stderr] | [INFO] [stderr] 61 | if let ItemKind::MacroDef(..) = it.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ItemKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssociatedItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/len_zero.rs:110:43 [INFO] [stderr] | [INFO] [stderr] 110 | item.ident.name == name && if let AssociatedItemKind::Method { has_self } = item.kind { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AssociatedItemKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `AssociatedKind` in `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/len_zero.rs:138:31 [INFO] [stderr] | [INFO] [stderr] 138 | i.kind == ty::AssociatedKind::Method && i.method_has_self_argument && i.ident.name == "is_empty" [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `AssociatedKind` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AssociatedItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/len_zero.rs:158:43 [INFO] [stderr] | [INFO] [stderr] 158 | item.ident.name == name && if let AssociatedItemKind::Method { has_self } = item.kind { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AssociatedItemKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/len_zero.rs:211:15 [INFO] [stderr] | [INFO] [stderr] 211 | node: LitKind::Int(lit, _), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `AssociatedKind` in `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/len_zero.rs:237:20 [INFO] [stderr] | [INFO] [stderr] 237 | if let ty::AssociatedKind::Method = item.kind { [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `AssociatedKind` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `keywords` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/lifetimes.rs:473:42 [INFO] [stderr] | [INFO] [stderr] 473 | if lifetime.name.ident().name != keywords::Invalid.name() && lifetime.name.ident().name != "'static" { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `keywords` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `syntax_pos` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/literal_representation.rs:230:75 [INFO] [stderr] | [INFO] [stderr] 230 | crate fn display(&self, grouping_hint: &str, cx: &EarlyContext, span: syntax_pos::Span) { [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `syntax_pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/literal_representation.rs:287:16 [INFO] [stderr] | [INFO] [stderr] 287 | if let ExprKind::Lit(ref lit) = expr.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/literal_representation.rs:296:13 [INFO] [stderr] | [INFO] [stderr] 296 | LitKind::Int(..) => { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/literal_representation.rs:310:13 [INFO] [stderr] | [INFO] [stderr] 310 | LitKind::Float(..) | LitKind::FloatUnsuffixed(..) => { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/literal_representation.rs:310:34 [INFO] [stderr] | [INFO] [stderr] 310 | LitKind::Float(..) | LitKind::FloatUnsuffixed(..) => { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/literal_representation.rs:427:16 [INFO] [stderr] | [INFO] [stderr] 427 | if let ExprKind::Lit(ref lit) = expr.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/literal_representation.rs:442:20 [INFO] [stderr] | [INFO] [stderr] 442 | if let LitKind::Int(..) = lit.node; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:774:17 [INFO] [stderr] | [INFO] [stderr] 774 | BinOp_::BiAdd => { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:785:17 [INFO] [stderr] | [INFO] [stderr] 785 | BinOp_::BiSub if same_var(cx, lhs, var) => extract_offset(cx, rhs, var).map(Offset::negative), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:835:16 [INFO] [stderr] | [INFO] [stderr] 835 | if let Expr_::ExprAssign(ref lhs, ref rhs) = e.node { [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:852:12 [INFO] [stderr] | [INFO] [stderr] 852 | if let Expr_::ExprBlock(ref b, _) = body.node { [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Stmt_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:862:17 [INFO] [stderr] | [INFO] [stderr] 862 | Stmt_::StmtDecl(..) => None, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Stmt_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Stmt_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:863:17 [INFO] [stderr] | [INFO] [stderr] 863 | Stmt_::StmtExpr(ref e, _node_id) | Stmt_::StmtSemi(ref e, _node_id) => Some(get_assignment(cx, e, var)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Stmt_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Stmt_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:863:52 [INFO] [stderr] | [INFO] [stderr] 863 | Stmt_::StmtExpr(ref e, _node_id) | Stmt_::StmtSemi(ref e, _node_id) => Some(get_assignment(cx, e, var)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Stmt_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TypeVariants` in `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:1226:29 [INFO] [stderr] | [INFO] [stderr] 1226 | ty::TypeVariants::TyArray(_, size) if size.assert_usize(cx.tcx).expect("array size") > 32 => (), [INFO] [stderr] | ^^^^^^^^^^^^ could not find `TypeVariants` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `visit_decl` is not a member of trait `Visitor` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/loops.rs:1932:5 [INFO] [stderr] | [INFO] [stderr] 1932 | / fn visit_decl(&mut self, decl: &'tcx Decl) { [INFO] [stderr] 1933 | | // Look for declarations of the variable [INFO] [stderr] 1934 | | if let DeclLocal(ref local) = decl.node { [INFO] [stderr] 1935 | | if local.pat.id == self.var_id { [INFO] [stderr] ... | [INFO] [stderr] 1951 | | walk_decl(self, decl); [INFO] [stderr] 1952 | | } [INFO] [stderr] | |_____^ not a member of trait `Visitor` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/matches.rs:299:33 [INFO] [stderr] | [INFO] [stderr] 299 | LitKind::Bool(true) => Some((&*arms[0].body, &*arms[1].body)), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/matches.rs:300:33 [INFO] [stderr] | [INFO] [stderr] 300 | LitKind::Bool(false) => Some((&*arms[1].body, &*arms[0].body)), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `BinOp_` in `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/methods.rs:1335:41 [INFO] [stderr] | [INFO] [stderr] 1335 | cx, fold_args, hir::BinOp_::BiOr, "any", true [INFO] [stderr] | ^^^^^^ could not find `BinOp_` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `BinOp_` in `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/methods.rs:1338:41 [INFO] [stderr] | [INFO] [stderr] 1338 | cx, fold_args, hir::BinOp_::BiAnd, "all", true [INFO] [stderr] | ^^^^^^ could not find `BinOp_` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `BinOp_` in `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/methods.rs:1341:41 [INFO] [stderr] | [INFO] [stderr] 1341 | cx, fold_args, hir::BinOp_::BiAdd, "sum", false [INFO] [stderr] | ^^^^^^ could not find `BinOp_` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `BinOp_` in `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/methods.rs:1344:41 [INFO] [stderr] | [INFO] [stderr] 1344 | cx, fold_args, hir::BinOp_::BiMul, "product", false [INFO] [stderr] | ^^^^^^ could not find `BinOp_` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Expr_` in `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/methods.rs:1618:46 [INFO] [stderr] | [INFO] [stderr] 1618 | let map_or_arg_is_none = if let hir::Expr_::ExprPath(ref qpath) = map_or_args[1].node { [INFO] [stderr] | ^^^^^ could not find `Expr_` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc.rs:307:20 [INFO] [stderr] | [INFO] [stderr] 307 | if let Expr_::ExprBinary(ref binop, ref a, ref b) = expr.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExpnFormat` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc.rs:561:53 [INFO] [stderr] | [INFO] [stderr] 561 | .map_or(false, |info| matches!(info.format, ExpnFormat::MacroAttribute(_))) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `ExpnFormat` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Def` in `def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc.rs:567:14 [INFO] [stderr] | [INFO] [stderr] 567 | def::Def::Local(id) | def::Def::Upvar(id, _, _) => !in_macro(cx.tcx.hir.span(id)), [INFO] [stderr] | ^^^ could not find `Def` in `def` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Def` in `def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc.rs:567:36 [INFO] [stderr] | [INFO] [stderr] 567 | def::Def::Local(id) | def::Def::Upvar(id, _, _) => !in_macro(cx.tcx.hir.span(id)), [INFO] [stderr] | ^^^ could not find `Def` in `def` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc.rs:576:16 [INFO] [stderr] | [INFO] [stderr] 576 | if let LitKind::Int(value, ..) = lit.node; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GenericParamKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:192:20 [INFO] [stderr] | [INFO] [stderr] 192 | if let GenericParamKind::Type { .. } = param.kind { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `GenericParamKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PatKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:207:16 [INFO] [stderr] | [INFO] [stderr] 207 | if let PatKind::Struct(ref npat, ref pfields, _) = pat.node { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `PatKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PatKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:216:43 [INFO] [stderr] | [INFO] [stderr] 216 | if field.node.pat.node == PatKind::Wild { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `PatKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PatKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:234:47 [INFO] [stderr] | [INFO] [stderr] 234 | if field.node.pat.node != PatKind::Wild { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `PatKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PatKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:241:47 [INFO] [stderr] | [INFO] [stderr] 241 | if field.node.pat.node == PatKind::Wild { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `PatKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PatKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:270:20 [INFO] [stderr] | [INFO] [stderr] 270 | if let PatKind::Ident(_, ident, None) = arg.pat.node { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `PatKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:298:13 [INFO] [stderr] | [INFO] [stderr] 298 | ExprKind::Call(ref paren, _) => if let ExprKind::Paren(ref closure) = paren.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:298:52 [INFO] [stderr] | [INFO] [stderr] 298 | ExprKind::Call(ref paren, _) => if let ExprKind::Paren(ref closure) = paren.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:299:24 [INFO] [stderr] | [INFO] [stderr] 299 | if let ExprKind::Closure(_, _, _, ref decl, ref block, _) = closure.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:312:13 [INFO] [stderr] | [INFO] [stderr] 312 | ExprKind::Unary(UnOp::Neg, ref inner) => if let ExprKind::Unary(UnOp::Neg, _) = inner.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:312:29 [INFO] [stderr] | [INFO] [stderr] 312 | ExprKind::Unary(UnOp::Neg, ref inner) => if let ExprKind::Unary(UnOp::Neg, _) = inner.node { [INFO] [stderr] | ^^^^ use of undeclared type or module `UnOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:312:61 [INFO] [stderr] | [INFO] [stderr] 312 | ExprKind::Unary(UnOp::Neg, ref inner) => if let ExprKind::Unary(UnOp::Neg, _) = inner.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:312:77 [INFO] [stderr] | [INFO] [stderr] 312 | ExprKind::Unary(UnOp::Neg, ref inner) => if let ExprKind::Unary(UnOp::Neg, _) = inner.node { [INFO] [stderr] | ^^^^ use of undeclared type or module `UnOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:320:13 [INFO] [stderr] | [INFO] [stderr] 320 | ExprKind::Lit(ref lit) => self.check_lit(cx, lit), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `StmtKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:328:24 [INFO] [stderr] | [INFO] [stderr] 328 | if let StmtKind::Local(ref local) = w[0].node; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `StmtKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:330:24 [INFO] [stderr] | [INFO] [stderr] 330 | if let ExprKind::Closure(..) = t.node; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PatKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:331:24 [INFO] [stderr] | [INFO] [stderr] 331 | if let PatKind::Ident(_, ident, _) = local.pat.node; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `PatKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `StmtKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:332:24 [INFO] [stderr] | [INFO] [stderr] 332 | if let StmtKind::Semi(ref second) = w[1].node; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `StmtKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:333:24 [INFO] [stderr] | [INFO] [stderr] 333 | if let ExprKind::Assign(_, ref call) = second.node; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:334:24 [INFO] [stderr] | [INFO] [stderr] 334 | if let ExprKind::Call(ref closure, _) = call.node; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:335:24 [INFO] [stderr] | [INFO] [stderr] 335 | if let ExprKind::Path(_, ref path) = closure.node; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:354:20 [INFO] [stderr] | [INFO] [stderr] 354 | if let LitKind::Int(value, ..) = lit.node; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/misc_early.rs:407:20 [INFO] [stderr] | [INFO] [stderr] 407 | if let LitKind::Float(..) = lit.node; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_bool.rs:203:40 [INFO] [stderr] | [INFO] [stderr] 203 | ExprLit(ref lit_ptr) => if let LitKind::Bool(value) = lit_ptr.node { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Abi` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_pass_by_value.rs:76:34 [INFO] [stderr] | [INFO] [stderr] 76 | if header.abi != Abi::Rust { [INFO] [stderr] | ^^^ use of undeclared type or module `Abi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TypeVariants` in `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/needless_pass_by_value.rs:205:36 [INFO] [stderr] | [INFO] [stderr] 205 | if let ty::TypeVariants::TyAdt(def, ..) = ty.sty { [INFO] [stderr] | ^^^^^^^^^^^^ could not find `TypeVariants` in `ty` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/neg_cmp_op_on_partial_ord.rs:57:20 [INFO] [stderr] | [INFO] [stderr] 57 | if let Expr_::ExprUnary(UnOp::UnNot, ref inner) = expr.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/neg_cmp_op_on_partial_ord.rs:58:20 [INFO] [stderr] | [INFO] [stderr] 58 | if let Expr_::ExprBinary(ref op, ref left, _) = inner.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/neg_cmp_op_on_partial_ord.rs:59:20 [INFO] [stderr] | [INFO] [stderr] 59 | if let BinOp_::BiLe | BinOp_::BiGe | BinOp_::BiLt | BinOp_::BiGt = op.node; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/neg_cmp_op_on_partial_ord.rs:59:35 [INFO] [stderr] | [INFO] [stderr] 59 | if let BinOp_::BiLe | BinOp_::BiGe | BinOp_::BiLt | BinOp_::BiGt = op.node; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/neg_cmp_op_on_partial_ord.rs:59:50 [INFO] [stderr] | [INFO] [stderr] 59 | if let BinOp_::BiLe | BinOp_::BiGe | BinOp_::BiLt | BinOp_::BiGt = op.node; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/neg_cmp_op_on_partial_ord.rs:59:65 [INFO] [stderr] | [INFO] [stderr] 59 | if let BinOp_::BiLe | BinOp_::BiGe | BinOp_::BiLt | BinOp_::BiGt = op.node; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `AssociatedItemKind` in `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/new_without_default.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | if let hir::AssociatedItemKind::Method { has_self: false } = assoc_item.kind { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ could not find `AssociatedItemKind` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PatKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/non_expressive_names.rs:107:13 [INFO] [stderr] | [INFO] [stderr] 107 | PatKind::Ident(_, ident, _) => self.check_name(ident.span, ident.name), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `PatKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PatKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/non_expressive_names.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 108 | PatKind::Struct(_, ref fields, _) => for field in fields { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `PatKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/non_expressive_names.rs:315:16 [INFO] [stderr] | [INFO] [stderr] 315 | if let ItemKind::Fn(ref decl, _, _, ref blk) = item.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ItemKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ImplItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/non_expressive_names.rs:321:16 [INFO] [stderr] | [INFO] [stderr] 321 | if let ImplItemKind::Method(ref sig, ref blk) = item.node { [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `ImplItemKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `attr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/non_expressive_names.rs:329:9 [INFO] [stderr] | [INFO] [stderr] 329 | if !attr::contains_name(attrs, "test") { [INFO] [stderr] | ^^^^ use of undeclared type or module `attr` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/open_options.rs:72:31 [INFO] [stderr] | [INFO] [stderr] 72 | node: LitKind::Bool(lit), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:35:20 [INFO] [stderr] | [INFO] [stderr] 35 | if let Expr_::ExprBinary(ref op, ref first, ref second) = expr.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:36:20 [INFO] [stderr] | [INFO] [stderr] 36 | if let Expr_::ExprBinary(ref op2, ref ident1, ref ident2) = first.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:37:20 [INFO] [stderr] | [INFO] [stderr] 37 | if let Expr_::ExprPath(QPath::Resolved(_, ref path1)) = ident1.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:38:20 [INFO] [stderr] | [INFO] [stderr] 38 | if let Expr_::ExprPath(QPath::Resolved(_, ref path2)) = ident2.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:39:20 [INFO] [stderr] | [INFO] [stderr] 39 | if let Expr_::ExprPath(QPath::Resolved(_, ref path3)) = second.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:44:24 [INFO] [stderr] | [INFO] [stderr] 44 | if let BinOp_::BiLt = op.node { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:45:28 [INFO] [stderr] | [INFO] [stderr] 45 | if let BinOp_::BiAdd = op2.node { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:50:24 [INFO] [stderr] | [INFO] [stderr] 50 | if let BinOp_::BiGt = op.node { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:51:28 [INFO] [stderr] | [INFO] [stderr] 51 | if let BinOp_::BiSub = op2.node { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:60:20 [INFO] [stderr] | [INFO] [stderr] 60 | if let Expr_::ExprBinary(ref op, ref first, ref second) = expr.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:61:20 [INFO] [stderr] | [INFO] [stderr] 61 | if let Expr_::ExprBinary(ref op2, ref ident1, ref ident2) = second.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:62:20 [INFO] [stderr] | [INFO] [stderr] 62 | if let Expr_::ExprPath(QPath::Resolved(_, ref path1)) = ident1.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:63:20 [INFO] [stderr] | [INFO] [stderr] 63 | if let Expr_::ExprPath(QPath::Resolved(_, ref path2)) = ident2.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:64:20 [INFO] [stderr] | [INFO] [stderr] 64 | if let Expr_::ExprPath(QPath::Resolved(_, ref path3)) = first.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:69:24 [INFO] [stderr] | [INFO] [stderr] 69 | if let BinOp_::BiGt = op.node { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:70:28 [INFO] [stderr] | [INFO] [stderr] 70 | if let BinOp_::BiAdd = op2.node { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:75:24 [INFO] [stderr] | [INFO] [stderr] 75 | if let BinOp_::BiLt = op.node { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/overflow_check_conditional.rs:76:28 [INFO] [stderr] | [INFO] [stderr] 76 | if let BinOp_::BiSub = op2.node { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/panic_unimplemented.rs:91:16 [INFO] [stderr] | [INFO] [stderr] 91 | if let LitKind::Str(ref string, _) = lit.node; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 44 | if let ExprKind::Binary(Spanned { node: op, .. }, ref left, ref right) = expr.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:91:16 [INFO] [stderr] | [INFO] [stderr] 91 | if let ExprKind::Unary(UnOp::Neg, ref rhs) = expr.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:91:32 [INFO] [stderr] | [INFO] [stderr] 91 | if let ExprKind::Unary(UnOp::Neg, ref rhs) = expr.node { [INFO] [stderr] | ^^^^ use of undeclared type or module `UnOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:92:20 [INFO] [stderr] | [INFO] [stderr] 92 | if let ExprKind::MethodCall(_, ref args) = rhs.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:94:28 [INFO] [stderr] | [INFO] [stderr] 94 | if let ExprKind::Lit(ref lit) = slf.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:96:29 [INFO] [stderr] | [INFO] [stderr] 96 | LitKind::Int(..) | LitKind::Float(..) | LitKind::FloatUnsuffixed(..) => { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:96:48 [INFO] [stderr] | [INFO] [stderr] 96 | LitKind::Int(..) | LitKind::Float(..) | LitKind::FloatUnsuffixed(..) => { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:96:69 [INFO] [stderr] | [INFO] [stderr] 96 | LitKind::Int(..) | LitKind::Float(..) | LitKind::FloatUnsuffixed(..) => { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | ExprKind::Binary(Spanned { node: op, .. }, _, _) => is_arith_op(op), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BitAnd` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | BitXor | BitAnd | BitOr | Shl | Shr => true, [INFO] [stderr] | ^^^^^^ ------ ^^^^^ ^^^ ^^^ pattern doesn't bind `BitAnd` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | pattern doesn't bind `BitAnd` [INFO] [stderr] | | | pattern doesn't bind `BitAnd` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BitAnd` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BitAnd` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | BitXor | BitAnd | BitOr | Shl | Shr => true, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BitOr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | BitXor | BitAnd | BitOr | Shl | Shr => true, [INFO] [stderr] | ^^^^^^ ^^^^^^ ----- ^^^ ^^^ pattern doesn't bind `BitOr` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | pattern doesn't bind `BitOr` [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `BitOr` [INFO] [stderr] | pattern doesn't bind `BitOr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BitOr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:125:27 [INFO] [stderr] | [INFO] [stderr] 125 | BitXor | BitAnd | BitOr | Shl | Shr => true, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BitXor` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | BitXor | BitAnd | BitOr | Shl | Shr => true, [INFO] [stderr] | ------ ^^^^^^ ^^^^^ ^^^ ^^^ pattern doesn't bind `BitXor` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | pattern doesn't bind `BitXor` [INFO] [stderr] | | | pattern doesn't bind `BitXor` [INFO] [stderr] | | pattern doesn't bind `BitXor` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BitXor` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | BitXor | BitAnd | BitOr | Shl | Shr => true, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Shl` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | BitXor | BitAnd | BitOr | Shl | Shr => true, [INFO] [stderr] | ^^^^^^ ^^^^^^ ^^^^^ --- ^^^ pattern doesn't bind `Shl` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | variable not in all patterns [INFO] [stderr] | | | pattern doesn't bind `Shl` [INFO] [stderr] | | pattern doesn't bind `Shl` [INFO] [stderr] | pattern doesn't bind `Shl` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Shl` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:125:35 [INFO] [stderr] | [INFO] [stderr] 125 | BitXor | BitAnd | BitOr | Shl | Shr => true, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Shr` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | BitXor | BitAnd | BitOr | Shl | Shr => true, [INFO] [stderr] | ^^^^^^ ^^^^^^ ^^^^^ ^^^ --- variable not in all patterns [INFO] [stderr] | | | | | [INFO] [stderr] | | | | pattern doesn't bind `Shr` [INFO] [stderr] | | | pattern doesn't bind `Shr` [INFO] [stderr] | | pattern doesn't bind `Shr` [INFO] [stderr] | pattern doesn't bind `Shr` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Shr` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:125:41 [INFO] [stderr] | [INFO] [stderr] 125 | BitXor | BitAnd | BitOr | Shl | Shr => true, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Add` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:133:15 [INFO] [stderr] | [INFO] [stderr] 133 | Add | Sub | Mul | Div | Rem => true, [INFO] [stderr] | --- ^^^ ^^^ ^^^ ^^^ pattern doesn't bind `Add` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | pattern doesn't bind `Add` [INFO] [stderr] | | | pattern doesn't bind `Add` [INFO] [stderr] | | pattern doesn't bind `Add` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Add` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | Add | Sub | Mul | Div | Rem => true, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Sub` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | Add | Sub | Mul | Div | Rem => true, [INFO] [stderr] | ^^^ --- ^^^ ^^^ ^^^ pattern doesn't bind `Sub` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | pattern doesn't bind `Sub` [INFO] [stderr] | | | pattern doesn't bind `Sub` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `Sub` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Sub` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:133:15 [INFO] [stderr] | [INFO] [stderr] 133 | Add | Sub | Mul | Div | Rem => true, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Div` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | Add | Sub | Mul | Div | Rem => true, [INFO] [stderr] | ^^^ ^^^ ^^^ --- ^^^ pattern doesn't bind `Div` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | variable not in all patterns [INFO] [stderr] | | | pattern doesn't bind `Div` [INFO] [stderr] | | pattern doesn't bind `Div` [INFO] [stderr] | pattern doesn't bind `Div` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Div` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:133:27 [INFO] [stderr] | [INFO] [stderr] 133 | Add | Sub | Mul | Div | Rem => true, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Mul` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | Add | Sub | Mul | Div | Rem => true, [INFO] [stderr] | ^^^ ^^^ --- ^^^ ^^^ pattern doesn't bind `Mul` [INFO] [stderr] | | | | | [INFO] [stderr] | | | | pattern doesn't bind `Mul` [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `Mul` [INFO] [stderr] | pattern doesn't bind `Mul` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Mul` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:133:21 [INFO] [stderr] | [INFO] [stderr] 133 | Add | Sub | Mul | Div | Rem => true, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Rem` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | Add | Sub | Mul | Div | Rem => true, [INFO] [stderr] | ^^^ ^^^ ^^^ ^^^ --- variable not in all patterns [INFO] [stderr] | | | | | [INFO] [stderr] | | | | pattern doesn't bind `Rem` [INFO] [stderr] | | | pattern doesn't bind `Rem` [INFO] [stderr] | | pattern doesn't bind `Rem` [INFO] [stderr] | pattern doesn't bind `Rem` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Rem` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/precedence.rs:133:33 [INFO] [stderr] | [INFO] [stderr] 133 | Add | Sub | Mul | Div | Rem => true, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ty_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/ptr.rs:276:12 [INFO] [stderr] | [INFO] [stderr] 276 | if let Ty_::TyRptr(ref lt, ref m) = ty.node { [INFO] [stderr] | ^^^ use of undeclared type or module `Ty_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RangeLimits` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/ranges.rs:135:72 [INFO] [stderr] | [INFO] [stderr] 135 | if let Some(higher::Range { start, end: Some(end), limits: RangeLimits::HalfOpen }) = higher::range(cx, expr); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `RangeLimits` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RangeLimits` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/ranges.rs:156:72 [INFO] [stderr] | [INFO] [stderr] 156 | if let Some(higher::Range { start, end: Some(end), limits: RangeLimits::Closed }) = higher::range(cx, expr); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `RangeLimits` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/reference.rs:33:15 [INFO] [stderr] | [INFO] [stderr] 33 | while let ExprKind::Paren(ref child_e) = e.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/reference.rs:42:20 [INFO] [stderr] | [INFO] [stderr] 42 | if let ExprKind::Unary(UnOp::Deref, ref deref_target) = e.node; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnOp` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/reference.rs:42:36 [INFO] [stderr] | [INFO] [stderr] 42 | if let ExprKind::Unary(UnOp::Deref, ref deref_target) = e.node; [INFO] [stderr] | ^^^^ use of undeclared type or module `UnOp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/reference.rs:43:20 [INFO] [stderr] | [INFO] [stderr] 43 | if let ExprKind::AddrOf(_, ref addrof_target) = without_parens(deref_target).node; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/reference.rs:87:20 [INFO] [stderr] | [INFO] [stderr] 87 | if let ExprKind::Field(ref object, ref field_name) = e.node; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/reference.rs:88:20 [INFO] [stderr] | [INFO] [stderr] 88 | if let ExprKind::Paren(ref parened) = object.node; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ExprKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/reference.rs:89:20 [INFO] [stderr] | [INFO] [stderr] 89 | if let ExprKind::AddrOf(_, ref inner) = parened.node; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ExprKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Span` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/regex.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | Span::new(start, end, base.ctxt()) [INFO] [stderr] | ^^^^ use of undeclared type or module `Span` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/regex.rs:196:16 [INFO] [stderr] | [INFO] [stderr] 196 | if let LitKind::Str(ref r, style) = lit.node { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `StrStyle` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/regex.rs:198:33 [INFO] [stderr] | [INFO] [stderr] 198 | let offset = if let StrStyle::Raw(n) = style { 2 + n } else { 1 }; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `StrStyle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FnKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/returns.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | FnKind::ItemFn(.., block) | FnKind::Method(.., block) => self.check_block_return(cx, block), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `FnKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FnKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/returns.rs:141:41 [INFO] [stderr] | [INFO] [stderr] 141 | FnKind::ItemFn(.., block) | FnKind::Method(.., block) => self.check_block_return(cx, block), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `FnKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FnKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/returns.rs:142:13 [INFO] [stderr] | [INFO] [stderr] 142 | FnKind::Closure(body) => self.check_final_expr(cx, body, Some(body.span)), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `FnKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/strings.rs:154:28 [INFO] [stderr] | [INFO] [stderr] 154 | if let LitKind::Str(ref lit_content, _) = lit.node { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiEq` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:65:24 [INFO] [stderr] | [INFO] [stderr] 65 | BiEq | BiLt | BiLe | BiNe | BiGe | BiGt => return, [INFO] [stderr] | ---- ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiEq` [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | | pattern doesn't bind `BiEq` [INFO] [stderr] | | pattern doesn't bind `BiEq` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiEq` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | BiEq | BiLt | BiLe | BiNe | BiGe | BiGt => return, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiNe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | BiEq | BiLt | BiLe | BiNe | BiGe | BiGt => return, [INFO] [stderr] | ^^^^ ^^^^ ^^^^ ---- ^^^^ ^^^^ pattern doesn't bind `BiNe` [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | | | variable not in all patterns [INFO] [stderr] | | | pattern doesn't bind `BiNe` [INFO] [stderr] | | pattern doesn't bind `BiNe` [INFO] [stderr] | pattern doesn't bind `BiNe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiNe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:65:38 [INFO] [stderr] | [INFO] [stderr] 65 | BiEq | BiLt | BiLe | BiNe | BiGe | BiGt => return, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | BiEq | BiLt | BiLe | BiNe | BiGe | BiGt => return, [INFO] [stderr] | ^^^^ ---- ^^^^ ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiLt` [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | | pattern doesn't bind `BiLt` [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BiLt` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:65:24 [INFO] [stderr] | [INFO] [stderr] 65 | BiEq | BiLt | BiLe | BiNe | BiGe | BiGt => return, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | BiEq | BiLt | BiLe | BiNe | BiGe | BiGt => return, [INFO] [stderr] | ^^^^ ^^^^ ---- ^^^^ ^^^^ ^^^^ pattern doesn't bind `BiLe` [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | | pattern doesn't bind `BiLe` [INFO] [stderr] | | | variable not in all patterns [INFO] [stderr] | | pattern doesn't bind `BiLe` [INFO] [stderr] | pattern doesn't bind `BiLe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:65:31 [INFO] [stderr] | [INFO] [stderr] 65 | BiEq | BiLt | BiLe | BiNe | BiGe | BiGt => return, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | BiEq | BiLt | BiLe | BiNe | BiGe | BiGt => return, [INFO] [stderr] | ^^^^ ^^^^ ^^^^ ^^^^ ---- ^^^^ pattern doesn't bind `BiGe` [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | variable not in all patterns [INFO] [stderr] | | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | | pattern doesn't bind `BiGe` [INFO] [stderr] | | pattern doesn't bind `BiGe` [INFO] [stderr] | pattern doesn't bind `BiGe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:65:45 [INFO] [stderr] | [INFO] [stderr] 65 | BiEq | BiLt | BiLe | BiNe | BiGe | BiGt => return, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGt` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | BiEq | BiLt | BiLe | BiNe | BiGe | BiGt => return, [INFO] [stderr] | ^^^^ ^^^^ ^^^^ ^^^^ ^^^^ ---- variable not in all patterns [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | | pattern doesn't bind `BiGt` [INFO] [stderr] | | pattern doesn't bind `BiGt` [INFO] [stderr] | pattern doesn't bind `BiGt` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:65:52 [INFO] [stderr] | [INFO] [stderr] 65 | BiEq | BiLt | BiLe | BiNe | BiGe | BiGt => return, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Item_` in `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/suspicious_trait_impl.rs:170:21 [INFO] [stderr] | [INFO] [stderr] 170 | if let hir::Item_::ItemImpl(_, _, _, _, Some(ref trait_ref), _, _) = item.node; [INFO] [stderr] | ^^^^^ could not find `Item_` in `hir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Abi` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/trivially_copy_pass_by_ref.rs:88:34 [INFO] [stderr] | [INFO] [stderr] 88 | if header.abi != Abi::Rust { [INFO] [stderr] | ^^^ use of undeclared type or module `Abi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ty_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/trivially_copy_pass_by_ref.rs:126:24 [INFO] [stderr] | [INFO] [stderr] 126 | if let Ty_::TyRptr(_, MutTy { ty: ref decl_ty, .. }) = input.node; [INFO] [stderr] | ^^^ use of undeclared type or module `Ty_` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `check_decl` is not a member of trait `LateLintPass` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:408:5 [INFO] [stderr] | [INFO] [stderr] 408 | / fn check_decl(&mut self, cx: &LateContext<'a, 'tcx>, decl: &'tcx Decl) { [INFO] [stderr] 409 | | check_let_unit(cx, decl) [INFO] [stderr] 410 | | } [INFO] [stderr] | |_____^ not a member of trait `LateLintPass` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiEq` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:453:28 [INFO] [stderr] | [INFO] [stderr] 453 | BiEq | BiLe | BiGe => "true", [INFO] [stderr] | ---- ^^^^ ^^^^ pattern doesn't bind `BiEq` [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `BiEq` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiEq` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:453:21 [INFO] [stderr] | [INFO] [stderr] 453 | BiEq | BiLe | BiGe => "true", [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiLe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:453:21 [INFO] [stderr] | [INFO] [stderr] 453 | BiEq | BiLe | BiGe => "true", [INFO] [stderr] | ^^^^ ---- ^^^^ pattern doesn't bind `BiLe` [INFO] [stderr] | | | [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BiLe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiLe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:453:28 [INFO] [stderr] | [INFO] [stderr] 453 | BiEq | BiLe | BiGe => "true", [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BiGe` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:453:21 [INFO] [stderr] | [INFO] [stderr] 453 | BiEq | BiLe | BiGe => "true", [INFO] [stderr] | ^^^^ ^^^^ ---- variable not in all patterns [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `BiGe` [INFO] [stderr] | pattern doesn't bind `BiGe` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BiGe` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:453:35 [INFO] [stderr] | [INFO] [stderr] 453 | BiEq | BiLe | BiGe => "true", [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `CompilerDesugaringKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:543:44 [INFO] [stderr] | [INFO] [stderr] 543 | callee.span.is_compiler_desugaring(CompilerDesugaringKind::QuestionMark) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `CompilerDesugaringKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:757:13 [INFO] [stderr] | [INFO] [stderr] 757 | IntTy::Isize => tcx.data_layout.pointer_size.bits(), [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:758:13 [INFO] [stderr] | [INFO] [stderr] 758 | IntTy::I8 => 8, [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:759:13 [INFO] [stderr] | [INFO] [stderr] 759 | IntTy::I16 => 16, [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:760:13 [INFO] [stderr] | [INFO] [stderr] 760 | IntTy::I32 => 32, [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:761:13 [INFO] [stderr] | [INFO] [stderr] 761 | IntTy::I64 => 64, [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:762:13 [INFO] [stderr] | [INFO] [stderr] 762 | IntTy::I128 => 128, [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:765:13 [INFO] [stderr] | [INFO] [stderr] 765 | UintTy::Usize => tcx.data_layout.pointer_size.bits(), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:766:13 [INFO] [stderr] | [INFO] [stderr] 766 | UintTy::U8 => 8, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:767:13 [INFO] [stderr] | [INFO] [stderr] 767 | UintTy::U16 => 16, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:768:13 [INFO] [stderr] | [INFO] [stderr] 768 | UintTy::U32 => 32, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:769:13 [INFO] [stderr] | [INFO] [stderr] 769 | UintTy::U64 => 64, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:770:13 [INFO] [stderr] | [INFO] [stderr] 770 | UintTy::U128 => 128, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:778:19 [INFO] [stderr] | [INFO] [stderr] 778 | ty::TyInt(IntTy::Isize) | ty::TyUint(UintTy::Usize) => true, [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:778:46 [INFO] [stderr] | [INFO] [stderr] 778 | ty::TyInt(IntTy::Isize) | ty::TyUint(UintTy::Usize) => true, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:959:21 [INFO] [stderr] | [INFO] [stderr] 959 | LitKind::Int(_, LitIntType::Unsuffixed) | LitKind::FloatUnsuffixed(_) => {}, [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitIntType` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:959:37 [INFO] [stderr] | [INFO] [stderr] 959 | LitKind::Int(_, LitIntType::Unsuffixed) | LitKind::FloatUnsuffixed(_) => {}, [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `LitIntType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:959:63 [INFO] [stderr] | [INFO] [stderr] 959 | LitKind::Int(_, LitIntType::Unsuffixed) | LitKind::FloatUnsuffixed(_) => {}, [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:974:59 [INFO] [stderr] | [INFO] [stderr] 974 | let to_nbits = if let ty::TyFloat(FloatTy::F32) = cast_to.sty { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1015:46 [INFO] [stderr] | [INFO] [stderr] 1015 | if let (&ty::TyFloat(FloatTy::F64), &ty::TyFloat(FloatTy::F32)) = (&cast_from.sty, &cast_to.sty) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1015:74 [INFO] [stderr] | [INFO] [stderr] 1015 | if let (&ty::TyFloat(FloatTy::F64), &ty::TyFloat(FloatTy::F32)) = (&cast_from.sty, &cast_to.sty) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1024:46 [INFO] [stderr] | [INFO] [stderr] 1024 | if let (&ty::TyFloat(FloatTy::F32), &ty::TyFloat(FloatTy::F64)) = (&cast_from.sty, &cast_to.sty) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FloatTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1024:74 [INFO] [stderr] | [INFO] [stderr] 1024 | if let (&ty::TyFloat(FloatTy::F32), &ty::TyFloat(FloatTy::F64)) = (&cast_from.sty, &cast_to.sty) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `FloatTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1035:74 [INFO] [stderr] | [INFO] [stderr] 1035 | if cast_to.is_numeric() && cast_to.sty != ty::TyUint(UintTy::Usize){ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `TyInfer` is not bound in all patterns [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1217:23 [INFO] [stderr] | [INFO] [stderr] 1217 | TyInfer | TyPtr(..) | TyRptr(..) => (1, 0), [INFO] [stderr] | ------- ^^^^^^^^^ ^^^^^^^^^^ pattern doesn't bind `TyInfer` [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `TyInfer` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::TyInfer` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1217:13 [INFO] [stderr] | [INFO] [stderr] 1217 | TyInfer | TyPtr(..) | TyRptr(..) => (1, 0), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1294:24 [INFO] [stderr] | [INFO] [stderr] 1294 | if let LitKind::Char(_) = l.node { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1295:35 [INFO] [stderr] | [INFO] [stderr] 1295 | if ty::TyUint(UintTy::U8) == cx.tables.expr_ty(expr).sty && !in_macro(expr.span) { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1576:17 [INFO] [stderr] | [INFO] [stderr] 1576 | IntTy::I8 => (FullInt::S(i128::from(i8::min_value())), FullInt::S(i128::from(i8::max_value()))), [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1577:17 [INFO] [stderr] | [INFO] [stderr] 1577 | IntTy::I16 => ( [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1581:17 [INFO] [stderr] | [INFO] [stderr] 1581 | IntTy::I32 => ( [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1585:17 [INFO] [stderr] | [INFO] [stderr] 1585 | IntTy::I64 => ( [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1589:17 [INFO] [stderr] | [INFO] [stderr] 1589 | IntTy::I128 => (FullInt::S(i128::min_value() as i128), FullInt::S(i128::max_value() as i128)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IntTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1590:17 [INFO] [stderr] | [INFO] [stderr] 1590 | IntTy::Isize => (FullInt::S(isize::min_value() as i128), FullInt::S(isize::max_value() as i128)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `IntTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1593:17 [INFO] [stderr] | [INFO] [stderr] 1593 | UintTy::U8 => (FullInt::U(u128::from(u8::min_value())), FullInt::U(u128::from(u8::max_value()))), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1594:17 [INFO] [stderr] | [INFO] [stderr] 1594 | UintTy::U16 => ( [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1598:17 [INFO] [stderr] | [INFO] [stderr] 1598 | UintTy::U32 => ( [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1602:17 [INFO] [stderr] | [INFO] [stderr] 1602 | UintTy::U64 => ( [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1606:17 [INFO] [stderr] | [INFO] [stderr] 1606 | UintTy::U128 => (FullInt::U(u128::min_value() as u128), FullInt::U(u128::max_value() as u128)), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UintTy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1607:17 [INFO] [stderr] | [INFO] [stderr] 1607 | UintTy::Usize => (FullInt::U(usize::min_value() as u128), FullInt::U(usize::max_value() as u128)), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `UintTy` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Span` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1813:25 [INFO] [stderr] | [INFO] [stderr] 1813 | Span::new(pos, pos, item.span.data().ctxt) [INFO] [stderr] | ^^^^ use of undeclared type or module `Span` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Span` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/types.rs:1847:29 [INFO] [stderr] | [INFO] [stderr] 1847 | Span::new(pos, pos, item.span.data().ctxt) [INFO] [stderr] | ^^^^ use of undeclared type or module `Span` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unicode.rs:75:20 [INFO] [stderr] | [INFO] [stderr] 75 | if let LitKind::Str(_, _) = lit.node { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ItemKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unsafe_removed_from_name.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | if let ItemKind::Use(ref use_tree) = item.node { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ItemKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UseTreeKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unsafe_removed_from_name.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | UseTreeKind::Simple(Some(new_name), ..) => { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `UseTreeKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UseTreeKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unsafe_removed_from_name.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | UseTreeKind::Simple(None, ..) | [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `UseTreeKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UseTreeKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unsafe_removed_from_name.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | UseTreeKind::Glob => {}, [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `UseTreeKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UseTreeKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unsafe_removed_from_name.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | UseTreeKind::Nested(ref nested_use_tree) => { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `UseTreeKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:81:12 [INFO] [stderr] | [INFO] [stderr] 81 | if let Expr_::ExprBinary(op, left, right) = &expr.node { [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:83:21 [INFO] [stderr] | [INFO] [stderr] 83 | (false, BinOp_::BiAnd) | (false, BinOp_::BiBitAnd) | (true, BinOp_::BiOr) | (true, BinOp_::BiBitOr) => { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:83:46 [INFO] [stderr] | [INFO] [stderr] 83 | (false, BinOp_::BiAnd) | (false, BinOp_::BiBitAnd) | (true, BinOp_::BiOr) | (true, BinOp_::BiBitOr) => { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:83:73 [INFO] [stderr] | [INFO] [stderr] 83 | (false, BinOp_::BiAnd) | (false, BinOp_::BiBitAnd) | (true, BinOp_::BiOr) | (true, BinOp_::BiBitOr) => { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:83:96 [INFO] [stderr] | [INFO] [stderr] 83 | (false, BinOp_::BiAnd) | (false, BinOp_::BiBitAnd) | (true, BinOp_::BiOr) | (true, BinOp_::BiBitOr) => { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:90:19 [INFO] [stderr] | [INFO] [stderr] 90 | } else if let Expr_::ExprUnary(UnNot, expr) = &expr.node { [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:94:20 [INFO] [stderr] | [INFO] [stderr] 94 | if let Expr_::ExprMethodCall(method_name, _, args) = &expr.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:95:20 [INFO] [stderr] | [INFO] [stderr] 95 | if let Expr_::ExprPath(QPath::Resolved(None, path)) = &args[0].node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:134:16 [INFO] [stderr] | [INFO] [stderr] 134 | if let Expr_::ExprIf(cond, then, els) = &expr.node { [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:143:24 [INFO] [stderr] | [INFO] [stderr] 143 | if let Expr_::ExprMethodCall(ref method_name, _, ref args) = expr.node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Expr_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/unwrap.rs:144:24 [INFO] [stderr] | [INFO] [stderr] 144 | if let Expr_::ExprPath(QPath::Resolved(None, ref path)) = args[0].node; [INFO] [stderr] | ^^^^^ use of undeclared type or module `Expr_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ty_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/use_self.rs:59:20 [INFO] [stderr] | [INFO] [stderr] 59 | if let Ty_::TyPath(QPath::Resolved(_, ref item_path)) = item_type.node; [INFO] [stderr] | ^^^ use of undeclared type or module `Ty_` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LitKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/write.rs:436:16 [INFO] [stderr] | [INFO] [stderr] 436 | if let LitKind::Str(ref lit, _) = lit.node; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BinOp_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/zero_div_zero.rs:36:20 [INFO] [stderr] | [INFO] [stderr] 36 | if let BinOp_::BiDiv = op.node; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `BinOp_` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FloatTy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:25:11 [INFO] [stderr] | [INFO] [stderr] 25 | impl From for FloatWidth { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use rustc::ty::layout::FloatTy; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FloatTy` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:26:17 [INFO] [stderr] | [INFO] [stderr] 26 | fn from(ty: FloatTy) -> Self { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use rustc::ty::layout::FloatTy; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TypeVariants` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:125:52 [INFO] [stderr] | [INFO] [stderr] 125 | pub fn partial_cmp(tcx: TyCtxt, cmp_type: &ty::TypeVariants, left: &Self, right: &Self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `ty` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyInt` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:130:28 [INFO] [stderr] | [INFO] [stderr] 130 | if let ty::TyInt(int_ty) = *cmp_type { [INFO] [stderr] | ^^^^^ not found in `ty` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LitKind` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn lit_to_constant<'tcx>(lit: &LitKind, ty: Ty<'tcx>) -> Constant { [INFO] [stderr] | ^^^^^^^ help: an enum with a similar name exists: `PatKind` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyFloat` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:168:17 [INFO] [stderr] | [INFO] [stderr] 168 | ty::TyFloat(FloatTy::F32) => Constant::F32(is.as_str().parse().unwrap()), [INFO] [stderr] | ^^^^^^^ help: a tuple variant with a similar name exists: `Float` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyFloat` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:169:17 [INFO] [stderr] | [INFO] [stderr] 169 | ty::TyFloat(FloatTy::F64) => Constant::F64(is.as_str().parse().unwrap()), [INFO] [stderr] | ^^^^^^^ help: a tuple variant with a similar name exists: `Float` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:214:13 [INFO] [stderr] | [INFO] [stderr] 214 | ExprPath(ref qpath) => self.fetch_path(qpath, e.hir_id), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:215:13 [INFO] [stderr] | [INFO] [stderr] 215 | ExprBlock(ref block, _) => self.block(block), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:216:13 [INFO] [stderr] | [INFO] [stderr] 216 | ExprIf(ref cond, ref then, ref otherwise) => self.ifthenelse(cond, then, otherwise), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLit` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:217:13 [INFO] [stderr] | [INFO] [stderr] 217 | ExprLit(ref lit) => Some(lit_to_constant(&lit.node, self.tables.expr_ty(e))), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprArray` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | ExprArray(ref vec) => self.multi(vec).map(Constant::Vec), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprTup` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:219:13 [INFO] [stderr] | [INFO] [stderr] 219 | ExprTup(ref tup) => self.multi(tup).map(Constant::Tuple), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRepeat` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:220:13 [INFO] [stderr] | [INFO] [stderr] 220 | ExprRepeat(ref value, _) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyArray` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:222:25 [INFO] [stderr] | [INFO] [stderr] 222 | ty::TyArray(_, n) => n.assert_usize(self.tcx).expect("array length"), [INFO] [stderr] | ^^^^^^^ help: a tuple variant with a similar name exists: `Array` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprUnary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:227:13 [INFO] [stderr] | [INFO] [stderr] 227 | ExprUnary(op, ref operand) => self.expr(operand).and_then(|o| match op { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:232:13 [INFO] [stderr] | [INFO] [stderr] 232 | ExprBinary(op, ref left, ref right) => self.binop(op, left, right), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyInt` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:245:25 [INFO] [stderr] | [INFO] [stderr] 245 | ty::TyInt(ity) => Some(Int(unsext(self.tcx, value as i128, ity))), [INFO] [stderr] | ^^^^^ not found in `ty` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyUint` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:246:25 [INFO] [stderr] | [INFO] [stderr] 246 | ty::TyUint(ity) => Some(Int(clip(self.tcx, value, ity))), [INFO] [stderr] | ^^^^^^ help: a tuple variant with a similar name exists: `Uint` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyInt` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:259:25 [INFO] [stderr] | [INFO] [stderr] 259 | ty::TyInt(ity) => ity, [INFO] [stderr] | ^^^^^ not found in `ty` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `P` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:320:50 [INFO] [stderr] | [INFO] [stderr] 320 | fn ifthenelse(&mut self, cond: &Expr, then: &P, otherwise: &Option>) -> Option { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use rustc::hir::ptr::P; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `P` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:320:78 [INFO] [stderr] | [INFO] [stderr] 320 | fn ifthenelse(&mut self, cond: &Expr, then: &P, otherwise: &Option>) -> Option { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use rustc::hir::ptr::P; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyInt` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:338:25 [INFO] [stderr] | [INFO] [stderr] 338 | ty::TyInt(ity) => { [INFO] [stderr] | ^^^^^ not found in `ty` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyUint` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:362:25 [INFO] [stderr] | [INFO] [stderr] 362 | ty::TyUint(_) => { [INFO] [stderr] | ^^^^^^ help: a tuple variant with a similar name exists: `Uint` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `TyBool` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:431:17 [INFO] [stderr] | [INFO] [stderr] 431 | ty::TyBool => Some(Constant::Bool(b == 1)), [INFO] [stderr] | ^^^^^^ help: a unit variant with a similar name exists: `Bool` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyUint` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:432:17 [INFO] [stderr] | [INFO] [stderr] 432 | ty::TyUint(_) | ty::TyInt(_) => Some(Constant::Int(b)), [INFO] [stderr] | ^^^^^^ help: a tuple variant with a similar name exists: `Uint` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyInt` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:432:33 [INFO] [stderr] | [INFO] [stderr] 432 | ty::TyUint(_) | ty::TyInt(_) => Some(Constant::Int(b)), [INFO] [stderr] | ^^^^^ not found in `ty` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyFloat` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:433:17 [INFO] [stderr] | [INFO] [stderr] 433 | ty::TyFloat(FloatTy::F32) => Some(Constant::F32(f32::from_bits(b as u32))), [INFO] [stderr] | ^^^^^^^ help: a tuple variant with a similar name exists: `Float` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyFloat` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:434:17 [INFO] [stderr] | [INFO] [stderr] 434 | ty::TyFloat(FloatTy::F64) => Some(Constant::F64(f64::from_bits(b as u64))), [INFO] [stderr] | ^^^^^^^ help: a tuple variant with a similar name exists: `Float` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyRef` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:439:17 [INFO] [stderr] | [INFO] [stderr] 439 | ty::TyRef(_, tam, _) => match tam.sty { [INFO] [stderr] | ^^^^^ not found in `ty` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `TyStr` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/consts.rs:440:21 [INFO] [stderr] | [INFO] [stderr] 440 | ty::TyStr => { [INFO] [stderr] | ^^^^^ not found in `ty` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtDecl` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:46:15 [INFO] [stderr] | [INFO] [stderr] 46 | (&StmtDecl(ref l, _), &StmtDecl(ref r, _)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtDecl` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:46:36 [INFO] [stderr] | [INFO] [stderr] 46 | (&StmtDecl(ref l, _), &StmtDecl(ref r, _)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `DeclLocal` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | if let (&DeclLocal(ref l), &DeclLocal(ref r)) = (&l.node, &r.node) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `DeclLocal` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:47:45 [INFO] [stderr] | [INFO] [stderr] 47 | if let (&DeclLocal(ref l), &DeclLocal(ref r)) = (&l.node, &r.node) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtExpr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:53:15 [INFO] [stderr] | [INFO] [stderr] 53 | (&StmtExpr(ref l, _), &StmtExpr(ref r, _)) | (&StmtSemi(ref l, _), &StmtSemi(ref r, _)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtExpr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:53:36 [INFO] [stderr] | [INFO] [stderr] 53 | (&StmtExpr(ref l, _), &StmtExpr(ref r, _)) | (&StmtSemi(ref l, _), &StmtSemi(ref r, _)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtSemi` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:53:60 [INFO] [stderr] | [INFO] [stderr] 53 | (&StmtExpr(ref l, _), &StmtExpr(ref r, _)) | (&StmtSemi(ref l, _), &StmtSemi(ref r, _)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtSemi` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:53:81 [INFO] [stderr] | [INFO] [stderr] 53 | (&StmtExpr(ref l, _), &StmtExpr(ref r, _)) | (&StmtSemi(ref l, _), &StmtSemi(ref r, _)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAddrOf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:78:15 [INFO] [stderr] | [INFO] [stderr] 78 | (&ExprAddrOf(l_mut, ref le), &ExprAddrOf(r_mut, ref re)) => l_mut == r_mut && self.eq_expr(le, re), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAddrOf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:78:43 [INFO] [stderr] | [INFO] [stderr] 78 | (&ExprAddrOf(l_mut, ref le), &ExprAddrOf(r_mut, ref re)) => l_mut == r_mut && self.eq_expr(le, re), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprContinue` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:79:15 [INFO] [stderr] | [INFO] [stderr] 79 | (&ExprContinue(li), &ExprContinue(ri)) => { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprContinue` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:79:34 [INFO] [stderr] | [INFO] [stderr] 79 | (&ExprContinue(li), &ExprContinue(ri)) => { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAssign` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:82:15 [INFO] [stderr] | [INFO] [stderr] 82 | (&ExprAssign(ref ll, ref lr), &ExprAssign(ref rl, ref rr)) => self.eq_expr(ll, rl) && self.eq_expr(lr, rr), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAssign` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:82:44 [INFO] [stderr] | [INFO] [stderr] 82 | (&ExprAssign(ref ll, ref lr), &ExprAssign(ref rl, ref rr)) => self.eq_expr(ll, rl) && self.eq_expr(lr, rr), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAssignOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:83:15 [INFO] [stderr] | [INFO] [stderr] 83 | (&ExprAssignOp(ref lo, ref ll, ref lr), &ExprAssignOp(ref ro, ref rl, ref rr)) => { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAssignOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:83:54 [INFO] [stderr] | [INFO] [stderr] 83 | (&ExprAssignOp(ref lo, ref ll, ref lr), &ExprAssignOp(ref ro, ref rl, ref rr)) => { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:86:15 [INFO] [stderr] | [INFO] [stderr] 86 | (&ExprBlock(ref l, _), &ExprBlock(ref r, _)) => self.eq_block(l, r), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:86:37 [INFO] [stderr] | [INFO] [stderr] 86 | (&ExprBlock(ref l, _), &ExprBlock(ref r, _)) => self.eq_block(l, r), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:87:15 [INFO] [stderr] | [INFO] [stderr] 87 | (&ExprBinary(l_op, ref ll, ref lr), &ExprBinary(r_op, ref rl, ref rr)) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:87:50 [INFO] [stderr] | [INFO] [stderr] 87 | (&ExprBinary(l_op, ref ll, ref lr), &ExprBinary(r_op, ref rl, ref rr)) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBreak` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:93:15 [INFO] [stderr] | [INFO] [stderr] 93 | (&ExprBreak(li, ref le), &ExprBreak(ri, ref re)) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBreak` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:93:39 [INFO] [stderr] | [INFO] [stderr] 93 | (&ExprBreak(li, ref le), &ExprBreak(ri, ref re)) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBox` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:97:15 [INFO] [stderr] | [INFO] [stderr] 97 | (&ExprBox(ref l), &ExprBox(ref r)) => self.eq_expr(l, r), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBox` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:97:32 [INFO] [stderr] | [INFO] [stderr] 97 | (&ExprBox(ref l), &ExprBox(ref r)) => self.eq_expr(l, r), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:98:15 [INFO] [stderr] | [INFO] [stderr] 98 | (&ExprCall(ref l_fun, ref l_args), &ExprCall(ref r_fun, ref r_args)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:98:49 [INFO] [stderr] | [INFO] [stderr] 98 | (&ExprCall(ref l_fun, ref l_args), &ExprCall(ref r_fun, ref r_args)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCast` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:101:15 [INFO] [stderr] | [INFO] [stderr] 101 | (&ExprCast(ref lx, ref lt), &ExprCast(ref rx, ref rt)) | [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCast` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:101:42 [INFO] [stderr] | [INFO] [stderr] 101 | (&ExprCast(ref lx, ref lt), &ExprCast(ref rx, ref rt)) | [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprType` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:102:15 [INFO] [stderr] | [INFO] [stderr] 102 | (&ExprType(ref lx, ref lt), &ExprType(ref rx, ref rt)) => self.eq_expr(lx, rx) && self.eq_ty(lt, rt), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprType` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:102:42 [INFO] [stderr] | [INFO] [stderr] 102 | (&ExprType(ref lx, ref lt), &ExprType(ref rx, ref rt)) => self.eq_expr(lx, rx) && self.eq_ty(lt, rt), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprField` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:103:15 [INFO] [stderr] | [INFO] [stderr] 103 | (&ExprField(ref l_f_exp, ref l_f_ident), &ExprField(ref r_f_exp, ref r_f_ident)) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprField` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:103:55 [INFO] [stderr] | [INFO] [stderr] 103 | (&ExprField(ref l_f_exp, ref l_f_ident), &ExprField(ref r_f_exp, ref r_f_ident)) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIndex` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:106:15 [INFO] [stderr] | [INFO] [stderr] 106 | (&ExprIndex(ref la, ref li), &ExprIndex(ref ra, ref ri)) => self.eq_expr(la, ra) && self.eq_expr(li, ri), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIndex` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:106:43 [INFO] [stderr] | [INFO] [stderr] 106 | (&ExprIndex(ref la, ref li), &ExprIndex(ref ra, ref ri)) => self.eq_expr(la, ra) && self.eq_expr(li, ri), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:107:15 [INFO] [stderr] | [INFO] [stderr] 107 | (&ExprIf(ref lc, ref lt, ref le), &ExprIf(ref rc, ref rt, ref re)) => { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:107:48 [INFO] [stderr] | [INFO] [stderr] 107 | (&ExprIf(ref lc, ref lt, ref le), &ExprIf(ref rc, ref rt, ref re)) => { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLit` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:110:15 [INFO] [stderr] | [INFO] [stderr] 110 | (&ExprLit(ref l), &ExprLit(ref r)) => l.node == r.node, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLit` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:110:32 [INFO] [stderr] | [INFO] [stderr] 110 | (&ExprLit(ref l), &ExprLit(ref r)) => l.node == r.node, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLoop` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:111:15 [INFO] [stderr] | [INFO] [stderr] 111 | (&ExprLoop(ref lb, ref ll, ref lls), &ExprLoop(ref rb, ref rl, ref rls)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLoop` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:111:51 [INFO] [stderr] | [INFO] [stderr] 111 | (&ExprLoop(ref lb, ref ll, ref lls), &ExprLoop(ref rb, ref rl, ref rls)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMatch` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:114:15 [INFO] [stderr] | [INFO] [stderr] 114 | (&ExprMatch(ref le, ref la, ref ls), &ExprMatch(ref re, ref ra, ref rs)) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMatch` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:114:51 [INFO] [stderr] | [INFO] [stderr] 114 | (&ExprMatch(ref le, ref la, ref ls), &ExprMatch(ref re, ref ra, ref rs)) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMethodCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:120:15 [INFO] [stderr] | [INFO] [stderr] 120 | (&ExprMethodCall(ref l_path, _, ref l_args), &ExprMethodCall(ref r_path, _, ref r_args)) => { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMethodCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:120:59 [INFO] [stderr] | [INFO] [stderr] 120 | (&ExprMethodCall(ref l_path, _, ref l_args), &ExprMethodCall(ref r_path, _, ref r_args)) => { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRepeat` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:123:15 [INFO] [stderr] | [INFO] [stderr] 123 | (&ExprRepeat(ref le, ref ll_id), &ExprRepeat(ref re, ref rl_id)) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRepeat` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:123:47 [INFO] [stderr] | [INFO] [stderr] 123 | (&ExprRepeat(ref le, ref ll_id), &ExprRepeat(ref re, ref rl_id)) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRet` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:131:15 [INFO] [stderr] | [INFO] [stderr] 131 | (&ExprRet(ref l), &ExprRet(ref r)) => both(l, r, |l, r| self.eq_expr(l, r)), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRet` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:131:32 [INFO] [stderr] | [INFO] [stderr] 131 | (&ExprRet(ref l), &ExprRet(ref r)) => both(l, r, |l, r| self.eq_expr(l, r)), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:132:15 [INFO] [stderr] | [INFO] [stderr] 132 | (&ExprPath(ref l), &ExprPath(ref r)) => self.eq_qpath(l, r), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:132:33 [INFO] [stderr] | [INFO] [stderr] 132 | (&ExprPath(ref l), &ExprPath(ref r)) => self.eq_qpath(l, r), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprStruct` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:133:15 [INFO] [stderr] | [INFO] [stderr] 133 | (&ExprStruct(ref l_path, ref lf, ref lo), &ExprStruct(ref r_path, ref rf, ref ro)) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprStruct` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:133:56 [INFO] [stderr] | [INFO] [stderr] 133 | (&ExprStruct(ref l_path, ref lf, ref lo), &ExprStruct(ref r_path, ref rf, ref ro)) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprTup` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:137:15 [INFO] [stderr] | [INFO] [stderr] 137 | (&ExprTup(ref l_tup), &ExprTup(ref r_tup)) => self.eq_exprs(l_tup, r_tup), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprTup` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:137:36 [INFO] [stderr] | [INFO] [stderr] 137 | (&ExprTup(ref l_tup), &ExprTup(ref r_tup)) => self.eq_exprs(l_tup, r_tup), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprUnary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:138:15 [INFO] [stderr] | [INFO] [stderr] 138 | (&ExprUnary(l_op, ref le), &ExprUnary(r_op, ref re)) => l_op == r_op && self.eq_expr(le, re), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprUnary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:138:41 [INFO] [stderr] | [INFO] [stderr] 138 | (&ExprUnary(l_op, ref le), &ExprUnary(r_op, ref re)) => l_op == r_op && self.eq_expr(le, re), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprArray` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:139:15 [INFO] [stderr] | [INFO] [stderr] 139 | (&ExprArray(ref l), &ExprArray(ref r)) => self.eq_exprs(l, r), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprArray` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:139:34 [INFO] [stderr] | [INFO] [stderr] 139 | (&ExprArray(ref l), &ExprArray(ref r)) => self.eq_exprs(l, r), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprWhile` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:140:15 [INFO] [stderr] | [INFO] [stderr] 140 | (&ExprWhile(ref lc, ref lb, ref ll), &ExprWhile(ref rc, ref rb, ref rl)) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprWhile` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:140:51 [INFO] [stderr] | [INFO] [stderr] 140 | (&ExprWhile(ref lc, ref lb, ref ll), &ExprWhile(ref rc, ref rb, ref rl)) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `P` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:147:35 [INFO] [stderr] | [INFO] [stderr] 147 | fn eq_exprs(&mut self, left: &P<[Expr]>, right: &P<[Expr]>) -> bool { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::ptr::P; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `P` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:147:54 [INFO] [stderr] | [INFO] [stderr] 147 | fn eq_exprs(&mut self, left: &P<[Expr]>, right: &P<[Expr]>) -> bool { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::ptr::P; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TySlice` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:243:15 [INFO] [stderr] | [INFO] [stderr] 243 | (&TySlice(ref l_vec), &TySlice(ref r_vec)) => self.eq_ty(l_vec, r_vec), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TySlice` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:243:36 [INFO] [stderr] | [INFO] [stderr] 243 | (&TySlice(ref l_vec), &TySlice(ref r_vec)) => self.eq_ty(l_vec, r_vec), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyArray` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:244:15 [INFO] [stderr] | [INFO] [stderr] 244 | (&TyArray(ref lt, ref ll_id), &TyArray(ref rt, ref rl_id)) => { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyArray` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:244:44 [INFO] [stderr] | [INFO] [stderr] 244 | (&TyArray(ref lt, ref ll_id), &TyArray(ref rt, ref rl_id)) => { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyPtr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:259:15 [INFO] [stderr] | [INFO] [stderr] 259 | (&TyPtr(ref l_mut), &TyPtr(ref r_mut)) => l_mut.mutbl == r_mut.mutbl && self.eq_ty(&*l_mut.ty, &*r_mut.ty), [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyPtr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:259:34 [INFO] [stderr] | [INFO] [stderr] 259 | (&TyPtr(ref l_mut), &TyPtr(ref r_mut)) => l_mut.mutbl == r_mut.mutbl && self.eq_ty(&*l_mut.ty, &*r_mut.ty), [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyRptr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:260:15 [INFO] [stderr] | [INFO] [stderr] 260 | (&TyRptr(_, ref l_rmut), &TyRptr(_, ref r_rmut)) => { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyRptr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:260:39 [INFO] [stderr] | [INFO] [stderr] 260 | (&TyRptr(_, ref l_rmut), &TyRptr(_, ref r_rmut)) => { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:263:15 [INFO] [stderr] | [INFO] [stderr] 263 | (&TyPath(ref l), &TyPath(ref r)) => self.eq_qpath(l, r), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:263:31 [INFO] [stderr] | [INFO] [stderr] 263 | (&TyPath(ref l), &TyPath(ref r)) => self.eq_qpath(l, r), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyTup` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:264:15 [INFO] [stderr] | [INFO] [stderr] 264 | (&TyTup(ref l), &TyTup(ref r)) => over(l, r, |l, r| self.eq_ty(l, r)), [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyTup` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:264:30 [INFO] [stderr] | [INFO] [stderr] 264 | (&TyTup(ref l), &TyTup(ref r)) => over(l, r, |l, r| self.eq_ty(l, r)), [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BinOp_` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:275:26 [INFO] [stderr] | [INFO] [stderr] 275 | fn swap_binop<'a>(binop: BinOp_, lhs: &'a Expr, rhs: &'a Expr) -> Option<(BinOp_, &'a Expr, &'a Expr)> { [INFO] [stderr] | ^^^^^^ help: a type alias with a similar name exists: `BinOp` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BinOp_` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:275:75 [INFO] [stderr] | [INFO] [stderr] 275 | fn swap_binop<'a>(binop: BinOp_, lhs: &'a Expr, rhs: &'a Expr) -> Option<(BinOp_, &'a Expr, &'a Expr)> { [INFO] [stderr] | ^^^^^^ help: a type alias with a similar name exists: `BinOp` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiGt` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:278:23 [INFO] [stderr] | [INFO] [stderr] 278 | BiLt => Some((BiGt, rhs, lhs)), [INFO] [stderr] | ^^^^ help: a local variable with a similar name exists: `BiLt` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiGe` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:279:23 [INFO] [stderr] | [INFO] [stderr] 279 | BiLe => Some((BiGe, rhs, lhs)), [INFO] [stderr] | ^^^^ help: a local variable with a similar name exists: `BiLe` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiLe` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:280:23 [INFO] [stderr] | [INFO] [stderr] 280 | BiGe => Some((BiLe, rhs, lhs)), [INFO] [stderr] | ^^^^ help: a local variable with a similar name exists: `BiGe` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiLt` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:281:23 [INFO] [stderr] | [INFO] [stderr] 281 | BiGt => Some((BiLt, rhs, lhs)), [INFO] [stderr] | ^^^^ help: a local variable with a similar name exists: `BiGt` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAddrOf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:349:13 [INFO] [stderr] | [INFO] [stderr] 349 | ExprAddrOf(m, ref e) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprAddrOf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:350:40 [INFO] [stderr] | [INFO] [stderr] 350 | let c: fn(_, _) -> _ = ExprAddrOf; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprContinue` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:355:13 [INFO] [stderr] | [INFO] [stderr] 355 | ExprContinue(i) => { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprContinue` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:356:37 [INFO] [stderr] | [INFO] [stderr] 356 | let c: fn(_) -> _ = ExprContinue; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprYield` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:362:13 [INFO] [stderr] | [INFO] [stderr] 362 | ExprYield(ref e) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprYield` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:363:37 [INFO] [stderr] | [INFO] [stderr] 363 | let c: fn(_) -> _ = ExprYield; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAssign` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:367:13 [INFO] [stderr] | [INFO] [stderr] 367 | ExprAssign(ref l, ref r) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprAssign` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:368:40 [INFO] [stderr] | [INFO] [stderr] 368 | let c: fn(_, _) -> _ = ExprAssign; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAssignOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:373:13 [INFO] [stderr] | [INFO] [stderr] 373 | ExprAssignOp(ref o, ref l, ref r) => { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprAssignOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:374:43 [INFO] [stderr] | [INFO] [stderr] 374 | let c: fn(_, _, _) -> _ = ExprAssignOp; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:380:13 [INFO] [stderr] | [INFO] [stderr] 380 | ExprBlock(ref b, _) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:381:40 [INFO] [stderr] | [INFO] [stderr] 381 | let c: fn(_, _) -> _ = ExprBlock; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:385:13 [INFO] [stderr] | [INFO] [stderr] 385 | ExprBinary(op, ref l, ref r) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:386:43 [INFO] [stderr] | [INFO] [stderr] 386 | let c: fn(_, _, _) -> _ = ExprBinary; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBreak` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:392:13 [INFO] [stderr] | [INFO] [stderr] 392 | ExprBreak(i, ref j) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprBreak` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:393:40 [INFO] [stderr] | [INFO] [stderr] 393 | let c: fn(_, _) -> _ = ExprBreak; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBox` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:402:13 [INFO] [stderr] | [INFO] [stderr] 402 | ExprBox(ref e) => { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprBox` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:403:37 [INFO] [stderr] | [INFO] [stderr] 403 | let c: fn(_) -> _ = ExprBox; [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:407:13 [INFO] [stderr] | [INFO] [stderr] 407 | ExprCall(ref fun, ref args) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:408:40 [INFO] [stderr] | [INFO] [stderr] 408 | let c: fn(_, _) -> _ = ExprCall; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCast` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:413:13 [INFO] [stderr] | [INFO] [stderr] 413 | ExprCast(ref e, ref _ty) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprCast` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:414:40 [INFO] [stderr] | [INFO] [stderr] 414 | let c: fn(_, _) -> _ = ExprCast; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprClosure` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:419:13 [INFO] [stderr] | [INFO] [stderr] 419 | ExprClosure(cap, _, eid, _, _) => { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprClosure` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:420:49 [INFO] [stderr] | [INFO] [stderr] 420 | let c: fn(_, _, _, _, _) -> _ = ExprClosure; [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprField` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:425:13 [INFO] [stderr] | [INFO] [stderr] 425 | ExprField(ref e, ref f) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprField` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:426:40 [INFO] [stderr] | [INFO] [stderr] 426 | let c: fn(_, _) -> _ = ExprField; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIndex` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:431:13 [INFO] [stderr] | [INFO] [stderr] 431 | ExprIndex(ref a, ref i) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprIndex` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:432:40 [INFO] [stderr] | [INFO] [stderr] 432 | let c: fn(_, _) -> _ = ExprIndex; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprInlineAsm` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:437:13 [INFO] [stderr] | [INFO] [stderr] 437 | ExprInlineAsm(..) => { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprInlineAsm` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:438:43 [INFO] [stderr] | [INFO] [stderr] 438 | let c: fn(_, _, _) -> _ = ExprInlineAsm; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:441:13 [INFO] [stderr] | [INFO] [stderr] 441 | ExprIf(ref cond, ref t, ref e) => { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprIf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:442:43 [INFO] [stderr] | [INFO] [stderr] 442 | let c: fn(_, _, _) -> _ = ExprIf; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLit` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:450:13 [INFO] [stderr] | [INFO] [stderr] 450 | ExprLit(ref l) => { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprLit` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:451:37 [INFO] [stderr] | [INFO] [stderr] 451 | let c: fn(_) -> _ = ExprLit; [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLoop` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:455:13 [INFO] [stderr] | [INFO] [stderr] 455 | ExprLoop(ref b, ref i, _) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprLoop` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:456:43 [INFO] [stderr] | [INFO] [stderr] 456 | let c: fn(_, _, _) -> _ = ExprLoop; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMatch` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:463:13 [INFO] [stderr] | [INFO] [stderr] 463 | ExprMatch(ref e, ref arms, ref s) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprMatch` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:464:43 [INFO] [stderr] | [INFO] [stderr] 464 | let c: fn(_, _, _) -> _ = ExprMatch; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMethodCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:478:13 [INFO] [stderr] | [INFO] [stderr] 478 | ExprMethodCall(ref path, ref _tys, ref args) => { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprMethodCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:479:43 [INFO] [stderr] | [INFO] [stderr] 479 | let c: fn(_, _, _) -> _ = ExprMethodCall; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRepeat` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:484:13 [INFO] [stderr] | [INFO] [stderr] 484 | ExprRepeat(ref e, ref l_id) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprRepeat` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:485:40 [INFO] [stderr] | [INFO] [stderr] 485 | let c: fn(_, _) -> _ = ExprRepeat; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRet` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:493:13 [INFO] [stderr] | [INFO] [stderr] 493 | ExprRet(ref e) => { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprRet` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:494:37 [INFO] [stderr] | [INFO] [stderr] 494 | let c: fn(_) -> _ = ExprRet; [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:500:13 [INFO] [stderr] | [INFO] [stderr] 500 | ExprPath(ref qpath) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:501:37 [INFO] [stderr] | [INFO] [stderr] 501 | let c: fn(_) -> _ = ExprPath; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprStruct` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:505:13 [INFO] [stderr] | [INFO] [stderr] 505 | ExprStruct(ref path, ref fields, ref expr) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprStruct` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:506:43 [INFO] [stderr] | [INFO] [stderr] 506 | let c: fn(_, _, _) -> _ = ExprStruct; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprTup` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:520:13 [INFO] [stderr] | [INFO] [stderr] 520 | ExprTup(ref tup) => { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprTup` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:521:37 [INFO] [stderr] | [INFO] [stderr] 521 | let c: fn(_) -> _ = ExprTup; [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprType` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:525:13 [INFO] [stderr] | [INFO] [stderr] 525 | ExprType(ref e, ref _ty) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprType` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:526:40 [INFO] [stderr] | [INFO] [stderr] 526 | let c: fn(_, _) -> _ = ExprType; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprUnary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:531:13 [INFO] [stderr] | [INFO] [stderr] 531 | ExprUnary(lop, ref le) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprUnary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:532:40 [INFO] [stderr] | [INFO] [stderr] 532 | let c: fn(_, _) -> _ = ExprUnary; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprArray` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:538:13 [INFO] [stderr] | [INFO] [stderr] 538 | ExprArray(ref v) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprArray` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:539:37 [INFO] [stderr] | [INFO] [stderr] 539 | let c: fn(_) -> _ = ExprArray; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprWhile` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:544:13 [INFO] [stderr] | [INFO] [stderr] 544 | ExprWhile(ref cond, ref b, l) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ExprWhile` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:545:43 [INFO] [stderr] | [INFO] [stderr] 545 | let c: fn(_, _, _) -> _ = ExprWhile; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `P` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:557:38 [INFO] [stderr] | [INFO] [stderr] 557 | pub fn hash_exprs(&mut self, e: &P<[Expr]>) { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::ptr::P; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:563:36 [INFO] [stderr] | [INFO] [stderr] 563 | pub fn hash_name(&mut self, n: Name) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 563 | pub fn hash_name(&mut self, n: rustc::hir::print::AnnNode) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtDecl` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:588:13 [INFO] [stderr] | [INFO] [stderr] 588 | StmtDecl(ref decl, _) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StmtDecl` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:589:40 [INFO] [stderr] | [INFO] [stderr] 589 | let c: fn(_, _) -> _ = StmtDecl; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `DeclLocal` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:592:24 [INFO] [stderr] | [INFO] [stderr] 592 | if let DeclLocal(ref local) = decl.node { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtExpr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:598:13 [INFO] [stderr] | [INFO] [stderr] 598 | StmtExpr(ref expr, _) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StmtExpr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:599:40 [INFO] [stderr] | [INFO] [stderr] 599 | let c: fn(_, _) -> _ = StmtExpr; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtSemi` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:603:13 [INFO] [stderr] | [INFO] [stderr] 603 | StmtSemi(ref expr, _) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `StmtSemi` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/hir_utils.rs:604:40 [INFO] [stderr] | [INFO] [stderr] 604 | let c: fn(_, _) -> _ = StmtSemi; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AssocOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:28:11 [INFO] [stderr] | [INFO] [stderr] 28 | BinOp(AssocOp, Cow<'a, str>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAddrOf` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:49:22 [INFO] [stderr] | [INFO] [stderr] 49 | hir::ExprAddrOf(..) | [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBox` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:50:22 [INFO] [stderr] | [INFO] [stderr] 50 | hir::ExprBox(..) | [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprClosure` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:51:22 [INFO] [stderr] | [INFO] [stderr] 51 | hir::ExprClosure(.., _) | [INFO] [stderr] | ^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIf` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:52:22 [INFO] [stderr] | [INFO] [stderr] 52 | hir::ExprIf(..) | [INFO] [stderr] | ^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprUnary` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:53:22 [INFO] [stderr] | [INFO] [stderr] 53 | hir::ExprUnary(..) | [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMatch` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:54:22 [INFO] [stderr] | [INFO] [stderr] 54 | hir::ExprMatch(..) => Sugg::MaybeParen(snippet), [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprContinue` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:55:22 [INFO] [stderr] | [INFO] [stderr] 55 | hir::ExprContinue(..) | [INFO] [stderr] | ^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprYield` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | hir::ExprYield(..) | [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprArray` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:57:22 [INFO] [stderr] | [INFO] [stderr] 57 | hir::ExprArray(..) | [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:58:22 [INFO] [stderr] | [INFO] [stderr] 58 | hir::ExprBlock(..) | [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBreak` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:59:22 [INFO] [stderr] | [INFO] [stderr] 59 | hir::ExprBreak(..) | [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCall` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:60:22 [INFO] [stderr] | [INFO] [stderr] 60 | hir::ExprCall(..) | [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprField` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:61:22 [INFO] [stderr] | [INFO] [stderr] 61 | hir::ExprField(..) | [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIndex` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:62:22 [INFO] [stderr] | [INFO] [stderr] 62 | hir::ExprIndex(..) | [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprInlineAsm` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:63:22 [INFO] [stderr] | [INFO] [stderr] 63 | hir::ExprInlineAsm(..) | [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLit` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:64:22 [INFO] [stderr] | [INFO] [stderr] 64 | hir::ExprLit(..) | [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLoop` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:65:22 [INFO] [stderr] | [INFO] [stderr] 65 | hir::ExprLoop(..) | [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMethodCall` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:66:22 [INFO] [stderr] | [INFO] [stderr] 66 | hir::ExprMethodCall(..) | [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:67:22 [INFO] [stderr] | [INFO] [stderr] 67 | hir::ExprPath(..) | [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRepeat` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:68:22 [INFO] [stderr] | [INFO] [stderr] 68 | hir::ExprRepeat(..) | [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRet` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:69:22 [INFO] [stderr] | [INFO] [stderr] 69 | hir::ExprRet(..) | [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprStruct` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:70:22 [INFO] [stderr] | [INFO] [stderr] 70 | hir::ExprStruct(..) | [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprTup` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | hir::ExprTup(..) | [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprWhile` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | hir::ExprWhile(..) => Sugg::NonParen(snippet), [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAssign` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:73:22 [INFO] [stderr] | [INFO] [stderr] 73 | hir::ExprAssign(..) => Sugg::BinOp(AssocOp::Assign, snippet), [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAssignOp` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:74:22 [INFO] [stderr] | [INFO] [stderr] 74 | hir::ExprAssignOp(op, ..) => Sugg::BinOp(hirbinop2assignop(op), snippet), [INFO] [stderr] | ^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:75:22 [INFO] [stderr] | [INFO] [stderr] 75 | hir::ExprBinary(op, ..) => Sugg::BinOp(AssocOp::from_ast_binop(higher::binop(op.node)), snippet), [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCast` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:76:22 [INFO] [stderr] | [INFO] [stderr] 76 | hir::ExprCast(..) => Sugg::BinOp(AssocOp::As, snippet), [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprType` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:77:22 [INFO] [stderr] | [INFO] [stderr] 77 | hir::ExprType(..) => Sugg::BinOp(AssocOp::Colon, snippet), [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AssocOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:266:23 [INFO] [stderr] | [INFO] [stderr] 266 | pub fn make_assoc(op: AssocOp, lhs: &Sugg, rhs: &Sugg) -> Sugg<'static> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AssocOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:268:22 [INFO] [stderr] | [INFO] [stderr] 268 | fn is_shift(op: &AssocOp) -> bool { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AssocOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:273:22 [INFO] [stderr] | [INFO] [stderr] 273 | fn is_arith(op: &AssocOp) -> bool { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AssocOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:283:25 [INFO] [stderr] | [INFO] [stderr] 283 | fn needs_paren(op: &AssocOp, other: &AssocOp, dir: Associativity) -> bool { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AssocOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:283:42 [INFO] [stderr] | [INFO] [stderr] 283 | fn needs_paren(op: &AssocOp, other: &AssocOp, dir: Associativity) -> bool { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `token_to_string` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:326:60 [INFO] [stderr] | [INFO] [stderr] 326 | AssocOp::AssignOp(op) => format!("{} {}= {}", lhs, token_to_string(&token::BinOp(op)), rhs), [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AssocOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:362:23 [INFO] [stderr] | [INFO] [stderr] 362 | fn associativity(op: &AssocOp) -> Associativity { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `AssignOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:366:36 [INFO] [stderr] | [INFO] [stderr] 366 | ObsoleteInPlace | Assign | AssignOp(_) => Associativity::Right, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use rustc::hir::ExprKind::AssignOp; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AssocOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:384:41 [INFO] [stderr] | [INFO] [stderr] 384 | fn hirbinop2assignop(op: hir::BinOp) -> AssocOp { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Plus` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:389:18 [INFO] [stderr] | [INFO] [stderr] 389 | BiAdd => Plus, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `And` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:390:21 [INFO] [stderr] | [INFO] [stderr] 390 | BiBitAnd => And, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use quine_mc_cluskey::Bool::And; [INFO] [stderr] | [INFO] [stderr] 6 | use rustc::hir::BinOpKind::And; [INFO] [stderr] | [INFO] [stderr] 6 | use rustc::traits::GoalKind::And; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Or` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:391:20 [INFO] [stderr] | [INFO] [stderr] 391 | BiBitOr => Or, [INFO] [stderr] | ^^ [INFO] [stderr] help: a tuple variant with a similar name exists [INFO] [stderr] | [INFO] [stderr] 391 | BiBitOr => Ok, [INFO] [stderr] | ^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use quine_mc_cluskey::Bool::Or; [INFO] [stderr] | [INFO] [stderr] 6 | use rustc::hir::BinOpKind::Or; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Caret` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:392:21 [INFO] [stderr] | [INFO] [stderr] 392 | BiBitXor => Caret, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Slash` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:393:18 [INFO] [stderr] | [INFO] [stderr] 393 | BiDiv => Slash, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Star` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:394:18 [INFO] [stderr] | [INFO] [stderr] 394 | BiMul => Star, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Percent` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:395:18 [INFO] [stderr] | [INFO] [stderr] 395 | BiRem => Percent, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Shl` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:396:18 [INFO] [stderr] | [INFO] [stderr] 396 | BiShl => Shl, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use rustc::hir::BinOpKind::Shl; [INFO] [stderr] | [INFO] [stderr] 6 | use rustc::mir::BinOp::Shl; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Shr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:397:18 [INFO] [stderr] | [INFO] [stderr] 397 | BiShr => Shr, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use rustc::hir::BinOpKind::Shr; [INFO] [stderr] | [INFO] [stderr] 6 | use rustc::mir::BinOp::Shr; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Minus` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:398:18 [INFO] [stderr] | [INFO] [stderr] 398 | BiSub => Minus, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use core::num::flt2dec::Sign::Minus; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AssocOp` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:404:41 [INFO] [stderr] | [INFO] [stderr] 404 | fn astbinop2assignop(op: ast::BinOp) -> AssocOp { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:425:54 [INFO] [stderr] | [INFO] [stderr] 425 | fn indentation<'a, T: LintContext<'a>>(cx: &T, span: Span) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `CharPos` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:432:26 [INFO] [stderr] | [INFO] [stderr] 432 | if lo.col == CharPos(pos) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:456:77 [INFO] [stderr] | [INFO] [stderr] 456 | fn suggest_item_with_attr(&mut self, cx: &T, item: Span, msg: &str, attr: &D); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:470:54 [INFO] [stderr] | [INFO] [stderr] 470 | fn suggest_prepend_item(&mut self, cx: &T, item: Span, msg: &str, new_item: &str); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:483:53 [INFO] [stderr] | [INFO] [stderr] 483 | fn suggest_remove_item(&mut self, cx: &T, item: Span, msg: &str); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:487:77 [INFO] [stderr] | [INFO] [stderr] 487 | fn suggest_item_with_attr(&mut self, cx: &T, item: Span, msg: &str, attr: &D) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:495:54 [INFO] [stderr] | [INFO] [stderr] 495 | fn suggest_prepend_item(&mut self, cx: &T, item: Span, msg: &str, new_item: &str) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/sugg.rs:516:53 [INFO] [stderr] | [INFO] [stderr] 516 | fn suggest_remove_item(&mut self, cx: &T, item: Span, msg: &str) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtDecl` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:125:18 [INFO] [stderr] | [INFO] [stderr] 125 | hir::StmtDecl(ref decl, _) => print_decl(cx, decl), [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtExpr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:126:18 [INFO] [stderr] | [INFO] [stderr] 126 | hir::StmtExpr(ref e, _) | hir::StmtSemi(ref e, _) => print_expr(cx, e, 0), [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtSemi` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:126:44 [INFO] [stderr] | [INFO] [stderr] 126 | hir::StmtExpr(ref e, _) | hir::StmtSemi(ref e, _) => print_expr(cx, e, 0), [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Attribute` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:138:22 [INFO] [stderr] | [INFO] [stderr] 138 | fn has_attr(attrs: &[Attribute]) -> bool { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Decl` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:142:45 [INFO] [stderr] | [INFO] [stderr] 142 | fn print_decl(cx: &LateContext, decl: &hir::Decl) { [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `DeclLocal` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:144:14 [INFO] [stderr] | [INFO] [stderr] 144 | hir::DeclLocal(ref local) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `DeclItem` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:153:14 [INFO] [stderr] | [INFO] [stderr] 153 | hir::DeclItem(_) => println!("item decl"), [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBox` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:163:14 [INFO] [stderr] | [INFO] [stderr] 163 | hir::ExprBox(ref e) => { [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprArray` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:167:14 [INFO] [stderr] | [INFO] [stderr] 167 | hir::ExprArray(ref v) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCall` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:173:14 [INFO] [stderr] | [INFO] [stderr] 173 | hir::ExprCall(ref func, ref args) => { [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMethodCall` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:182:14 [INFO] [stderr] | [INFO] [stderr] 182 | hir::ExprMethodCall(ref path, _, ref args) => { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprTup` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:189:14 [INFO] [stderr] | [INFO] [stderr] 189 | hir::ExprTup(ref v) => { [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:195:14 [INFO] [stderr] | [INFO] [stderr] 195 | hir::ExprBinary(op, ref lhs, ref rhs) => { [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprUnary` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:203:14 [INFO] [stderr] | [INFO] [stderr] 203 | hir::ExprUnary(op, ref inner) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLit` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:208:14 [INFO] [stderr] | [INFO] [stderr] 208 | hir::ExprLit(ref lit) => { [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCast` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:212:14 [INFO] [stderr] | [INFO] [stderr] 212 | hir::ExprCast(ref e, ref target) => { [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprType` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:217:14 [INFO] [stderr] | [INFO] [stderr] 217 | hir::ExprType(ref e, ref target) => { [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIf` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:222:14 [INFO] [stderr] | [INFO] [stderr] 222 | hir::ExprIf(ref e, _, ref els) => { [INFO] [stderr] | ^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprWhile` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:231:14 [INFO] [stderr] | [INFO] [stderr] 231 | hir::ExprWhile(ref cond, _, _) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLoop` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:236:14 [INFO] [stderr] | [INFO] [stderr] 236 | hir::ExprLoop(..) => { [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMatch` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:239:14 [INFO] [stderr] | [INFO] [stderr] 239 | hir::ExprMatch(ref cond, _, ref source) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprClosure` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:245:14 [INFO] [stderr] | [INFO] [stderr] 245 | hir::ExprClosure(ref clause, _, _, _, _) => { [INFO] [stderr] | ^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprYield` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:249:14 [INFO] [stderr] | [INFO] [stderr] 249 | hir::ExprYield(ref sub) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:253:14 [INFO] [stderr] | [INFO] [stderr] 253 | hir::ExprBlock(_, _) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAssign` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:256:14 [INFO] [stderr] | [INFO] [stderr] 256 | hir::ExprAssign(ref lhs, ref rhs) => { [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAssignOp` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:263:14 [INFO] [stderr] | [INFO] [stderr] 263 | hir::ExprAssignOp(ref binop, ref lhs, ref rhs) => { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprField` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:271:14 [INFO] [stderr] | [INFO] [stderr] 271 | hir::ExprField(ref e, ident) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIndex` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:277:14 [INFO] [stderr] | [INFO] [stderr] 277 | hir::ExprIndex(ref arr, ref idx) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:284:14 [INFO] [stderr] | [INFO] [stderr] 284 | hir::ExprPath(hir::QPath::Resolved(ref ty, ref path)) => { [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:288:14 [INFO] [stderr] | [INFO] [stderr] 288 | hir::ExprPath(hir::QPath::TypeRelative(ref ty, ref seg)) => { [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAddrOf` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:292:14 [INFO] [stderr] | [INFO] [stderr] 292 | hir::ExprAddrOf(ref muta, ref e) => { [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBreak` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:297:14 [INFO] [stderr] | [INFO] [stderr] 297 | hir::ExprBreak(_, ref e) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprContinue` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:303:14 [INFO] [stderr] | [INFO] [stderr] 303 | hir::ExprContinue(_) => println!("{}Again", ind), [INFO] [stderr] | ^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRet` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:304:14 [INFO] [stderr] | [INFO] [stderr] 304 | hir::ExprRet(ref e) => { [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprInlineAsm` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:310:14 [INFO] [stderr] | [INFO] [stderr] 310 | hir::ExprInlineAsm(_, ref input, ref output) => { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprStruct` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:321:14 [INFO] [stderr] | [INFO] [stderr] 321 | hir::ExprStruct(ref path, ref fields, ref base) => { [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRepeat` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:333:14 [INFO] [stderr] | [INFO] [stderr] 333 | hir::ExprRepeat(ref val, ref anon_const) => { [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemExternCrate` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:356:14 [INFO] [stderr] | [INFO] [stderr] 356 | hir::ItemExternCrate(ref _renamed_from) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemUse` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:370:14 [INFO] [stderr] | [INFO] [stderr] 370 | hir::ItemUse(ref path, ref kind) => println!("{:?}, {:?}", path, kind), [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemStatic` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:371:14 [INFO] [stderr] | [INFO] [stderr] 371 | hir::ItemStatic(..) => println!("static item of type {:#?}", cx.tcx.type_of(did)), [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemConst` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:372:14 [INFO] [stderr] | [INFO] [stderr] 372 | hir::ItemConst(..) => println!("const item of type {:#?}", cx.tcx.type_of(did)), [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemFn` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:373:14 [INFO] [stderr] | [INFO] [stderr] 373 | hir::ItemFn(..) => { [INFO] [stderr] | ^^^^^^ not found in `hir` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use rustc::hir::intravisit::FnKind::ItemFn; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemMod` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:377:14 [INFO] [stderr] | [INFO] [stderr] 377 | hir::ItemMod(..) => println!("module"), [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemForeignMod` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:378:14 [INFO] [stderr] | [INFO] [stderr] 378 | hir::ItemForeignMod(ref fm) => println!("foreign module with abi: {}", fm.abi), [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemGlobalAsm` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:379:14 [INFO] [stderr] | [INFO] [stderr] 379 | hir::ItemGlobalAsm(ref asm) => println!("global asm: {:?}", asm), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemTy` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:380:14 [INFO] [stderr] | [INFO] [stderr] 380 | hir::ItemTy(..) => { [INFO] [stderr] | ^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemExistential` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:383:14 [INFO] [stderr] | [INFO] [stderr] 383 | hir::ItemExistential(..) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemEnum` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:386:14 [INFO] [stderr] | [INFO] [stderr] 386 | hir::ItemEnum(..) => { [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemStruct` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:389:14 [INFO] [stderr] | [INFO] [stderr] 389 | hir::ItemStruct(..) => { [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemUnion` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:392:14 [INFO] [stderr] | [INFO] [stderr] 392 | hir::ItemUnion(..) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemTrait` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:395:14 [INFO] [stderr] | [INFO] [stderr] 395 | hir::ItemTrait(..) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemTraitAlias` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:403:14 [INFO] [stderr] | [INFO] [stderr] 403 | hir::ItemTraitAlias(..) => { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemImpl` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:406:14 [INFO] [stderr] | [INFO] [stderr] 406 | hir::ItemImpl(_, _, _, _, Some(ref _trait_ref), _, _) => { [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemImpl` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/inspector.rs:409:14 [INFO] [stderr] | [INFO] [stderr] 409 | hir::ItemImpl(_, _, _, _, None, _, _) => { [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AstCrate` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:65:58 [INFO] [stderr] | [INFO] [stderr] 65 | fn check_crate(&mut self, cx: &EarlyContext, krate: &AstCrate) { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalInternedString` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:79:51 [INFO] [stderr] | [INFO] [stderr] 79 | let mut last_name: Option = None; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:106:29 [INFO] [stderr] | [INFO] [stderr] 106 | declared_lints: HashMap, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 106 | declared_lints: HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:106:35 [INFO] [stderr] | [INFO] [stderr] 106 | declared_lints: HashMap, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:107:31 [INFO] [stderr] | [INFO] [stderr] 107 | registered_lints: HashSet, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 107 | registered_lints: HashSet, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemStatic` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:120:16 [INFO] [stderr] | [INFO] [stderr] 120 | if let ItemStatic(ref ty, MutImmutable, body_id) = item.node { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyRptr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:163:12 [INFO] [stderr] | [INFO] [stderr] 163 | if let TyRptr( [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:171:16 [INFO] [stderr] | [INFO] [stderr] 171 | if let TyPath(ref path) = inner.node { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:180:12 [INFO] [stderr] | [INFO] [stderr] 180 | if let TyPath(ref path) = ty.node { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:188:29 [INFO] [stderr] | [INFO] [stderr] 188 | output: &'a mut HashSet, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 188 | output: &'a mut HashSet, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/internal_lints.rs:197:51 [INFO] [stderr] | [INFO] [stderr] 197 | fn visit_path(&mut self, path: &'tcx Path, _: NodeId) { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DUMMY_NODE_ID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:103:63 [INFO] [stderr] | [INFO] [stderr] 103 | PrintVisitor::new("var").visit_variant(var, generics, DUMMY_NODE_ID); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Attribute` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/author.rs:644:22 [INFO] [stderr] | [INFO] [stderr] 644 | fn has_attr(attrs: &[Attribute]) -> bool { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/ptr.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | ) -> Option)>> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/ptr.rs:25:11 [INFO] [stderr] | [INFO] [stderr] 25 | name: Name, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 25 | name: rustc::hir::print::AnnNode, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/ptr.rs:28:18 [INFO] [stderr] | [INFO] [stderr] 28 | ) -> Option)>> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/ptr.rs:46:11 [INFO] [stderr] | [INFO] [stderr] 46 | name: Name, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 46 | name: rustc::hir::print::AnnNode, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/ptr.rs:48:17 [INFO] [stderr] | [INFO] [stderr] 48 | spans: Vec<(Span, Cow<'static, str>)>, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMethodCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/ptr.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | if let ExprMethodCall(ref seg, _, ref args) = expr.node { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/ptr.rs:81:42 [INFO] [stderr] | [INFO] [stderr] 81 | fn get_binding_name(arg: &Arg) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 81 | fn get_binding_name(arg: &Arg) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:14:107 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn mutated_variables<'a, 'tcx: 'a>(expr: &'tcx Expr, cx: &'a LateContext<'a, 'tcx>) -> Option> { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:42:27 [INFO] [stderr] | [INFO] [stderr] 42 | used_mutably: HashSet, [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:65:30 [INFO] [stderr] | [INFO] [stderr] 65 | fn consume(&mut self, _: NodeId, _: Span, _: &cmt_<'tcx>, _: ConsumeMode) {} [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:65:41 [INFO] [stderr] | [INFO] [stderr] 65 | fn consume(&mut self, _: NodeId, _: Span, _: &cmt_<'tcx>, _: ConsumeMode) {} [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:71:29 [INFO] [stderr] | [INFO] [stderr] 71 | fn borrow(&mut self, _: NodeId, _: Span, cmt: &cmt_<'tcx>, _: ty::Region, bk: ty::BorrowKind, _: LoanCause) { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:71:40 [INFO] [stderr] | [INFO] [stderr] 71 | fn borrow(&mut self, _: NodeId, _: Span, cmt: &cmt_<'tcx>, _: ty::Region, bk: ty::BorrowKind, _: LoanCause) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:77:29 [INFO] [stderr] | [INFO] [stderr] 77 | fn mutate(&mut self, _: NodeId, _: Span, cmt: &cmt_<'tcx>, _: MutateMode) { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:77:40 [INFO] [stderr] | [INFO] [stderr] 77 | fn mutate(&mut self, _: NodeId, _: Span, cmt: &cmt_<'tcx>, _: MutateMode) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:81:40 [INFO] [stderr] | [INFO] [stderr] 81 | fn decl_without_init(&mut self, _: NodeId, _: Span) {} [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/usage.rs:81:51 [INFO] [stderr] | [INFO] [stderr] 81 | fn decl_without_init(&mut self, _: NodeId, _: Span) {} [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `P` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:38:30 [INFO] [stderr] | [INFO] [stderr] 38 | pub type MethodArgs = HirVec>; [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::ptr::P; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BinOp_` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:12:23 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn binop(op: hir::BinOp_) -> ast::BinOpKind { [INFO] [stderr] | ^^^^^^ help: a type alias with a similar name exists: `BinOp` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiEq` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:14:14 [INFO] [stderr] | [INFO] [stderr] 14 | hir::BiEq => ast::BinOpKind::Eq, [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiGe` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:15:14 [INFO] [stderr] | [INFO] [stderr] 15 | hir::BiGe => ast::BinOpKind::Ge, [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiGt` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:16:14 [INFO] [stderr] | [INFO] [stderr] 16 | hir::BiGt => ast::BinOpKind::Gt, [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiLe` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | hir::BiLe => ast::BinOpKind::Le, [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiLt` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | hir::BiLt => ast::BinOpKind::Lt, [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiNe` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:19:14 [INFO] [stderr] | [INFO] [stderr] 19 | hir::BiNe => ast::BinOpKind::Ne, [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiOr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:20:14 [INFO] [stderr] | [INFO] [stderr] 20 | hir::BiOr => ast::BinOpKind::Or, [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiAdd` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:21:14 [INFO] [stderr] | [INFO] [stderr] 21 | hir::BiAdd => ast::BinOpKind::Add, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiAnd` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:22:14 [INFO] [stderr] | [INFO] [stderr] 22 | hir::BiAnd => ast::BinOpKind::And, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiBitAnd` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:23:14 [INFO] [stderr] | [INFO] [stderr] 23 | hir::BiBitAnd => ast::BinOpKind::BitAnd, [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiBitOr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:24:14 [INFO] [stderr] | [INFO] [stderr] 24 | hir::BiBitOr => ast::BinOpKind::BitOr, [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiBitXor` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:25:14 [INFO] [stderr] | [INFO] [stderr] 25 | hir::BiBitXor => ast::BinOpKind::BitXor, [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiDiv` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:26:14 [INFO] [stderr] | [INFO] [stderr] 26 | hir::BiDiv => ast::BinOpKind::Div, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiMul` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:27:14 [INFO] [stderr] | [INFO] [stderr] 27 | hir::BiMul => ast::BinOpKind::Mul, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiRem` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:28:14 [INFO] [stderr] | [INFO] [stderr] 28 | hir::BiRem => ast::BinOpKind::Rem, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiShl` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:29:14 [INFO] [stderr] | [INFO] [stderr] 29 | hir::BiShl => ast::BinOpKind::Shl, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiShr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:30:14 [INFO] [stderr] | [INFO] [stderr] 30 | hir::BiShr => ast::BinOpKind::Shr, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiSub` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:31:14 [INFO] [stderr] | [INFO] [stderr] 31 | hir::BiSub => ast::BinOpKind::Sub, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyAdt` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | ty::TyAdt(def, _) => cx.tcx.def_path(def.did), [INFO] [stderr] | ^^^^^ not found in `ty` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:90:14 [INFO] [stderr] | [INFO] [stderr] 90 | hir::ExprPath(ref path) => { [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCall` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:101:14 [INFO] [stderr] | [INFO] [stderr] 101 | hir::ExprCall(ref path, ref args) => if let hir::ExprPath(ref path) = path.node { [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:101:58 [INFO] [stderr] | [INFO] [stderr] 101 | hir::ExprCall(ref path, ref args) => if let hir::ExprPath(ref path) = path.node { [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprStruct` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:114:14 [INFO] [stderr] | [INFO] [stderr] 114 | hir::ExprStruct(ref path, ref fields, None) => if match_qpath(path, &paths::RANGE_FROM_STD) [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Decl` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:148:40 [INFO] [stderr] | [INFO] [stderr] 148 | pub fn is_from_for_desugar(decl: &hir::Decl) -> bool { [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `DeclLocal` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:157:21 [INFO] [stderr] | [INFO] [stderr] 157 | if let hir::DeclLocal(ref loc) = decl.node; [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMatch` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:159:21 [INFO] [stderr] | [INFO] [stderr] 159 | if let hir::ExprMatch(_, _, hir::MatchSource::ForLoopDesugar) = expr.node; [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `DeclLocal` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:174:21 [INFO] [stderr] | [INFO] [stderr] 174 | if let hir::DeclLocal(ref loc) = decl.node; [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMatch` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:188:21 [INFO] [stderr] | [INFO] [stderr] 188 | if let hir::ExprMatch(ref iterexpr, ref arms, hir::MatchSource::ForLoopDesugar) = expr.node; [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCall` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:189:21 [INFO] [stderr] | [INFO] [stderr] 189 | if let hir::ExprCall(_, ref iterargs) = iterexpr.node; [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLoop` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:191:21 [INFO] [stderr] | [INFO] [stderr] 191 | if let hir::ExprLoop(ref block, _, _) = arms[0].body.node; [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtDecl` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:194:21 [INFO] [stderr] | [INFO] [stderr] 194 | if let hir::StmtDecl(ref decl, _) = let_stmt.node; [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `DeclLocal` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:195:21 [INFO] [stderr] | [INFO] [stderr] 195 | if let hir::DeclLocal(ref decl) = decl.node; [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtExpr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:196:21 [INFO] [stderr] | [INFO] [stderr] 196 | if let hir::StmtExpr(ref expr, _) = body.node; [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCall` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:216:21 [INFO] [stderr] | [INFO] [stderr] 216 | if let hir::ExprCall(ref fun, ref args) = expr.node; [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:217:21 [INFO] [stderr] | [INFO] [stderr] 217 | if let hir::ExprPath(ref path) = fun.node; [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBox` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:228:33 [INFO] [stderr] | [INFO] [stderr] 228 | if let hir::ExprBox(ref boxed) = args[0].node; [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprArray` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/higher.rs:229:33 [INFO] [stderr] | [INFO] [stderr] 229 | if let hir::ExprArray(ref args) = boxed.node; [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:45:38 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn differing_macro_contexts(lhs: Span, rhs: Span) -> bool { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:45:49 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn differing_macro_contexts(lhs: Span, rhs: Span) -> bool { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:49:42 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn in_constant(cx: &LateContext, id: NodeId) -> bool { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:58:23 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn in_macro(span: Span) -> bool { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:69:34 [INFO] [stderr] | [INFO] [stderr] 69 | pub fn is_range_expression(span: Span) -> bool { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:81:64 [INFO] [stderr] | [INFO] [stderr] 81 | pub fn in_external_macro<'a, T: LintContext<'a>>(cx: &T, span: Span) -> bool { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExpnInfo` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:85:60 [INFO] [stderr] | [INFO] [stderr] 85 | fn in_macro_ext<'a, T: LintContext<'a>>(cx: &T, info: &ExpnInfo) -> bool { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyAdt` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | ty::TyAdt(adt, _) => match_def_path(cx.tcx, adt.did, path), [INFO] [stderr] | ^^^^^ not found in `ty` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:176:36 [INFO] [stderr] | [INFO] [stderr] 176 | pub fn match_var(expr: &Expr, var: Name) -> bool { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 176 | pub fn match_var(expr: &Expr, var: rustc::hir::print::AnnNode) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:177:12 [INFO] [stderr] | [INFO] [stderr] 177 | if let ExprPath(QPath::Resolved(None, ref path)) = expr.node { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:213:13 [INFO] [stderr] | [INFO] [stderr] 213 | TyPath(ref inner_path) => { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Def` in module `def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:245:68 [INFO] [stderr] | [INFO] [stderr] 245 | pub fn path_to_def(cx: &LateContext, path: &[&str]) -> Option { [INFO] [stderr] | ^^^ not found in `def` [INFO] [stderr] help: there is an enum variant `rustc::hir::TyKind::Def` and 1 other; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 245 | pub fn path_to_def(cx: &LateContext, path: &[&str]) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 245 | pub fn path_to_def(cx: &LateContext, path: &[&str]) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Def` in module `def` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:318:73 [INFO] [stderr] | [INFO] [stderr] 318 | pub fn resolve_node(cx: &LateContext, qpath: &QPath, id: HirId) -> def::Def { [INFO] [stderr] | ^^^ not found in `def` [INFO] [stderr] help: there is an enum variant `rustc::hir::TyKind::Def` and 1 other; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 318 | pub fn resolve_node(cx: &LateContext, qpath: &QPath, id: HirId) -> rustc::hir::TyKind { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 318 | pub fn resolve_node(cx: &LateContext, qpath: &QPath, id: HirId) -> rustc::hir::def::Res { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMethodCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:333:16 [INFO] [stderr] | [INFO] [stderr] 333 | if let ExprMethodCall(ref path, _, ref args) = current.node { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:353:63 [INFO] [stderr] | [INFO] [stderr] 353 | pub fn get_item_name(cx: &LateContext, expr: &Expr) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 353 | pub fn get_item_name(cx: &LateContext, expr: &Expr) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:364:42 [INFO] [stderr] | [INFO] [stderr] 364 | pub fn get_pat_name(pat: &Pat) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 364 | pub fn get_pat_name(pat: &Pat) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:374:11 [INFO] [stderr] | [INFO] [stderr] 374 | name: Name, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 374 | name: rustc::hir::print::AnnNode, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:379:33 [INFO] [stderr] | [INFO] [stderr] 379 | fn visit_name(&mut self, _: Span, name: Name) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:379:45 [INFO] [stderr] | [INFO] [stderr] 379 | fn visit_name(&mut self, _: Span, name: Name) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 379 | fn visit_name(&mut self, _: Span, name: rustc::hir::print::AnnNode) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:390:28 [INFO] [stderr] | [INFO] [stderr] 390 | pub fn contains_name(name: Name, expr: &Expr) -> bool { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 390 | pub fn contains_name(name: rustc::hir::print::AnnNode, expr: &Expr) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:406:58 [INFO] [stderr] | [INFO] [stderr] 406 | pub fn snippet<'a, 'b, T: LintContext<'b>>(cx: &T, span: Span, default: &'a str) -> Cow<'a, str> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:411:58 [INFO] [stderr] | [INFO] [stderr] 411 | pub fn snippet_opt<'a, T: LintContext<'a>>(cx: &T, span: Span) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:425:64 [INFO] [stderr] | [INFO] [stderr] 425 | pub fn snippet_block<'a, 'b, T: LintContext<'b>>(cx: &T, span: Span, default: &'a str) -> Cow<'a, str> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:431:64 [INFO] [stderr] | [INFO] [stderr] 431 | pub fn last_line_of_span<'a, T: LintContext<'a>>(cx: &T, span: Span) -> Span { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:431:73 [INFO] [stderr] | [INFO] [stderr] 431 | pub fn last_line_of_span<'a, T: LintContext<'a>>(cx: &T, span: Span) -> Span { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:448:12 [INFO] [stderr] | [INFO] [stderr] 448 | if let ExprBlock(_, _) = expr.node { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:505:18 [INFO] [stderr] | [INFO] [stderr] 505 | let node_id: NodeId = e.id; [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:506:20 [INFO] [stderr] | [INFO] [stderr] 506 | let parent_id: NodeId = map.get_parent_node(node_id); [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:519:76 [INFO] [stderr] | [INFO] [stderr] 519 | pub fn get_enclosing_block<'a, 'tcx: 'a>(cx: &LateContext<'a, 'tcx>, node: NodeId) -> Option<&'tcx Block> { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemFn` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:527:23 [INFO] [stderr] | [INFO] [stderr] 527 | node: ItemFn(_, _, _, eid), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::intravisit::FnKind::ItemFn; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:533:17 [INFO] [stderr] | [INFO] [stderr] 533 | ExprBlock(ref block, _) => Some(block), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DiagnosticBuilder` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:543:38 [INFO] [stderr] | [INFO] [stderr] 543 | pub struct DiagnosticWrapper<'a>(pub DiagnosticBuilder<'a>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DiagnosticWrapper` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:563:75 [INFO] [stderr] | [INFO] [stderr] 563 | pub fn span_lint<'a, T: LintContext<'a>>(cx: &T, lint: &'static Lint, sp: Span, msg: &str) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:570:11 [INFO] [stderr] | [INFO] [stderr] 570 | span: Span, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:582:11 [INFO] [stderr] | [INFO] [stderr] 582 | span: Span, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:584:16 [INFO] [stderr] | [INFO] [stderr] 584 | note_span: Span, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DiagnosticBuilder` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:603:28 [INFO] [stderr] | [INFO] [stderr] 603 | F: for<'b> FnOnce(&mut DiagnosticBuilder<'b>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DiagnosticWrapper` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:599:9 [INFO] [stderr] | [INFO] [stderr] 599 | sp: Span, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:627:9 [INFO] [stderr] | [INFO] [stderr] 627 | sp: Span, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:645:29 [INFO] [stderr] | [INFO] [stderr] 645 | I: IntoIterator, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DiagnosticBuilder` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:643:35 [INFO] [stderr] | [INFO] [stderr] 643 | pub fn multispan_sugg(db: &mut DiagnosticBuilder, help_msg: String, sugg: I) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `DiagnosticWrapper` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyPtr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:670:9 [INFO] [stderr] | [INFO] [stderr] 670 | TyPtr(ref mut_ty) | TyRptr(_, ref mut_ty) => walk_ptrs_hir_ty(&mut_ty.ty), [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyRptr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:670:29 [INFO] [stderr] | [INFO] [stderr] 670 | TyPtr(ref mut_ty) | TyRptr(_, ref mut_ty) => walk_ptrs_hir_ty(&mut_ty.ty), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyRef` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:678:13 [INFO] [stderr] | [INFO] [stderr] 678 | ty::TyRef(_, ty, _) => walk_ptrs_ty(ty), [INFO] [stderr] | ^^^^^ not found in `ty` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyRef` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:688:17 [INFO] [stderr] | [INFO] [stderr] 688 | ty::TyRef(_, ty, _) => inner(ty, depth + 1), [INFO] [stderr] | ^^^^^ not found in `ty` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLit` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:698:12 [INFO] [stderr] | [INFO] [stderr] 698 | if let ExprLit(ref spanned) = expr.node { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:766:29 [INFO] [stderr] | [INFO] [stderr] 766 | pub fn is_expn_of(mut span: Span, name: &str) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:766:57 [INFO] [stderr] | [INFO] [stderr] 766 | pub fn is_expn_of(mut span: Span, name: &str) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:790:32 [INFO] [stderr] | [INFO] [stderr] 790 | pub fn is_direct_expn_of(span: Span, name: &str) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:790:60 [INFO] [stderr] | [INFO] [stderr] 790 | pub fn is_direct_expn_of(span: Span, name: &str) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:866:65 [INFO] [stderr] | [INFO] [stderr] 866 | pub fn return_ty<'a, 'tcx>(cx: &LateContext<'a, 'tcx>, fn_item: NodeId) -> Ty<'tcx> { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyFnDef` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:889:13 [INFO] [stderr] | [INFO] [stderr] 889 | ty::TyFnDef(..) | ty::TyFnPtr(_) => ty.fn_sig(cx.tcx).unsafety() == Unsafety::Unsafe, [INFO] [stderr] | ^^^^^^^ help: a tuple variant with a similar name exists: `FnDef` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyFnPtr` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:889:31 [INFO] [stderr] | [INFO] [stderr] 889 | ty::TyFnDef(..) | ty::TyFnPtr(_) => ty.fn_sig(cx.tcx).unsafety() == Unsafety::Unsafe, [INFO] [stderr] | ^^^^^^^ help: a tuple variant with a similar name exists: `FnPtr` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:895:61 [INFO] [stderr] | [INFO] [stderr] 895 | !ty.moves_by_default(cx.tcx.global_tcx(), cx.param_env, DUMMY_SP) [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:948:12 [INFO] [stderr] | [INFO] [stderr] 948 | if let ExprBlock(ref block, _) = expr.node { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `TyPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:1001:16 [INFO] [stderr] | [INFO] [stderr] 1001 | if let TyPath(ref qp) = slf.node; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:1023:20 [INFO] [stderr] | [INFO] [stderr] 1023 | if let ExprPath(QPath::Resolved(None, ref path)) = arm.body.node; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMatch` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:1041:12 [INFO] [stderr] | [INFO] [stderr] 1041 | if let ExprMatch(_, ref arms, ref source) = expr.node { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:1065:62 [INFO] [stderr] | [INFO] [stderr] 1065 | pub fn is_allowed(cx: &LateContext, lint: &'static Lint, id: NodeId) -> bool { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/utils/mod.rs:1141:63 [INFO] [stderr] | [INFO] [stderr] 1141 | pub fn any_parent_is_automatically_derived(tcx: TyCtxt, node: NodeId) -> bool { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLit` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/approx_const.rs:66:16 [INFO] [stderr] | [INFO] [stderr] 66 | if let ExprLit(ref lit) = e.node { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:43:18 [INFO] [stderr] | [INFO] [stderr] 43 | span: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:58:18 [INFO] [stderr] | [INFO] [stderr] 58 | hir::ExprBinary(ref op, ref l, ref r) => { [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiAnd` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:60:26 [INFO] [stderr] | [INFO] [stderr] 60 | hir::BiAnd [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiOr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:61:28 [INFO] [stderr] | [INFO] [stderr] 61 | | hir::BiOr [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiBitAnd` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:62:28 [INFO] [stderr] | [INFO] [stderr] 62 | | hir::BiBitAnd [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiBitOr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:63:28 [INFO] [stderr] | [INFO] [stderr] 63 | | hir::BiBitOr [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiBitXor` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:64:28 [INFO] [stderr] | [INFO] [stderr] 64 | | hir::BiBitXor [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiShl` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:65:28 [INFO] [stderr] | [INFO] [stderr] 65 | | hir::BiShl [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiShr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:66:28 [INFO] [stderr] | [INFO] [stderr] 66 | | hir::BiShr [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiEq` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:67:28 [INFO] [stderr] | [INFO] [stderr] 67 | | hir::BiEq [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiLt` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:68:28 [INFO] [stderr] | [INFO] [stderr] 68 | | hir::BiLt [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiLe` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:69:28 [INFO] [stderr] | [INFO] [stderr] 69 | | hir::BiLe [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiNe` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:70:28 [INFO] [stderr] | [INFO] [stderr] 70 | | hir::BiNe [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiGe` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:71:28 [INFO] [stderr] | [INFO] [stderr] 71 | | hir::BiGe [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiGt` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:72:28 [INFO] [stderr] | [INFO] [stderr] 72 | | hir::BiGt => return, [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprUnary` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/arithmetic.rs:84:18 [INFO] [stderr] | [INFO] [stderr] 84 | hir::ExprUnary(hir::UnOp::UnNeg, ref arg) => { [INFO] [stderr] | ^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAssignOp` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:79:18 [INFO] [stderr] | [INFO] [stderr] 79 | hir::ExprAssignOp(op, ref lhs, ref rhs) => { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:90:29 [INFO] [stderr] | [INFO] [stderr] 90 | if let hir::ExprBinary(binop, ref l, ref r) = rhs.node { [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAssign` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:134:18 [INFO] [stderr] | [INFO] [stderr] 134 | hir::ExprAssign(ref assignee, ref e) => { [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:135:29 [INFO] [stderr] | [INFO] [stderr] 135 | if let hir::ExprBinary(op, ref l, ref r) = e.node { [INFO] [stderr] | ^^^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiAdd` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:178:34 [INFO] [stderr] | [INFO] [stderr] 178 | Add: BiAdd, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiSub` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:179:34 [INFO] [stderr] | [INFO] [stderr] 179 | Sub: BiSub, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiMul` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:180:34 [INFO] [stderr] | [INFO] [stderr] 180 | Mul: BiMul, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiDiv` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:181:34 [INFO] [stderr] | [INFO] [stderr] 181 | Div: BiDiv, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiRem` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:182:34 [INFO] [stderr] | [INFO] [stderr] 182 | Rem: BiRem, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiAnd` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:183:34 [INFO] [stderr] | [INFO] [stderr] 183 | And: BiAnd, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiOr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:184:33 [INFO] [stderr] | [INFO] [stderr] 184 | Or: BiOr, [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiBitAnd` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:185:37 [INFO] [stderr] | [INFO] [stderr] 185 | BitAnd: BiBitAnd, [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiBitOr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:186:36 [INFO] [stderr] | [INFO] [stderr] 186 | BitOr: BiBitOr, [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiBitXor` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:187:37 [INFO] [stderr] | [INFO] [stderr] 187 | BitXor: BiBitXor, [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiShr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | Shr: BiShr, [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiShl` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:189:34 [INFO] [stderr] | [INFO] [stderr] 189 | Shl: BiShl [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiAdd` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:227:38 [INFO] [stderr] | [INFO] [stderr] 227 | hir::BiAdd [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiMul` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:228:40 [INFO] [stderr] | [INFO] [stderr] 228 | | hir::BiMul [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiAnd` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:229:40 [INFO] [stderr] | [INFO] [stderr] 229 | | hir::BiAnd [INFO] [stderr] | ^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiOr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:230:40 [INFO] [stderr] | [INFO] [stderr] 230 | | hir::BiOr [INFO] [stderr] | ^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiBitXor` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:231:40 [INFO] [stderr] | [INFO] [stderr] 231 | | hir::BiBitXor [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiBitAnd` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:232:40 [INFO] [stderr] | [INFO] [stderr] 232 | | hir::BiBitAnd [INFO] [stderr] | ^^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BiBitOr` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:233:40 [INFO] [stderr] | [INFO] [stderr] 233 | | hir::BiBitOr => { [INFO] [stderr] | ^^^^^^^ not found in `hir` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BinOp_` in module `hir` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/assign_ops.rs:247:28 [INFO] [stderr] | [INFO] [stderr] 247 | fn is_commutative(op: hir::BinOp_) -> bool { [INFO] [stderr] | ^^^^^^ help: a type alias with a similar name exists: `BinOp` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Attribute` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:134:75 [INFO] [stderr] | [INFO] [stderr] 134 | fn check_attribute(&mut self, cx: &LateContext<'a, 'tcx>, attr: &'tcx Attribute) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemExternCrate` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:157:13 [INFO] [stderr] | [INFO] [stderr] 157 | ItemExternCrate(_) | ItemUse(_, _) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemUse` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:157:34 [INFO] [stderr] | [INFO] [stderr] 157 | ItemExternCrate(_) | ItemUse(_, _) => { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemUse` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:165:48 [INFO] [stderr] | [INFO] [stderr] 165 | if let ItemUse(_, _) = item.node { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ItemFn` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:210:12 [INFO] [stderr] | [INFO] [stderr] 210 | if let ItemFn(_, _, _, eid) = item.node { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use rustc::hir::intravisit::FnKind::ItemFn; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtDecl` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:237:13 [INFO] [stderr] | [INFO] [stderr] 237 | StmtDecl(_, _) => true, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtExpr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:238:13 [INFO] [stderr] | [INFO] [stderr] 238 | StmtExpr(ref expr, _) | StmtSemi(ref expr, _) => is_relevant_expr(tcx, tables, expr), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StmtSemi` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:238:37 [INFO] [stderr] | [INFO] [stderr] 238 | StmtExpr(ref expr, _) | StmtSemi(ref expr, _) => is_relevant_expr(tcx, tables, expr), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:247:9 [INFO] [stderr] | [INFO] [stderr] 247 | ExprBlock(ref block, _) => is_relevant_block(tcx, tables, block), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRet` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:248:9 [INFO] [stderr] | [INFO] [stderr] 248 | ExprRet(Some(ref e)) => is_relevant_expr(tcx, tables, e), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprRet` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:249:9 [INFO] [stderr] | [INFO] [stderr] 249 | ExprRet(None) | ExprBreak(_, None) => false, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBreak` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:249:25 [INFO] [stderr] | [INFO] [stderr] 249 | ExprRet(None) | ExprBreak(_, None) => false, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 250 | ExprCall(ref path_expr, _) => if let ExprPath(ref qpath) = path_expr.node { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:250:46 [INFO] [stderr] | [INFO] [stderr] 250 | ExprCall(ref path_expr, _) => if let ExprPath(ref qpath) = path_expr.node { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:263:40 [INFO] [stderr] | [INFO] [stderr] 263 | fn check_attrs(cx: &LateContext, span: Span, name: Name, attrs: &[Attribute]) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:263:52 [INFO] [stderr] | [INFO] [stderr] 263 | fn check_attrs(cx: &LateContext, span: Span, name: Name, attrs: &[Attribute]) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 263 | fn check_attrs(cx: &LateContext, span: Span, name: rustc::hir::print::AnnNode, attrs: &[Attribute]) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Attribute` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:263:67 [INFO] [stderr] | [INFO] [stderr] 263 | fn check_attrs(cx: &LateContext, span: Span, name: Name, attrs: &[Attribute]) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:314:41 [INFO] [stderr] | [INFO] [stderr] 314 | fn check_semver(cx: &LateContext, span: Span, lit: &Lit) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NestedMetaItem` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:328:18 [INFO] [stderr] | [INFO] [stderr] 328 | fn is_word(nmi: &NestedMetaItem, expected: &str) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/attrs.rs:341:49 [INFO] [stderr] | [INFO] [stderr] 341 | fn is_present_in_source(cx: &LateContext, span: Span) -> bool { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:112:16 [INFO] [stderr] | [INFO] [stderr] 112 | if let ExprBinary(ref cmp, ref left, ref right) = e.node { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BinOp_` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:146:20 [INFO] [stderr] | [INFO] [stderr] 146 | fn invert_cmp(cmp: BinOp_) -> BinOp_ { [INFO] [stderr] | ^^^^^^ help: a type alias with a similar name exists: `BinOp` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BinOp_` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:146:31 [INFO] [stderr] | [INFO] [stderr] 146 | fn invert_cmp(cmp: BinOp_) -> BinOp_ { [INFO] [stderr] | ^^^^^^ help: a type alias with a similar name exists: `BinOp` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiGt` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:150:17 [INFO] [stderr] | [INFO] [stderr] 150 | BiLt => BiGt, [INFO] [stderr] | ^^^^ help: a local variable with a similar name exists: `BiLt` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiLt` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:151:17 [INFO] [stderr] | [INFO] [stderr] 151 | BiGt => BiLt, [INFO] [stderr] | ^^^^ help: a local variable with a similar name exists: `BiGt` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiGe` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:152:17 [INFO] [stderr] | [INFO] [stderr] 152 | BiLe => BiGe, [INFO] [stderr] | ^^^^ help: a local variable with a similar name exists: `BiLe` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiLe` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:153:17 [INFO] [stderr] | [INFO] [stderr] 153 | BiGe => BiLe, [INFO] [stderr] | ^^^^ help: a local variable with a similar name exists: `BiGe` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiOr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:154:14 [INFO] [stderr] | [INFO] [stderr] 154 | _ => BiOr, // Dummy [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BinOp_` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:159:59 [INFO] [stderr] | [INFO] [stderr] 159 | fn check_compare(cx: &LateContext, bit_op: &Expr, cmp_op: BinOp_, cmp_value: u128, span: Span) { [INFO] [stderr] | ^^^^^^ help: a type alias with a similar name exists: `BinOp` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:159:90 [INFO] [stderr] | [INFO] [stderr] 159 | fn check_compare(cx: &LateContext, bit_op: &Expr, cmp_op: BinOp_, cmp_value: u128, span: Span) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:160:12 [INFO] [stderr] | [INFO] [stderr] 160 | if let ExprBinary(ref op, ref left, ref right) = bit_op.node { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiBitAnd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:161:23 [INFO] [stderr] | [INFO] [stderr] 161 | if op.node != BiBitAnd && op.node != BiBitOr { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiBitOr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:161:46 [INFO] [stderr] | [INFO] [stderr] 161 | if op.node != BiBitAnd && op.node != BiBitOr { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BinOp_` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:170:45 [INFO] [stderr] | [INFO] [stderr] 170 | fn check_bit_mask(cx: &LateContext, bit_op: BinOp_, cmp_op: BinOp_, mask_value: u128, cmp_value: u128, span: Span) { [INFO] [stderr] | ^^^^^^ help: a type alias with a similar name exists: `BinOp` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BinOp_` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:170:61 [INFO] [stderr] | [INFO] [stderr] 170 | fn check_bit_mask(cx: &LateContext, bit_op: BinOp_, cmp_op: BinOp_, mask_value: u128, cmp_value: u128, span: Span) { [INFO] [stderr] | ^^^^^^ help: a type alias with a similar name exists: `BinOp` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:170:110 [INFO] [stderr] | [INFO] [stderr] 170 | fn check_bit_mask(cx: &LateContext, bit_op: BinOp_, cmp_op: BinOp_, mask_value: u128, cmp_value: u128, span: Span) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:271:49 [INFO] [stderr] | [INFO] [stderr] 271 | fn check_ineffective_lt(cx: &LateContext, span: Span, m: u128, c: u128, op: &str) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bit_mask.rs:287:49 [INFO] [stderr] | [INFO] [stderr] 287 | fn check_ineffective_gt(cx: &LateContext, span: Span, m: u128, c: u128, op: &str) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprClosure` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/block_in_if_condition.rs:59:16 [INFO] [stderr] | [INFO] [stderr] 59 | if let ExprClosure(_, _, eid, _, _) = expr.node { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/block_in_if_condition.rs:62:34 [INFO] [stderr] | [INFO] [stderr] 62 | if matches!(ex.node, ExprBlock(_, _)) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/block_in_if_condition.rs:80:16 [INFO] [stderr] | [INFO] [stderr] 80 | if let ExprIf(ref check, ref then, _) = expr.node { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/block_in_if_condition.rs:81:20 [INFO] [stderr] | [INFO] [stderr] 81 | if let ExprBlock(ref block, _) = check.node { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:69:12 [INFO] [stderr] | [INFO] [stderr] 69 | _: Span, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:70:12 [INFO] [stderr] | [INFO] [stderr] 70 | _: NodeId, [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BinOp_` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:87:31 [INFO] [stderr] | [INFO] [stderr] 87 | fn extract(&mut self, op: BinOp_, a: &[&'v Expr], mut v: Vec) -> Result, String> { [INFO] [stderr] | ^^^^^^ help: a type alias with a similar name exists: `BinOp` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:89:20 [INFO] [stderr] | [INFO] [stderr] 89 | if let ExprBinary(binop, ref lhs, ref rhs) = a.node { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprUnary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:104:17 [INFO] [stderr] | [INFO] [stderr] 104 | ExprUnary(UnNot, ref inner) => return Ok(Bool::Not(box self.run(inner)?)), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:105:17 [INFO] [stderr] | [INFO] [stderr] 105 | ExprBinary(binop, ref lhs, ref rhs) => match binop.node { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprLit` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | ExprLit(ref lit) => match lit.node { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:124:17 [INFO] [stderr] | [INFO] [stderr] 124 | ExprBinary(binop, ref lhs, ref rhs) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DUMMY_NODE_ID` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:132:33 [INFO] [stderr] | [INFO] [stderr] 132 | id: DUMMY_NODE_ID, [INFO] [stderr] | ^^^^^^^^^^^^^ help: a constant with a similar name exists: `DUMMY_HIR_ID` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:134:35 [INFO] [stderr] | [INFO] [stderr] 134 | span: DUMMY_SP, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:136:35 [INFO] [stderr] | [INFO] [stderr] 136 | node: ExprBinary(dummy_spanned(op), lhs.clone(), rhs.clone()), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `dummy_spanned` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:136:46 [INFO] [stderr] | [INFO] [stderr] 136 | node: ExprBinary(dummy_spanned(op), lhs.clone(), rhs.clone()), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiNe` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:140:41 [INFO] [stderr] | [INFO] [stderr] 140 | BiEq => mk_expr(BiNe), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:141:41 [INFO] [stderr] | [INFO] [stderr] 141 | BiNe => mk_expr(BiEq), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiLe` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:142:41 [INFO] [stderr] | [INFO] [stderr] 142 | BiGt => mk_expr(BiLe), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiLt` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:143:41 [INFO] [stderr] | [INFO] [stderr] 143 | BiGe => mk_expr(BiLt), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiGe` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:144:41 [INFO] [stderr] | [INFO] [stderr] 144 | BiLt => mk_expr(BiGe), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiGt` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:145:41 [INFO] [stderr] | [INFO] [stderr] 145 | BiLe => mk_expr(BiGt), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:181:13 [INFO] [stderr] | [INFO] [stderr] 181 | ExprBinary(binop, ref lhs, ref rhs) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMethodCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:197:13 [INFO] [stderr] | [INFO] [stderr] 197 | ExprMethodCall(ref path, _, ref args) if args.len() == 1 => { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:444:13 [INFO] [stderr] | [INFO] [stderr] 444 | ExprBinary(binop, _, _) if binop.node == BiOr || binop.node == BiAnd => self.bool_expr(e), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiOr` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:444:54 [INFO] [stderr] | [INFO] [stderr] 444 | ExprBinary(binop, _, _) if binop.node == BiOr || binop.node == BiAnd => self.bool_expr(e), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiAnd` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:444:76 [INFO] [stderr] | [INFO] [stderr] 444 | ExprBinary(binop, _, _) if binop.node == BiOr || binop.node == BiAnd => self.bool_expr(e), [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprUnary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/booleans.rs:445:13 [INFO] [stderr] | [INFO] [stderr] 445 | ExprUnary(UnNot, ref inner) => if self.cx.tables.node_types()[inner.hir_id].is_bool() { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMethodCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:41:20 [INFO] [stderr] | [INFO] [stderr] 41 | if let ExprMethodCall(ref count, _, ref count_args) = expr.node; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMethodCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:44:20 [INFO] [stderr] | [INFO] [stderr] 44 | if let ExprMethodCall(ref filter, _, ref filter_args) = count_args[0].node; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprClosure` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:47:20 [INFO] [stderr] | [INFO] [stderr] 47 | if let ExprClosure(_, _, body_id, _, _) = filter_args[1].node; [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBinary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:53:28 [INFO] [stderr] | [INFO] [stderr] 53 | if let ExprBinary(ref op, ref l, ref r) = body.value.node; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BiEq` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:54:35 [INFO] [stderr] | [INFO] [stderr] 54 | if op.node == BiEq; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `TyUint` in module `ty` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:66:32 [INFO] [stderr] | [INFO] [stderr] 66 | if ty::TyUint(UintTy::U8) != walk_ptrs_ty(cx.tables.expr_ty(needle)).sty { [INFO] [stderr] | ^^^^^^ help: a tuple variant with a similar name exists: `Uint` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMethodCall` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:69:47 [INFO] [stderr] | [INFO] [stderr] 69 | let haystack = if let ExprMethodCall(ref path, _, ref args) = [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:95:20 [INFO] [stderr] | [INFO] [stderr] 95 | fn check_arg(name: Name, arg: Name, needle: &Expr) -> bool { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 95 | fn check_arg(name: rustc::hir::print::AnnNode, arg: Name, needle: &Expr) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:95:31 [INFO] [stderr] | [INFO] [stderr] 95 | fn check_arg(name: Name, arg: Name, needle: &Expr) -> bool { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 95 | fn check_arg(name: Name, arg: rustc::hir::print::AnnNode, needle: &Expr) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Name` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:99:41 [INFO] [stderr] | [INFO] [stderr] 99 | fn get_path_name(expr: &Expr) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: there is an enum variant `rustc::hir::print::AnnNode::Name`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 99 | fn get_path_name(expr: &Expr) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBox` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:101:9 [INFO] [stderr] | [INFO] [stderr] 101 | ExprBox(ref e) | ExprAddrOf(_, ref e) | ExprUnary(UnOp::UnDeref, ref e) => get_path_name(e), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprAddrOf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:101:26 [INFO] [stderr] | [INFO] [stderr] 101 | ExprBox(ref e) | ExprAddrOf(_, ref e) | ExprUnary(UnOp::UnDeref, ref e) => get_path_name(e), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprUnary` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:101:49 [INFO] [stderr] | [INFO] [stderr] 101 | ExprBox(ref e) | ExprAddrOf(_, ref e) | ExprUnary(UnOp::UnDeref, ref e) => get_path_name(e), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:102:9 [INFO] [stderr] | [INFO] [stderr] 102 | ExprBlock(ref b, _) => if b.stmts.is_empty() { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprPath` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/bytecount.rs:107:9 [INFO] [stderr] | [INFO] [stderr] 107 | ExprPath(ref qpath) => single_segment_path(qpath).map(|ps| ps.ident.name), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ty` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/const_static_lifetime.rs:37:35 [INFO] [stderr] | [INFO] [stderr] 37 | fn visit_type(&mut self, ty: &Ty, cx: &EarlyContext) { [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::Ty; [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::ty::Ty; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Item` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/const_static_lifetime.rs:81:56 [INFO] [stderr] | [INFO] [stderr] 81 | fn check_item(&mut self, cx: &EarlyContext, item: &Item) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::Item; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:118:23 [INFO] [stderr] | [INFO] [stderr] 118 | node: ExprIf(_, _, Some(ref else_expr)), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprMatch` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:175:12 [INFO] [stderr] | [INFO] [stderr] 175 | if let ExprMatch(_, ref arms, MatchSource::Normal) = expr.node { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SmallVector` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:235:37 [INFO] [stderr] | [INFO] [stderr] 235 | fn if_sequence(mut expr: &Expr) -> (SmallVector<&Expr>, SmallVector<&Block>) { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SmallVector` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:235:57 [INFO] [stderr] | [INFO] [stderr] 235 | fn if_sequence(mut expr: &Expr) -> (SmallVector<&Expr>, SmallVector<&Block>) { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SmallVector` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:237:21 [INFO] [stderr] | [INFO] [stderr] 237 | let mut blocks: SmallVector<&Block> = SmallVector::new(); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprIf` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:239:15 [INFO] [stderr] | [INFO] [stderr] 239 | while let ExprIf(ref cond, ref then_expr, ref else_expr) = expr.node { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:241:16 [INFO] [stderr] | [INFO] [stderr] 241 | if let ExprBlock(ref block, _) = then_expr.node { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ExprBlock` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:256:16 [INFO] [stderr] | [INFO] [stderr] 256 | if let ExprBlock(ref block, _) = expr.node { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalInternedString` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:265:73 [INFO] [stderr] | [INFO] [stderr] 265 | fn bindings<'a, 'tcx>(cx: &LateContext<'a, 'tcx>, pat: &Pat) -> HashMap> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalInternedString` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/copies.rs:266:89 [INFO] [stderr] | [INFO] [stderr] 266 | fn bindings_impl<'a, 'tcx>(cx: &LateContext<'a, 'tcx>, pat: &Pat, map: &mut HashMap>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/cyclomatic_complexity.rs:47:94 [INFO] [stderr] | [INFO] [stderr] 47 | fn check<'a, 'tcx: 'a>(&mut self, cx: &'a LateContext<'a, 'tcx>, body: &'tcx Body, span: Span) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/cyclomatic_complexity.rs:120:15 [INFO] [stderr] | [INFO] [stderr] 120 | span: Span, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use regex_syntax::ast::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NodeId` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/cyclomatic_complexity.rs:121:18 [INFO] [stderr] | [INFO] [stderr] 121 | node_id: NodeId, [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `BodyId` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Attribute` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.212/src/cyclomatic_complexity.rs:129:78 [INFO] [stderr] | [INFO] [stderr] 129 | fn enter_lint_attrs(&mut self, cx: &LateContext<'a, 'tcx>, attrs: &'tcx [Attribute]) { [WARN] too many lines in the log, truncating it