clippy 0.0.184

A bunch of helpful lints to avoid common pitfalls in Rust
Build #84163 2018-01-30T14:06:24.594136+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)
# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading clippy v0.0.184
Fresh serde v1.0.27
Fresh regex-syntax v0.4.2
Fresh either v1.4.0
Fresh void v1.0.2
Fresh lazy_static v1.0.0
Fresh libc v0.2.36
Fresh unicode-normalization v0.1.5
Fresh if_chain v0.1.2
Fresh toml v0.4.5
Fresh unicode-xid v0.0.4
Fresh matches v0.1.6
Fresh itertools v0.6.5
Fresh quote v0.3.15
Fresh itoa v0.3.4
Compiling clippy v0.0.184
Fresh semver-parser v0.7.0
Fresh percent-encoding v1.0.1
Fresh quine-mc_cluskey v0.2.4
Fresh utf8-ranges v1.0.0
Fresh bitflags v0.9.1
Fresh num-traits v0.1.42
Fresh dtoa v0.4.2
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.184/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=e0935280e0bd8016 -C extra-filename=-e0935280e0bd8016 --out-dir /home/cratesfyi/cratesfyi/debug/build/clippy-e0935280e0bd8016 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh semver v0.6.0
Fresh unreachable v1.0.0
Fresh getopts v0.2.17
Fresh synom v0.11.3
Fresh memchr v2.0.1
Fresh serde_json v1.0.9
Fresh unicode-bidi v0.3.4
Fresh syn v0.11.11
Fresh idna v0.1.4
Fresh serde_derive_internals v0.19.0
Fresh pulldown-cmark v0.0.15
Fresh url v1.6.0
Fresh serde_derive v1.0.27
Fresh cargo_metadata v0.2.3
Fresh aho-corasick v0.6.4
Fresh thread_local v0.3.5
Fresh regex v0.2.5
Compiling clippy_lints v0.0.184
Running `rustc --crate-name clippy_lints .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ca0e47d0ccf1a38e -C extra-filename=-ca0e47d0ccf1a38e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quine_mc_cluskey=/home/cratesfyi/cratesfyi/debug/deps/libquine_mc_cluskey-6d8f73fdf7c11d33.rlib --extern-version quine_mc_cluskey=quine-mc_cluskey,0.2.4 --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-33cbffd18eedd627.rlib --extern-version serde=serde,1.0.27 --extern if_chain=/home/cratesfyi/cratesfyi/debug/deps/libif_chain-0604e6b6fde947ad.rlib --extern-version if_chain=if_chain,0.1.2 --extern url=/home/cratesfyi/cratesfyi/debug/deps/liburl-8abcab8b95ef60ec.rlib --extern-version url=url,1.6.0 --extern semver=/home/cratesfyi/cratesfyi/debug/deps/libsemver-70b59fcc83de19e2.rlib --extern-version semver=semver,0.6.0 --extern pulldown_cmark=/home/cratesfyi/cratesfyi/debug/deps/libpulldown_cmark-51e76190cc33fac5.rlib --extern-version pulldown_cmark=pulldown-cmark,0.0.15 --extern itertools=/home/cratesfyi/cratesfyi/debug/deps/libitertools-8c808e0cbe979d1a.rlib --extern-version itertools=itertools,0.6.5 --extern matches=/home/cratesfyi/cratesfyi/debug/deps/libmatches-e2a43ce3f52b9dcc.rlib --extern-version matches=matches,0.1.6 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-d78457efc2ee8353.rlib --extern-version lazy_static=lazy_static,1.0.0 --extern unicode_normalization=/home/cratesfyi/cratesfyi/debug/deps/libunicode_normalization-5554c8b28de87bfc.rlib --extern-version unicode_normalization=unicode-normalization,0.1.5 --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-4fe84c02a735c569.rlib --extern-version regex_syntax=regex-syntax,0.4.2 --extern serde_derive=/home/cratesfyi/cratesfyi/debug/deps/libserde_derive-f976b5d07a1d7005.so --extern-version serde_derive=serde_derive,1.0.27 --extern toml=/home/cratesfyi/cratesfyi/debug/deps/libtoml-43a73e8f4c70aac5.rlib --extern-version toml=toml,0.4.5 --cap-lints allow`
error: expected one of `)` or `,`, found `=`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/copies.rs:193:25
|
193 |             (min_index..=max_index).all(|index| arms[index].guard.is_none()) &&
|                         ^ expected one of `)` or `,` here

error: expected one of `)` or `,`, found `=`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/loops.rs:1768:34
|
1768 |         ty::TyArray(_, n) => (0..=32).contains(const_to_u64(n)),
|                                  ^ expected one of `)` or `,` here

Running `/home/cratesfyi/cratesfyi/debug/build/clippy-e0935280e0bd8016/build-script-build`
error[E0432]: unresolved import `rustc::ty::layout::LayoutOf`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/mod.rs:12:25
|
12 | use rustc::ty::layout::{LayoutOf, Align};
|                         ^^^^^^^^ no `LayoutOf` in `ty::layout`. Did you mean to use `LayoutCx`?

error[E0408]: variable `DotDotEq` is not bound in all patterns
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/sugg.rs:366:9
|
366 |         DotDot | DotDotEq => Associativity::None,
|         ^^^^^^   -------- variable not in all patterns
|         |
|         pattern doesn't bind `DotDotEq`

error[E0433]: failed to resolve. Could not find `BodyOwnerKind` in `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/mod.rs:52:14
|
52 |         hir::BodyOwnerKind::Fn => false,
|              ^^^^^^^^^^^^^ Could not find `BodyOwnerKind` in `hir`

error[E0433]: failed to resolve. Could not find `BodyOwnerKind` in `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/mod.rs:53:14
|
53 |         hir::BodyOwnerKind::Const | hir::BodyOwnerKind::Static(..) => true,
|              ^^^^^^^^^^^^^ Could not find `BodyOwnerKind` in `hir`

