[INFO] crate syn-next 0.15.0-rc4 is already in cache [INFO] extracting crate syn-next 0.15.0-rc4 into work/ex/clippy-test-run/sources/stable/reg/syn-next/0.15.0-rc4 [INFO] extracting crate syn-next 0.15.0-rc4 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/syn-next/0.15.0-rc4 [INFO] validating manifest of syn-next-0.15.0-rc4 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of syn-next-0.15.0-rc4 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing syn-next-0.15.0-rc4 [INFO] removed 1 missing examples [INFO] finished frobbing syn-next-0.15.0-rc4 [INFO] frobbed toml for syn-next-0.15.0-rc4 written to work/ex/clippy-test-run/sources/stable/reg/syn-next/0.15.0-rc4/Cargo.toml [INFO] started frobbing syn-next-0.15.0-rc4 [INFO] removed 1 missing examples [INFO] finished frobbing syn-next-0.15.0-rc4 [INFO] frobbed toml for syn-next-0.15.0-rc4 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/syn-next/0.15.0-rc4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting syn-next-0.15.0-rc4 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/syn-next/0.15.0-rc4:/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" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 273e6bfa775b701c27c523276e31e0e3ed23b3b87cf3a7614d108efeda9c01f7 [INFO] running `"docker" "start" "-a" "273e6bfa775b701c27c523276e31e0e3ed23b3b87cf3a7614d108efeda9c01f7"` [INFO] [stderr] Checking quote v0.6.11 [INFO] [stderr] Checking syn-next v0.15.0-rc4 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:257:44 [INFO] [stderr] | [INFO] [stderr] 257 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_pedantic` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:257:52 [INFO] [stderr] | [INFO] [stderr] 257 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] [INFO] [stderr] warning: lint name `block_in_if_condition_stmt` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | block_in_if_condition_stmt, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::block_in_if_condition_stmt` [INFO] [stderr] [INFO] [stderr] warning: lint name `const_static_lifetime` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:263:9 [INFO] [stderr] | [INFO] [stderr] 263 | const_static_lifetime, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::const_static_lifetime` [INFO] [stderr] [INFO] [stderr] warning: lint name `cyclomatic_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:264:9 [INFO] [stderr] | [INFO] [stderr] 264 | cyclomatic_complexity, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cyclomatic_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `doc_markdown` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:265:9 [INFO] [stderr] | [INFO] [stderr] 265 | doc_markdown, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::doc_markdown` [INFO] [stderr] [INFO] [stderr] warning: lint name `eval_order_dependence` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:266:9 [INFO] [stderr] | [INFO] [stderr] 266 | eval_order_dependence, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::eval_order_dependence` [INFO] [stderr] [INFO] [stderr] warning: lint name `large_enum_variant` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:267:9 [INFO] [stderr] | [INFO] [stderr] 267 | large_enum_variant, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::large_enum_variant` [INFO] [stderr] [INFO] [stderr] warning: lint name `match_bool` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:268:9 [INFO] [stderr] | [INFO] [stderr] 268 | match_bool, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::match_bool` [INFO] [stderr] [INFO] [stderr] warning: lint name `never_loop` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:269:9 [INFO] [stderr] | [INFO] [stderr] 269 | never_loop, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::never_loop` [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:270:9 [INFO] [stderr] | [INFO] [stderr] 270 | redundant_closure, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure` [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_pass_by_value` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:271:9 [INFO] [stderr] | [INFO] [stderr] 271 | needless_pass_by_value, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_field_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:272:9 [INFO] [stderr] | [INFO] [stderr] 272 | redundant_field_names, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_field_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `trivially_copy_pass_by_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:273:9 [INFO] [stderr] | [INFO] [stderr] 273 | trivially_copy_pass_by_ref [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::trivially_copy_pass_by_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_possible_truncation` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:280:9 [INFO] [stderr] | [INFO] [stderr] 280 | cast_possible_truncation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_possible_wrap` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:281:9 [INFO] [stderr] | [INFO] [stderr] 281 | cast_possible_wrap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_wrap` [INFO] [stderr] [INFO] [stderr] warning: lint name `empty_enum` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:282:9 [INFO] [stderr] | [INFO] [stderr] 282 | empty_enum, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::empty_enum` [INFO] [stderr] [INFO] [stderr] warning: lint name `if_not_else` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:283:9 [INFO] [stderr] | [INFO] [stderr] 283 | if_not_else, [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::if_not_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `indexing_slicing` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:284:9 [INFO] [stderr] | [INFO] [stderr] 284 | indexing_slicing, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::indexing_slicing` [INFO] [stderr] [INFO] [stderr] warning: lint name `items_after_statements` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:285:9 [INFO] [stderr] | [INFO] [stderr] 285 | items_after_statements, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::items_after_statements` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_unrelated` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:286:9 [INFO] [stderr] | [INFO] [stderr] 286 | shadow_unrelated, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::shadow_unrelated` [INFO] [stderr] [INFO] [stderr] warning: lint name `similar_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:287:9 [INFO] [stderr] | [INFO] [stderr] 287 | similar_names, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::similar_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `single_match_else` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:288:9 [INFO] [stderr] | [INFO] [stderr] 288 | single_match_else, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::single_match_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:289:9 [INFO] [stderr] | [INFO] [stderr] 289 | stutter, [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `unseparated_literal_suffix` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:290:9 [INFO] [stderr] | [INFO] [stderr] 290 | unseparated_literal_suffix, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unseparated_literal_suffix` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:291:9 [INFO] [stderr] | [INFO] [stderr] 291 | use_self, [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `used_underscore_binding` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:292:9 [INFO] [stderr] | [INFO] [stderr] 292 | used_underscore_binding [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::used_underscore_binding` [INFO] [stderr] [INFO] [stderr] error: `cfg_attr` is deprecated for rustfmt and got replaced by tool_attributes [INFO] [stderr] --> src/token.rs:663:1 [INFO] [stderr] | [INFO] [stderr] 663 | #[cfg_attr(rustfmt, rustfmt_skip)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#[rustfmt::skip]` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:257:44 [INFO] [stderr] | [INFO] [stderr] 257 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: #[deny(clippy::deprecated_cfg_attr)] implied by #[deny(clippy::all)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_cfg_attr [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:257:44 [INFO] [stderr] | [INFO] [stderr] 257 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy_pedantic` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:257:52 [INFO] [stderr] | [INFO] [stderr] 257 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::pedantic` [INFO] [stderr] [INFO] [stderr] warning: lint name `block_in_if_condition_stmt` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | block_in_if_condition_stmt, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::block_in_if_condition_stmt` [INFO] [stderr] [INFO] [stderr] warning: lint name `const_static_lifetime` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:263:9 [INFO] [stderr] | [INFO] [stderr] 263 | const_static_lifetime, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::const_static_lifetime` [INFO] [stderr] [INFO] [stderr] warning: lint name `cyclomatic_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:264:9 [INFO] [stderr] | [INFO] [stderr] 264 | cyclomatic_complexity, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cyclomatic_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `doc_markdown` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:265:9 [INFO] [stderr] | [INFO] [stderr] 265 | doc_markdown, [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::doc_markdown` [INFO] [stderr] [INFO] [stderr] warning: lint name `eval_order_dependence` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:266:9 [INFO] [stderr] | [INFO] [stderr] 266 | eval_order_dependence, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::eval_order_dependence` [INFO] [stderr] [INFO] [stderr] warning: lint name `large_enum_variant` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:267:9 [INFO] [stderr] | [INFO] [stderr] 267 | large_enum_variant, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::large_enum_variant` [INFO] [stderr] [INFO] [stderr] warning: lint name `match_bool` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:268:9 [INFO] [stderr] | [INFO] [stderr] 268 | match_bool, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::match_bool` [INFO] [stderr] [INFO] [stderr] warning: lint name `never_loop` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:269:9 [INFO] [stderr] | [INFO] [stderr] 269 | never_loop, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::never_loop` [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_closure` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:270:9 [INFO] [stderr] | [INFO] [stderr] 270 | redundant_closure, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_closure` [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_pass_by_value` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:271:9 [INFO] [stderr] | [INFO] [stderr] 271 | needless_pass_by_value, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_pass_by_value` [INFO] [stderr] [INFO] [stderr] warning: lint name `redundant_field_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:272:9 [INFO] [stderr] | [INFO] [stderr] 272 | redundant_field_names, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::redundant_field_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `trivially_copy_pass_by_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:273:9 [INFO] [stderr] | [INFO] [stderr] 273 | trivially_copy_pass_by_ref [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::trivially_copy_pass_by_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_possible_truncation` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:280:9 [INFO] [stderr] | [INFO] [stderr] 280 | cast_possible_truncation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_truncation` [INFO] [stderr] [INFO] [stderr] warning: lint name `cast_possible_wrap` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:281:9 [INFO] [stderr] | [INFO] [stderr] 281 | cast_possible_wrap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::cast_possible_wrap` [INFO] [stderr] [INFO] [stderr] warning: lint name `empty_enum` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:282:9 [INFO] [stderr] | [INFO] [stderr] 282 | empty_enum, [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::empty_enum` [INFO] [stderr] [INFO] [stderr] warning: lint name `if_not_else` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:283:9 [INFO] [stderr] | [INFO] [stderr] 283 | if_not_else, [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::if_not_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `indexing_slicing` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:284:9 [INFO] [stderr] | [INFO] [stderr] 284 | indexing_slicing, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::indexing_slicing` [INFO] [stderr] [INFO] [stderr] warning: lint name `items_after_statements` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:285:9 [INFO] [stderr] | [INFO] [stderr] 285 | items_after_statements, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::items_after_statements` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_unrelated` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:286:9 [INFO] [stderr] | [INFO] [stderr] 286 | shadow_unrelated, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::shadow_unrelated` [INFO] [stderr] [INFO] [stderr] warning: lint name `similar_names` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:287:9 [INFO] [stderr] | [INFO] [stderr] 287 | similar_names, [INFO] [stderr] | ^^^^^^^^^^^^^ help: change it to: `clippy::similar_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `single_match_else` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:288:9 [INFO] [stderr] | [INFO] [stderr] 288 | single_match_else, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::single_match_else` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:289:9 [INFO] [stderr] | [INFO] [stderr] 289 | stutter, [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `unseparated_literal_suffix` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:290:9 [INFO] [stderr] | [INFO] [stderr] 290 | unseparated_literal_suffix, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unseparated_literal_suffix` [INFO] [stderr] [INFO] [stderr] warning: lint name `use_self` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:291:9 [INFO] [stderr] | [INFO] [stderr] 291 | use_self, [INFO] [stderr] | ^^^^^^^^ help: change it to: `clippy::use_self` [INFO] [stderr] [INFO] [stderr] warning: lint name `used_underscore_binding` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:292:9 [INFO] [stderr] | [INFO] [stderr] 292 | used_underscore_binding [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::used_underscore_binding` [INFO] [stderr] [INFO] [stderr] error: `cfg_attr` is deprecated for rustfmt and got replaced by tool_attributes [INFO] [stderr] --> src/token.rs:663:1 [INFO] [stderr] | [INFO] [stderr] 663 | #[cfg_attr(rustfmt, rustfmt_skip)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `#[rustfmt::skip]` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:257:44 [INFO] [stderr] | [INFO] [stderr] 257 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: #[deny(clippy::deprecated_cfg_attr)] implied by #[deny(clippy::all)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_cfg_attr [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:257:44 [INFO] [stderr] | [INFO] [stderr] 257 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_continue` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lit.rs:722:48 [INFO] [stderr] | [INFO] [stderr] 722 | #[cfg_attr(feature = "cargo-clippy", allow(needless_continue))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_continue` [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_continue` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lit.rs:810:48 [INFO] [stderr] | [INFO] [stderr] 810 | #[cfg_attr(feature = "cargo-clippy", allow(needless_continue))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_continue` [INFO] [stderr] [INFO] [stderr] warning: lint name `match_same_arms` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/path.rs:539:52 [INFO] [stderr] | [INFO] [stderr] 539 | #[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:257:44 [INFO] [stderr] | [INFO] [stderr] 257 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_continue` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lit.rs:722:48 [INFO] [stderr] | [INFO] [stderr] 722 | #[cfg_attr(feature = "cargo-clippy", allow(needless_continue))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_continue` [INFO] [stderr] [INFO] [stderr] warning: lint name `needless_continue` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lit.rs:810:48 [INFO] [stderr] | [INFO] [stderr] 810 | #[cfg_attr(feature = "cargo-clippy", allow(needless_continue))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::needless_continue` [INFO] [stderr] [INFO] [stderr] warning: lint name `match_same_arms` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/path.rs:539:52 [INFO] [stderr] | [INFO] [stderr] 539 | #[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `syn-next`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `syn-next`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "273e6bfa775b701c27c523276e31e0e3ed23b3b87cf3a7614d108efeda9c01f7"` [INFO] running `"docker" "rm" "-f" "273e6bfa775b701c27c523276e31e0e3ed23b3b87cf3a7614d108efeda9c01f7"` [INFO] [stdout] 273e6bfa775b701c27c523276e31e0e3ed23b3b87cf3a7614d108efeda9c01f7