error[E0433]: failed to resolve. Could not find `BodyOwnerKind` in `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/mod.rs:53:42
|
53 |         hir::BodyOwnerKind::Const | hir::BodyOwnerKind::Static(..) => true,
|                                          ^^^^^^^^^^^^^ Could not find `BodyOwnerKind` in `hir`

error[E0433]: failed to resolve. Use of undeclared type or module `GenericParam`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:228:16
|
228 |         if let GenericParam::Lifetime(ref lt) = *par {
|                ^^^^^^^^^^^^ Use of undeclared type or module `GenericParam`

error[E0407]: method `visit_generic_param` is not a member of trait `Visitor`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:408:5
|
408 | /     fn visit_generic_param(&mut self, param: &'tcx GenericParam) {
409 | |         // don't actually visit `<'a>` or `<'a: 'b>`
410 | |         // we've already visited the `'a` declarations and
411 | |         // don't want to spuriously remove them
...   |
416 | |         }
417 | |     }
| |_____^ not a member of trait `Visitor`

error[E0433]: failed to resolve. Use of undeclared type or module `GenericParam`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/misc_early.rs:192:20
|
192 |             if let GenericParam::Type(ref ty) = *param {
|                    ^^^^^^^^^^^^ Use of undeclared type or module `GenericParam`

error[E0433]: failed to resolve. Use of undeclared type or module `UseTreeKind`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/unsafe_removed_from_name.rs:46:9
|
46 |         UseTreeKind::Simple(new_name) => {
|         ^^^^^^^^^^^ Use of undeclared type or module `UseTreeKind`

error[E0433]: failed to resolve. Use of undeclared type or module `UseTreeKind`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/unsafe_removed_from_name.rs:55:9
|
55 |         UseTreeKind::Glob => {},
|         ^^^^^^^^^^^ Use of undeclared type or module `UseTreeKind`

error[E0433]: failed to resolve. Use of undeclared type or module `UseTreeKind`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/unsafe_removed_from_name.rs:56:9
|
56 |         UseTreeKind::Nested(ref nested_use_tree) => {
|         ^^^^^^^^^^^ Use of undeclared type or module `UseTreeKind`

error[E0531]: cannot find tuple struct/variant `ItemTraitAlias` in module `hir`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/inspector.rs:406:14
|
406 |         hir::ItemTraitAlias(..) => {
|              ^^^^^^^^^^^^^^ not found in `hir`

error[E0422]: cannot find struct, variant or union type `SubstitutionPart` in module `rustc_errors`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/mod.rs:641:39
|
641 |                         rustc_errors::SubstitutionPart {
|                                       ^^^^^^^^^^^^^^^^ did you mean `Substitution`?

error[E0412]: cannot find type `GenericParam` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:140:28
|
140 |     named_generics: &'tcx [GenericParam],
|                            ^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `GenericParam` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:225:39
|
225 | fn allowed_lts_from(named_generics: &[GenericParam]) -> HashSet<RefLt> {
|                                       ^^^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct/variant `TyImplTraitExistential` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:330:13
|
330 |             TyImplTraitExistential(ref exist_ty, _) => {
|             ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `GenericParam` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:408:52
|
408 |     fn visit_generic_param(&mut self, param: &'tcx GenericParam) {
|                                                    ^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find function `walk_generic_param` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:415:13
|
415 |             walk_generic_param(self, param)
|             ^^^^^^^^^^^^^^^^^^ did you mean `walk_generics`?

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

error[E0412]: cannot find type `UseTree` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/unsafe_removed_from_name.rs:44:30
|
44 | fn check_use_tree(use_tree: &UseTree, cx: &EarlyContext, span: &Span) {
|                              ^^^^^^^ not found in this scope

error[E0599]: no method named `body_owner_kind` found for type `rustc::hir::map::Map<'_>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/mod.rs:51:22
|
51 |     match cx.tcx.hir.body_owner_kind(parent_id) {
|                      ^^^^^^^^^^^^^^^

error[E0560]: struct `rustc_errors::CodeSuggestion` has no field named `substitutions`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/mod.rs:637:9
|
637 |         substitutions: vec![
|         ^^^^^^^^^^^^^^ `rustc_errors::CodeSuggestion` does not have this field
|
= note: available fields are: `substitution_parts`, `msg`, `show_code_when_inline`

error[E0560]: struct `rustc_errors::Substitution` has no field named `parts`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/mod.rs:639:17
|
639 |                 parts: sugg.into_iter()
|                 ^^^^^^ `rustc_errors::Substitution` does not have this field
|
= note: available fields are: `span`, `substitutions`

error[E0599]: no associated item named `TyForeign` found for type `rustc::hir::def::Def` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/mod.rs:952:9
|
952 |         Def::TyForeign(id) |
|         ^^^^^^^^^^^^^^^^^^

error[E0599]: no associated item named `TraitAlias` found for type `rustc::hir::def::Def` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/mod.rs:957:9
|
957 |         Def::TraitAlias(id) |
|         ^^^^^^^^^^^^^^^^^^^

error[E0599]: no method named `layout_of` found for type `(rustc::ty::TyCtxt<'a, 'tcx, 'tcx>, rustc::ty::ParamEnv<'tcx>)` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/mod.rs:1040:28
|
1040 |     (cx.tcx, cx.param_env).layout_of(ty)
|                            ^^^^^^^^^

error[E0599]: no method named `layout_of` found for type `(rustc::ty::TyCtxt<'a, 'tcx, 'tcx>, rustc::ty::ParamEnv<'tcx>)` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/mod.rs:1062:28
|
1062 |     (cx.tcx, cx.param_env).layout_of(ty).ok().map(|layout| layout.align)
|                            ^^^^^^^^^

error[E0609]: no field `label` on type `rustc::hir::Destination`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:76:26
|
76 |                 both(&li.label, &ri.label, |l, r| l.name.as_str() == r.name.as_str())
|                          ^^^^^ unknown field
|
= note: available fields are: `ident`, `target_id`

error[E0609]: no field `label` on type `rustc::hir::Destination`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:76:37
|
76 |                 both(&li.label, &ri.label, |l, r| l.name.as_str() == r.name.as_str())
|                                     ^^^^^ unknown field
|
= note: available fields are: `ident`, `target_id`

error[E0609]: no field `name` on type `&_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:76:53
|
76 |                 both(&li.label, &ri.label, |l, r| l.name.as_str() == r.name.as_str())
|                                                     ^^^^

error[E0609]: no field `label` on type `rustc::hir::Destination`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:90:26
|
90 |                 both(&li.label, &ri.label, |l, r| l.name.as_str() == r.name.as_str())
|                          ^^^^^ unknown field
|
= note: available fields are: `ident`, `target_id`

error[E0609]: no field `label` on type `rustc::hir::Destination`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:90:37
|
90 |                 both(&li.label, &ri.label, |l, r| l.name.as_str() == r.name.as_str())
|                                     ^^^^^ unknown field
|
= note: available fields are: `ident`, `target_id`

error[E0609]: no field `name` on type `&_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:90:53
|
90 |                 both(&li.label, &ri.label, |l, r| l.name.as_str() == r.name.as_str())
|                                                     ^^^^

error[E0609]: no field `name` on type `&syntax::codemap::Spanned<syntax_pos::symbol::Symbol>`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:108:78
|
108 |                 lls == rls && self.eq_block(lb, rb) && both(ll, rl, |l, r| l.name.as_str() == r.name.as_str())
|                                                                              ^^^^

error[E0609]: no field `name` on type `&syntax::codemap::Spanned<syntax_pos::symbol::Symbol>`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:108:97
|
108 |                 lls == rls && self.eq_block(lb, rb) && both(ll, rl, |l, r| l.name.as_str() == r.name.as_str())
|                                                                                                 ^^^^

error[E0609]: no field `name` on type `&syntax::codemap::Spanned<syntax_pos::symbol::Symbol>`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:134:88
|
134 |                 self.eq_expr(lc, rc) && self.eq_block(lb, rb) && both(ll, rl, |l, r| l.name.as_str() == r.name.as_str())
|                                                                                        ^^^^

error[E0609]: no field `name` on type `&syntax::codemap::Spanned<syntax_pos::symbol::Symbol>`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:134:107
|
134 |                 self.eq_expr(lc, rc) && self.eq_block(lb, rb) && both(ll, rl, |l, r| l.name.as_str() == r.name.as_str())
|                                                                                                           ^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:221:15
|
221 |             (&None, &None) => true,
|               ^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:221:22
|
221 |             (&None, &None) => true,
|                      ^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:222:15
|
222 |             (&Some(ref l), &Some(ref r)) => self.eq_path_parameters(l, r),
|               ^^^^^^^^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:222:29
|
222 |             (&Some(ref l), &Some(ref r)) => self.eq_path_parameters(l, r),
|                             ^^^^^^^^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0609]: no field `label` on type `rustc::hir::Destination`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:330:36
|
330 |                 if let Some(i) = i.label {
|                                    ^^^^^ unknown field
|
= note: available fields are: `ident`, `target_id`

error[E0609]: no field `label` on type `rustc::hir::Destination`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:367:36
|
367 |                 if let Some(i) = i.label {
|                                    ^^^^^ unknown field
|
= note: available fields are: `ident`, `target_id`

error[E0609]: no field `name` on type `syntax::codemap::Spanned<syntax_pos::symbol::Symbol>`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:432:39
|
432 |                     self.hash_name(&i.name);
|                                       ^^^^ unknown field
|
= note: available fields are: `node`, `span`

error[E0609]: no field `name` on type `syntax::codemap::Spanned<syntax_pos::symbol::Symbol>`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/hir_utils.rs:527:39
|
527 |                     self.hash_name(&l.name);
|                                       ^^^^ unknown field
|
= note: available fields are: `node`, `span`

error[E0599]: no associated item named `DotDotEq` found for type `syntax::util::parser::AssocOp` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/sugg.rs:130:74
|
130 |             ast::ExprKind::Range(.., RangeLimits::Closed) => Sugg::BinOp(AssocOp::DotDotEq, snippet),
|                                                                          ^^^^^^^^^^^^^^^^^

error[E0599]: no associated item named `DotDotEq` found for type `syntax::util::parser::AssocOp` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/sugg.rs:169:52
|
169 |             ast::RangeLimits::Closed => make_assoc(AssocOp::DotDotEq, &self, end),
|                                                    ^^^^^^^^^^^^^^^^^

error[E0599]: no associated item named `DotDotEq` found for type `syntax::util::parser::AssocOp` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/sugg.rs:316:9
|
316 |         AssocOp::DotDotEq => format!("{}..={}", lhs, rhs),
|         ^^^^^^^^^^^^^^^^^

error[E0599]: no method named `next_point` found for type `&syntax::codemap::CodeMap` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/sugg.rs:505:38
|
505 |         let hi = cx.sess().codemap().next_point(remove_span).hi();
|                                      ^^^^^^^^^^

error[E0599]: no method named `trait_is_auto` found for type `rustc::ty::TyCtxt<'_, '_, '_>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/inspector.rs:400:23
|
400 |             if cx.tcx.trait_is_auto(did) {
|                       ^^^^^^^^^^^^^

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:76:29
|
76 |                 start: Some(get_field("start", fields)?),
|                             ---------------------------
|                             |
|                             the `?` operator cannot be applied to type `std::option::Option<&rustc::hir::Expr>`
|                             in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<&rustc::hir::Expr>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be used in a function that returns `Result` (or another type that implements `std::ops::Try`)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:76:29
|
76 |                 start: Some(get_field("start", fields)?),
|                             ---------------------------
|                             |
|                             cannot use the `?` operator in a function that returns `std::option::Option<utils::higher::Range<'_>>`
|                             in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<utils::higher::Range<'_>>`
= note: required by `std::ops::Try::from_error`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:82:29
|
82 |                 start: Some(get_field("start", fields)?),
|                             ---------------------------
|                             |
|                             the `?` operator cannot be applied to type `std::option::Option<&rustc::hir::Expr>`
|                             in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<&rustc::hir::Expr>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be used in a function that returns `Result` (or another type that implements `std::ops::Try`)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:82:29
|
82 |                 start: Some(get_field("start", fields)?),
|                             ---------------------------
|                             |
|                             cannot use the `?` operator in a function that returns `std::option::Option<utils::higher::Range<'_>>`
|                             in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<utils::higher::Range<'_>>`
= note: required by `std::ops::Try::from_error`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:83:27
|
83 |                 end: Some(get_field("end", fields)?),
|                           -------------------------
|                           |
|                           the `?` operator cannot be applied to type `std::option::Option<&rustc::hir::Expr>`
|                           in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<&rustc::hir::Expr>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be used in a function that returns `Result` (or another type that implements `std::ops::Try`)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:83:27
|
83 |                 end: Some(get_field("end", fields)?),
|                           -------------------------
|                           |
|                           cannot use the `?` operator in a function that returns `std::option::Option<utils::higher::Range<'_>>`
|                           in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<utils::higher::Range<'_>>`
= note: required by `std::ops::Try::from_error`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:88:29
|
88 |                 start: Some(get_field("start", fields)?),
|                             ---------------------------
|                             |
|                             the `?` operator cannot be applied to type `std::option::Option<&rustc::hir::Expr>`
|                             in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<&rustc::hir::Expr>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be used in a function that returns `Result` (or another type that implements `std::ops::Try`)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:88:29
|
88 |                 start: Some(get_field("start", fields)?),
|                             ---------------------------
|                             |
|                             cannot use the `?` operator in a function that returns `std::option::Option<utils::higher::Range<'_>>`
|                             in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<utils::higher::Range<'_>>`
= note: required by `std::ops::Try::from_error`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:89:27
|
89 |                 end: Some(get_field("end", fields)?),
|                           -------------------------
|                           |
|                           the `?` operator cannot be applied to type `std::option::Option<&rustc::hir::Expr>`
|                           in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<&rustc::hir::Expr>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be used in a function that returns `Result` (or another type that implements `std::ops::Try`)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:89:27
|
89 |                 end: Some(get_field("end", fields)?),
|                           -------------------------
|                           |
|                           cannot use the `?` operator in a function that returns `std::option::Option<utils::higher::Range<'_>>`
|                           in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<utils::higher::Range<'_>>`
= note: required by `std::ops::Try::from_error`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:95:27
|
95 |                 end: Some(get_field("end", fields)?),
|                           -------------------------
|                           |
|                           the `?` operator cannot be applied to type `std::option::Option<&rustc::hir::Expr>`
|                           in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<&rustc::hir::Expr>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be used in a function that returns `Result` (or another type that implements `std::ops::Try`)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:95:27
|
95 |                 end: Some(get_field("end", fields)?),
|                           -------------------------
|                           |
|                           cannot use the `?` operator in a function that returns `std::option::Option<utils::higher::Range<'_>>`
|                           in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<utils::higher::Range<'_>>`
= note: required by `std::ops::Try::from_error`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:101:27
|
101 |                 end: Some(get_field("end", fields)?),
|                           -------------------------
|                           |
|                           the `?` operator cannot be applied to type `std::option::Option<&rustc::hir::Expr>`
|                           in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<&rustc::hir::Expr>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be used in a function that returns `Result` (or another type that implements `std::ops::Try`)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:101:27
|
101 |                 end: Some(get_field("end", fields)?),
|                           -------------------------
|                           |
|                           cannot use the `?` operator in a function that returns `std::option::Option<utils::higher::Range<'_>>`
|                           in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<utils::higher::Range<'_>>`
= note: required by `std::ops::Try::from_error`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:51:21
|
51 |         let expr = &fields.iter().find(|field| field.name.node == name)?.expr;
|                     ----------------------------------------------------
|                     |
|                     the `?` operator cannot be applied to type `std::option::Option<&rustc::hir::Field>`
|                     in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<&rustc::hir::Field>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be used in a function that returns `Result` (or another type that implements `std::ops::Try`)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/utils/higher.rs:51:21
|
51 |         let expr = &fields.iter().find(|field| field.name.node == name)?.expr;
|                     ----------------------------------------------------
|                     |
|                     cannot use the `?` operator in a function that returns `std::option::Option<&rustc::hir::Expr>`
|                     in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<&rustc::hir::Expr>`
= note: required by `std::ops::Try::from_error`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/booleans.rs:185:56
|
185 |                 }.and_then(|op| Some(format!("{}{}{}", self.snip(lhs)?, op, self.snip(rhs)?)))
|                                                        ---------------
|                                                        |
|                                                        the `?` operator cannot be applied to type `std::option::Option<std::string::String>`
|                                                        in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<std::string::String>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/booleans.rs:185:77
|
185 |                 }.and_then(|op| Some(format!("{}{}{}", self.snip(lhs)?, op, self.snip(rhs)?)))
|                                                                             ---------------
|                                                                             |
|                                                                             the `?` operator cannot be applied to type `std::option::Option<std::string::String>`
|                                                                             in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<std::string::String>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/booleans.rs:192:73
|
192 |                     .and_then(|(_, neg_method)| Some(format!("{}.{}()", self.snip(&args[0])?, neg_method)))
|                                                                         --------------------
|                                                                         |
|                                                                         the `?` operator cannot be applied to type `std::option::Option<std::string::String>`
|                                                                         in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<std::string::String>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/booleans.rs:221:36
|
221 |                         let snip = self.snip(terminal)?;
|                                    --------------------
|                                    |
|                                    the `?` operator cannot be applied to type `std::option::Option<std::string::String>`
|                                    in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<std::string::String>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be used in a function that returns `Result` (or another type that implements `std::ops::Try`)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/booleans.rs:221:36
|
221 |                         let snip = self.snip(terminal)?;
|                                    --------------------
|                                    |
|                                    cannot use the `?` operator in a function that returns `std::option::Option<()>`
|                                    in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<()>`
= note: required by `std::ops::Try::from_error`

error[E0277]: the trait bound `str: std::marker::Sized` is not satisfied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/booleans.rs:221:29
|
221 |                         let snip = self.snip(terminal)?;
|                             ^^^^ `str` does not have a constant size known at compile-time
|
= help: the trait `std::marker::Sized` is not implemented for `str`
= note: all local variables must have a statically known size

error[E0277]: the trait bound `str: std::marker::Sized` is not satisfied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/booleans.rs:221:36
|
221 |                         let snip = self.snip(terminal)?;
|                                    ^^^^^^^^^^^^^^^^^^^^ `str` does not have a constant size known at compile-time
|
= help: the trait `std::marker::Sized` is not implemented for `str`
= note: all local variables must have a statically known size

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/booleans.rs:227:21
|
227 |                     self.recurse(inner)?;
|                     --------------------
|                     |
|                     the `?` operator cannot be applied to type `std::option::Option<()>`
|                     in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<()>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/booleans.rs:253:28
|
253 |                 let snip = self.snip(self.terminals[n as usize])?;
|                            --------------------------------------
|                            |
|                            the `?` operator cannot be applied to type `std::option::Option<std::string::String>`
|                            in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<std::string::String>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be used in a function that returns `Result` (or another type that implements `std::ops::Try`)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/booleans.rs:253:28
|
253 |                 let snip = self.snip(self.terminals[n as usize])?;
|                            --------------------------------------
|                            |
|                            cannot use the `?` operator in a function that returns `std::option::Option<()>`
|                            in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<()>`
= note: required by `std::ops::Try::from_error`

error[E0277]: the trait bound `str: std::marker::Sized` is not satisfied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/booleans.rs:253:21
|
253 |                 let snip = self.snip(self.terminals[n as usize])?;
|                     ^^^^ `str` does not have a constant size known at compile-time
|
= help: the trait `std::marker::Sized` is not implemented for `str`
= note: all local variables must have a statically known size

error[E0277]: the trait bound `str: std::marker::Sized` is not satisfied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/booleans.rs:253:28
|
253 |                 let snip = self.snip(self.terminals[n as usize])?;
|                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `str` does not have a constant size known at compile-time
|
= help: the trait `std::marker::Sized` is not implemented for `str`
= note: all local variables must have a statically known size

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/copies.rs:188:91
|
188 |           let eq = |&(lindex, lhs): &(usize, &Arm), &(rindex, rhs): &(usize, &Arm)| -> bool {
|  ___________________________________________________________________________________________^
189 | |             let min_index = usize::min(lindex, rindex);
190 | |             let max_index = usize::max(lindex, rindex);
191 | |             // Arms with a guard are ignored, those can’t always be merged together
...   |
196 | |                 bindings(cx, &lhs.pats[0]) == bindings(cx, &rhs.pats[0])
197 | |         };
| |_________^ expected bool, found ()
|
= note: expected type `bool`
found type `()`

error[E0061]: this function takes 5 parameters but 6 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/escape.rs:74:29
|
74 |         ExprUseVisitor::new(&mut v, cx.tcx, cx.param_env, region_scope_tree, cx.tables, None).consume_body(body);
|                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 5 parameters

error[E0023]: this pattern has 5 fields, but the corresponding tuple variant has 4 fields
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/len_zero.rs:71:13
|
71 |             ItemTrait(_, _, _, _, ref trait_items) => check_trait_items(cx, item, trait_items),
|             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 5

error[E0609]: no field `generics` on type `&'tcx rustc::hir::ImplItem`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:69:59
|
69 |             check_fn_inner(cx, &sig.decl, Some(id), &item.generics, item.span);
|                                                           ^^^^^^^^

error[E0609]: no field `generics` on type `&'tcx rustc::hir::TraitItem`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:79:55
|
79 |             check_fn_inner(cx, &sig.decl, body, &item.generics, item.span);
|                                                       ^^^^^^^^

error[E0599]: no method named `ty_params` found for type `&'tcx rustc::hir::Generics` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:104:25
|
104 |     for typ in generics.ty_params() {
|                         ^^^^^^^^^ field, not a method
|
= help: did you mean to write `generics.ty_params` instead of `generics.ty_params(...)`?

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:114:24
|
114 |                 if let Some(ref params) = *params {
|                        ^^^^^^^^^^^^^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0609]: no field `lifetimes` on type `&_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:115:42
|
115 |                     for bound in &params.lifetimes {
|                                          ^^^^^^^^^

error[E0609]: no field `params` on type `&'tcx rustc::hir::Generics`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:125:52
|
125 |     if could_use_elision(cx, decl, body, &generics.params, bounds_lts) {
|                                                    ^^^^^^

error[E0599]: no method named `name` found for type `syntax_pos::symbol::Symbol` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:241:20
|
241 |         if lt.name.name() != "'static" {
|                    ^^^^

error[E0599]: no method named `name` found for type `syntax_pos::symbol::Symbol` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:242:43
|
242 |             vec.push(RefLt::Named(lt.name.name()));
|                                           ^^^^

error[E0599]: no method named `name` found for type `syntax_pos::symbol::Symbol` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:272:24
|
272 |             if lt.name.name() == "'static" {
|                        ^^^^

error[E0599]: no method named `name` found for type `syntax_pos::symbol::Symbol` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:277:52
|
277 |                 self.lts.push(RefLt::Named(lt.name.name()));
|                                                    ^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:293:16
|
293 |         if let Some(ref last_path_segment) = last_path_segment(qpath).parameters {
|                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0609]: no field `parenthesized` on type `&_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:294:35
|
294 |             if !last_path_segment.parenthesized && last_path_segment.lifetimes.is_empty() {
|                                   ^^^^^^^^^^^^^

error[E0609]: no field `bound_generic_params` on type `&rustc::hir::WhereBoundPredicate`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:370:58
|
370 |                 let allowed_lts = allowed_lts_from(&pred.bound_generic_params);
|                                                          ^^^^^^^^^^^^^^^^^^^^

error[E0599]: no method named `name` found for type `syntax_pos::symbol::Symbol` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:405:40
|
405 |         self.map.remove(&lifetime.name.name());
|                                        ^^^^

error[E0599]: no method named `lifetimes` found for type `&'tcx rustc::hir::Generics` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:425:10
|
425 |         .lifetimes()
|          ^^^^^^^^^ field, not a method
|
= help: did you mean to write `generics.lifetimes` instead of `generics.lifetimes(...)`?

error[E0599]: no method named `name` found for type `syntax_pos::symbol::Symbol` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:445:26
|
445 |         if lifetime.name.name() != keywords::Invalid.name() && lifetime.name.name() != "'static" {
|                          ^^^^

error[E0599]: no method named `name` found for type `syntax_pos::symbol::Symbol` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lifetimes.rs:445:78
|
445 |         if lifetime.name.name() != keywords::Invalid.name() && lifetime.name.name() != "'static" {
|                                                                              ^^^^

error[E0061]: this function takes 5 parameters but 6 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/loops.rs:1483:25
|
1483 |     ExprUseVisitor::new(&mut delegate, cx.tcx, cx.param_env, region_scope_tree, cx.tables, None).walk_expr(body);
|                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 5 parameters

error[E0609]: no field `label` on type `rustc::hir::Destination`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/loops.rs:1811:50
|
1811 |         ExprBreak(dest, ref passed_expr) if dest.label.is_none() && passed_expr.is_none() => true,
|                                                  ^^^^^ unknown field
|
= note: available fields are: `ident`, `target_id`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/map_clone.rs:106:33
|
106 |                     parameters: None,
|                                 ^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`
= help: here are some functions which might fulfill your needs:
- .unwrap()
- .unwrap_or_default()

error[E0560]: struct `rustc::hir::PathSegment` has no field named `infer_types`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/map_clone.rs:107:21
|
107 |                     infer_types: true,
|                     ^^^^^^^^^^^^ `rustc::hir::PathSegment` does not have this field
|
= note: available fields are: `name`, `parameters`

error[E0609]: no field `generics` on type `&'tcx rustc::hir::ImplItem`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/methods.rs:796:94
|
796 |                         self_kind.matches(first_arg_ty, first_arg, self_ty, false, &implitem.generics) {
|                                                                                              ^^^^^^^^

error[E0609]: no field `generics` on type `&'tcx rustc::hir::ImplItem`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/methods.rs:813:101
|
813 |                             .any(|k| k.matches(first_arg_ty, first_arg, self_ty, is_copy, &implitem.generics));
|                                                                                                     ^^^^^^^^

error[E0599]: no method named `rvalue_promotable_map` found for type `rustc::ty::TyCtxt<'_, '_, '_>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/methods.rs:918:33
|
918 |         let promotable = cx.tcx.rvalue_promotable_map(owner_def).contains(&arg.hir_id.local_id);
|                                 ^^^^^^^^^^^^^^^^^^^^^

error[E0599]: no method named `next_point` found for type `&syntax::codemap::CodeMap` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/methods.rs:1170:54
|
1170 |                 let next_point = cx.sess().codemap().next_point(fold_args[0].span);
|                                                      ^^^^^^^^^^

error[E0599]: no method named `ty_params` found for type `&rustc::hir::Generics` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/methods.rs:1967:18
|
1967 |         generics.ty_params().any(|param| {
|                  ^^^^^^^^^ field, not a method
|
= help: did you mean to write `generics.ty_params` instead of `generics.ty_params(...)`?

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/methods.rs:1972:32
|
1972 |                         if let Some(ref params) = s.parameters {
|                                ^^^^^^^^^^^^^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0609]: no field `parenthesized` on type `&_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/methods.rs:1973:39
|
1973 |                             if params.parenthesized {
|                                       ^^^^^^^^^^^^^

error[E0061]: this function takes 2 parameters but 1 parameter was supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/misc.rs:548:24
|
548 |         .builtin_deref(true)
|                        ^^^^ expected 2 parameters

error[E0061]: this function takes 2 parameters but 1 parameter was supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/misc.rs:552:24
|
552 |         .builtin_deref(true)
|                        ^^^^ expected 2 parameters

error[E0609]: no field `params` on type `&syntax::ast::Generics`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/misc_early.rs:191:27
|
191 |         for param in &gen.params {
|                           ^^^^^^

error[E0023]: this pattern has 5 fields, but the corresponding tuple variant has 4 fields
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/misc_early.rs:299:24
|
299 |                 if let ExprKind::Closure(_, _, ref decl, ref block, _) = closure.node {
|                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 5

error[E0023]: this pattern has 5 fields, but the corresponding tuple variant has 4 fields
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/misc_early.rs:330:24
|
330 |                 if let ExprKind::Closure(_, _, _, _, _) = t.node;
|                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 5

error[E0599]: no associated item named `Usize` found for type `syntax::ast::UintTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/mutex_atomic.rs:72:47
|
72 |                         ty::TyUint(t) if t != ast::UintTy::Usize => span_lint(cx, MUTEX_INTEGER, expr.span, &msg),
|                                               ^^^^^^^^^^^^^^^^^^

error[E0599]: no associated item named `Isize` found for type `syntax::ast::IntTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/mutex_atomic.rs:73:46
|
73 |                         ty::TyInt(t) if t != ast::IntTy::Isize => span_lint(cx, MUTEX_INTEGER, expr.span, &msg),
|                                              ^^^^^^^^^^^^^^^^^

error[E0061]: this function takes 5 parameters but 6 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/needless_pass_by_value.rs:139:38
|
139 |             euv::ExprUseVisitor::new(&mut ctx, cx.tcx, cx.param_env, region_scope_tree, cx.tables, None)
|                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 5 parameters

error[E0599]: no method named `as_ref` found for type `rustc::hir::PathParameters` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/needless_pass_by_value.rs:223:62
|
223 |                                 .and_then(|ps| ps.parameters.as_ref())
|                                                              ^^^^^^

error[E0599]: no method named `non_enum_variant` found for type `&rustc::ty::AdtDef` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/needless_update.rs:38:40
|
38 |                 if fields.len() == def.non_enum_variant().fields.len() {
|                                        ^^^^^^^^^^^^^^^^

error[E0609]: no field `generics` on type `&rustc::hir::ImplItem`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/new_without_default.rs:106:38
|
106 |                         if impl_item.generics.params.iter().any(|gen| gen.is_type_param()) {
|                                      ^^^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/ptr.rs:164:58
|
164 |                     if let Some(&PathSegment{parameters: Some(ref parameters), ..}) = path.segments.last();
|                                                          ^^^^^^^^^^^^^^^^^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0609]: no field `types` on type `&_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/ptr.rs:165:35
|
165 |                     if parameters.types.len() == 1;
|                                   ^^^^^

error[E0599]: no method named `is_ascii` found for type `char` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/strings.rs:154:67
|
154 |                         if lit_content.as_str().chars().all(|c| c.is_ascii()) && !in_macro(args[0].span) {
|                                                                   ^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
= note: the following trait is implemented but not in scope, perhaps add a `use` for it:
candidate #1: `use std::ascii::AsciiExt;`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/transmute.rs:429:16
|
429 |         if let Some(ref params) = seg.parameters;
|                ^^^^^^^^^^^^^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0609]: no field `parenthesized` on type `&_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/transmute.rs:430:20
|
430 |         if !params.parenthesized;
|                    ^^^^^^^^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:183:16
|
183 |         if let Some(ref params) = last.parameters;
|                ^^^^^^^^^^^^^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0609]: no field `parenthesized` on type `&_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:184:20
|
184 |         if !params.parenthesized;
|                    ^^^^^^^^^^^^^

error[E0599]: no method named `as_ref` found for type `rustc::hir::PathParameters` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:248:30
|
248 |                             .as_ref()
|                              ^^^^^^

error[E0599]: no method named `as_ref` found for type `rustc::hir::PathParameters` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:256:26
|
256 |                         .as_ref()
|                          ^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:263:28
|
263 |                     if let Some(ref params) = seg.parameters {
|                            ^^^^^^^^^^^^^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0609]: no field `types` on type `&_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:264:42
|
264 |                         for ty in params.types.iter() {
|                                          ^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:291:24
|
291 |                 if let Some(ref params) = bx.parameters;
|                        ^^^^^^^^^^^^^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0609]: no field `parenthesized` on type `&_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:292:28
|
292 |                 if !params.parenthesized;
|                            ^^^^^^^^^^^^^

error[E0599]: no method named `name` found for type `syntax_pos::symbol::Symbol` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:303:48
|
303 |                         format!("{} ", lt.name.name().as_str())
|                                                ^^^^

error[E0599]: no associated item named `Isize` found for type `syntax::ast::IntTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:687:13
|
687 |             IntTy::Isize => tcx.data_layout.pointer_size.bits(),
|             ^^^^^^^^^^^^

error[E0599]: no associated item named `Usize` found for type `syntax::ast::UintTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:695:13
|
695 |             UintTy::Usize => tcx.data_layout.pointer_size.bits(),
|             ^^^^^^^^^^^^^

error[E0599]: no associated item named `Isize` found for type `syntax::ast::IntTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:708:19
|
708 |         ty::TyInt(IntTy::Isize) | ty::TyUint(UintTy::Usize) => true,
|                   ^^^^^^^^^^^^

error[E0599]: no associated item named `Usize` found for type `syntax::ast::UintTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:708:46
|
708 |         ty::TyInt(IntTy::Isize) | ty::TyUint(UintTy::Usize) => true,
|                                              ^^^^^^^^^^^^^

error[E0609]: no field `bound_generic_params` on type `&rustc::hir::PolyTraitRef`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1103:40
|
1103 |                     .any(|bound| bound.bound_generic_params.iter().any(|gen| gen.is_lifetime_param()));
|                                        ^^^^^^^^^^^^^^^^^^^^

error[E0599]: no associated item named `Isize` found for type `syntax::ast::IntTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1322:21
|
1322 |         (&ty::TyInt(IntTy::Isize), Integral(Isize(Is32(::std::i32::MIN)))) |
|                     ^^^^^^^^^^^^

error[E0599]: no associated item named `Isize` found for type `syntax::ast::IntTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1323:21
|
1323 |         (&ty::TyInt(IntTy::Isize), Integral(Isize(Is64(::std::i64::MIN)))) |
|                     ^^^^^^^^^^^^

error[E0599]: no associated item named `Usize` found for type `syntax::ast::UintTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1329:22
|
1329 |         (&ty::TyUint(UintTy::Usize), Integral(Usize(Us32(::std::u32::MIN)))) |
|                      ^^^^^^^^^^^^^

error[E0599]: no associated item named `Usize` found for type `syntax::ast::UintTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1330:22
|
1330 |         (&ty::TyUint(UintTy::Usize), Integral(Usize(Us64(::std::u64::MIN)))) |
|                      ^^^^^^^^^^^^^

error[E0599]: no associated item named `Isize` found for type `syntax::ast::IntTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1338:21
|
1338 |         (&ty::TyInt(IntTy::Isize), Integral(Isize(Is32(::std::i32::MAX)))) |
|                     ^^^^^^^^^^^^

error[E0599]: no associated item named `Isize` found for type `syntax::ast::IntTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1339:21
|
1339 |         (&ty::TyInt(IntTy::Isize), Integral(Isize(Is64(::std::i64::MAX)))) |
|                     ^^^^^^^^^^^^

error[E0599]: no associated item named `Usize` found for type `syntax::ast::UintTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1345:22
|
1345 |         (&ty::TyUint(UintTy::Usize), Integral(Usize(Us32(::std::u32::MAX)))) |
|                      ^^^^^^^^^^^^^

error[E0599]: no associated item named `Usize` found for type `syntax::ast::UintTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1346:22
|
1346 |         (&ty::TyUint(UintTy::Usize), Integral(Usize(Us64(::std::u64::MAX)))) |
|                      ^^^^^^^^^^^^^

error[E0599]: no associated item named `Isize` found for type `syntax::ast::IntTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1500:17
|
1500 |                 IntTy::Isize => (FullInt::S(isize::min_value() as i128), FullInt::S(isize::max_value() as i128)),
|                 ^^^^^^^^^^^^

error[E0599]: no associated item named `Usize` found for type `syntax::ast::UintTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1517:17
|
1517 |                 UintTy::Usize => (FullInt::U(usize::min_value() as u128), FullInt::U(usize::max_value() as u128)),
|                 ^^^^^^^^^^^^^

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1725:76
|
1725 |                             .and_then(|snip| Some(item.span.lo() + BytePos(snip.find("impl")? as u32 + 4)))
|                                                                            ------------------
|                                                                            |
|                                                                            the `?` operator cannot be applied to type `std::option::Option<usize>`
|                                                                            in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<usize>`
= note: required by `std::ops::Try::into_result`

error[E0599]: no method named `data` found for type `syntax_pos::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1727:55
|
1727 |                         Span::new(pos, pos, item.span.data().ctxt)
|                                                       ^^^^

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1757:45
|
1757 |                                     let i = snip.find("fn")?;
|                                             ----------------
|                                             |
|                                             the `?` operator cannot be applied to type `std::option::Option<usize>`
|                                             in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<usize>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1758:72
|
1758 |                                     Some(item.span.lo() + BytePos((i + (&snip[i..]).find('(')?) as u32))
|                                                                        -----------------------
|                                                                        |
|                                                                        the `?` operator cannot be applied to type `std::option::Option<usize>`
|                                                                        in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<usize>`
= note: required by `std::ops::Try::into_result`

error[E0599]: no method named `data` found for type `syntax_pos::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1761:59
|
1761 |                             Span::new(pos, pos, item.span.data().ctxt)
|                                                           ^^^^

error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1796:27
|
1796 |             let params = &path.segments.last().as_ref()?.parameters.as_ref()?.types;
|                           ------------------------------
|                           |
|                           the `?` operator cannot be applied to type `std::option::Option<&&rustc::hir::PathSegment>`
|                           in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<&&rustc::hir::PathSegment>`
= note: required by `std::ops::Try::into_result`

error[E0277]: the `?` operator can only be used in a function that returns `Result` (or another type that implements `std::ops::Try`)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1796:27
|
1796 |             let params = &path.segments.last().as_ref()?.parameters.as_ref()?.types;
|                           ------------------------------
|                           |
|                           cannot use the `?` operator in a function that returns `std::option::Option<types::ImplicitHasherType<'_>>`
|                           in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<types::ImplicitHasherType<'_>>`
= note: required by `std::ops::Try::from_error`

error[E0277]: the `?` operator can only be used in a function that returns `Result` (or another type that implements `std::ops::Try`)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/types.rs:1796:27
|
1796 |             let params = &path.segments.last().as_ref()?.parameters.as_ref()?.types;
|                           ---------------------------------------------------
|                           |
|                           cannot use the `?` operator in a function that returns `std::option::Option<types::ImplicitHasherType<'_>>`
|                           in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<types::ImplicitHasherType<'_>>`
= note: required by `std::ops::Try::from_error`

error[E0609]: no field `label` on type `rustc::hir::Destination`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/unused_label.rs:72:110
|
72 |             hir::ExprBreak(destination, _) | hir::ExprAgain(destination) => if let Some(label) = destination.label {
|                                                                                                              ^^^^^ unknown field
|
= note: available fields are: `ident`, `target_id`

error[E0609]: no field `name` on type `syntax::codemap::Spanned<syntax_pos::symbol::Symbol>`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/unused_label.rs:76:42
|
76 |                 self.labels.insert(label.name.as_str(), expr.span);
|                                          ^^^^ unknown field
|
= note: available fields are: `node`, `span`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/use_self.rs:62:43
|
62 |                 let should_check = if let Some(ref params) = *parameters {
|                                           ^^^^^^^^^^^^^^^^ expected struct `rustc::hir::PathParameters`, found enum `std::option::Option`
|
= note: expected type `rustc::hir::PathParameters`
found type `std::option::Option<_>`

error[E0609]: no field `parenthesized` on type `&_`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/use_self.rs:63:29
|
63 |                     !params.parenthesized && params.lifetimes.len() == 0
|                             ^^^^^^^^^^^^^

error: aborting due to 163 previous errors

thread 'main' panicked at 'ChainedError {
error: Could not compile `clippy_lints`.,
cause: process didn't exit successfully: `rustc --crate-name clippy_lints .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.184/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ca0e47d0ccf1a38e -C extra-filename=-ca0e47d0ccf1a38e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quine_mc_cluskey=/home/cratesfyi/cratesfyi/debug/deps/libquine_mc_cluskey-6d8f73fdf7c11d33.rlib --extern-version quine_mc_cluskey=quine-mc_cluskey,0.2.4 --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-33cbffd18eedd627.rlib --extern-version serde=serde,1.0.27 --extern if_chain=/home/cratesfyi/cratesfyi/debug/deps/libif_chain-0604e6b6fde947ad.rlib --extern-version if_chain=if_chain,0.1.2 --extern url=/home/cratesfyi/cratesfyi/debug/deps/liburl-8abcab8b95ef60ec.rlib --extern-version url=url,1.6.0 --extern semver=/home/cratesfyi/cratesfyi/debug/deps/libsemver-70b59fcc83de19e2.rlib --extern-version semver=semver,0.6.0 --extern pulldown_cmark=/home/cratesfyi/cratesfyi/debug/deps/libpulldown_cmark-51e76190cc33fac5.rlib --extern-version pulldown_cmark=pulldown-cmark,0.0.15 --extern itertools=/home/cratesfyi/cratesfyi/debug/deps/libitertools-8c808e0cbe979d1a.rlib --extern-version itertools=itertools,0.6.5 --extern matches=/home/cratesfyi/cratesfyi/debug/deps/libmatches-e2a43ce3f52b9dcc.rlib --extern-version matches=matches,0.1.6 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-d78457efc2ee8353.rlib --extern-version lazy_static=lazy_static,1.0.0 --extern unicode_normalization=/home/cratesfyi/cratesfyi/debug/deps/libunicode_normalization-5554c8b28de87bfc.rlib --extern-version unicode_normalization=unicode-normalization,0.1.5 --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-4fe84c02a735c569.rlib --extern-version regex_syntax=regex-syntax,0.4.2 --extern serde_derive=/home/cratesfyi/cratesfyi/debug/deps/libserde_derive-f976b5d07a1d7005.so --extern-version serde_derive=serde_derive,1.0.27 --extern toml=/home/cratesfyi/cratesfyi/debug/deps/libtoml-43a73e8f4c70aac5.rlib --extern-version toml=toml,0.4.5 --cap-lints allow` (exit code: 101)
}', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.