[INFO] updating cached repository zyvitski/gideon-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/zyvitski/gideon-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/zyvitski/gideon-rs" "work/ex/clippy-test-run/sources/stable/gh/zyvitski/gideon-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/zyvitski/gideon-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/zyvitski/gideon-rs" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/zyvitski/gideon-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/zyvitski/gideon-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e3cf449b6c2bf2889909744b1bbf2a87dbb7ed22 [INFO] sha for GitHub repo zyvitski/gideon-rs: e3cf449b6c2bf2889909744b1bbf2a87dbb7ed22 [INFO] validating manifest of zyvitski/gideon-rs 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 zyvitski/gideon-rs 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 zyvitski/gideon-rs [INFO] finished frobbing zyvitski/gideon-rs [INFO] frobbed toml for zyvitski/gideon-rs written to work/ex/clippy-test-run/sources/stable/gh/zyvitski/gideon-rs/Cargo.toml [INFO] started frobbing zyvitski/gideon-rs [INFO] finished frobbing zyvitski/gideon-rs [INFO] frobbed toml for zyvitski/gideon-rs written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/zyvitski/gideon-rs/Cargo.toml [INFO] crate zyvitski/gideon-rs has a lockfile. skipping [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 zyvitski/gideon-rs against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-7/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/zyvitski/gideon-rs:/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] 8df5f1d0ec4501b31a95ee47a9a69d1009e6ebab14e17e1dd9fa19840fcbe33c [INFO] running `"docker" "start" "-a" "8df5f1d0ec4501b31a95ee47a9a69d1009e6ebab14e17e1dd9fa19840fcbe33c"` [INFO] [stderr] Checking gideon-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/token.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | value: value, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `value` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/token.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | line: line, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `line` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/token.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | offset: offset, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `offset` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/lexer.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | input: input, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `input` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | nullable: nullable, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `nullable` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | arrow: arrow, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `arrow` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | union: union, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `union` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | endl: endl, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `endl` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | body: body, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `body` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:52:13 [INFO] [stderr] | [INFO] [stderr] 52 | obody: obody, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `obody` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | or: or, [INFO] [stderr] | ^^^^^^ help: replace it with: `or` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | union: union, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `union` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:86:13 [INFO] [stderr] | [INFO] [stderr] 86 | part: part, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `part` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:87:13 [INFO] [stderr] | [INFO] [stderr] 87 | nullable: nullable, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `nullable` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | rbody: rbody, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `rbody` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:108:20 [INFO] [stderr] | [INFO] [stderr] 108 | Nullable { qmark: qmark } [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `qmark` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | kuse: kuse, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `kuse` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:133:13 [INFO] [stderr] | [INFO] [stderr] 133 | list: list, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `list` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:134:13 [INFO] [stderr] | [INFO] [stderr] 134 | endl: endl, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `endl` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:153:13 [INFO] [stderr] | [INFO] [stderr] 153 | pathsep: pathsep, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `pathsep` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:154:13 [INFO] [stderr] | [INFO] [stderr] 154 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:155:13 [INFO] [stderr] | [INFO] [stderr] 155 | list: list, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `list` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/token.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | value: value, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `value` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/token.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | line: line, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `line` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/token.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | offset: offset, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `offset` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/lexer.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | input: input, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `input` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | nullable: nullable, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `nullable` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | arrow: arrow, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `arrow` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | union: union, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `union` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | endl: endl, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `endl` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | body: body, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `body` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:52:13 [INFO] [stderr] | [INFO] [stderr] 52 | obody: obody, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `obody` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | or: or, [INFO] [stderr] | ^^^^^^ help: replace it with: `or` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | union: union, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `union` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:86:13 [INFO] [stderr] | [INFO] [stderr] 86 | part: part, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `part` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:87:13 [INFO] [stderr] | [INFO] [stderr] 87 | nullable: nullable, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `nullable` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | rbody: rbody, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `rbody` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:108:20 [INFO] [stderr] | [INFO] [stderr] 108 | Nullable { qmark: qmark } [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `qmark` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | kuse: kuse, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `kuse` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:133:13 [INFO] [stderr] | [INFO] [stderr] 133 | list: list, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `list` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:134:13 [INFO] [stderr] | [INFO] [stderr] 134 | endl: endl, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `endl` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:153:13 [INFO] [stderr] | [INFO] [stderr] 153 | pathsep: pathsep, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace it with: `pathsep` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:154:13 [INFO] [stderr] | [INFO] [stderr] 154 | name: name, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `name` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/compiler/syntax_tree.rs:155:13 [INFO] [stderr] | [INFO] [stderr] 155 | list: list, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `list` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: large size difference between variants [INFO] [stderr] --> src/compiler/syntax_tree.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | ProdDecl(SyntaxResult>, Recursive>>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::large_enum_variant)] on by default [INFO] [stderr] help: consider boxing the large fields to reduce the total size of the enum [INFO] [stderr] --> src/compiler/syntax_tree.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | ProdDecl(SyntaxResult>, Recursive>>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant [INFO] [stderr] [INFO] [stderr] warning: large size difference between variants [INFO] [stderr] --> src/compiler/syntax_tree.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | ProdDecl(SyntaxResult>, Recursive>>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::large_enum_variant)] on by default [INFO] [stderr] help: consider boxing the large fields to reduce the total size of the enum [INFO] [stderr] --> src/compiler/syntax_tree.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | ProdDecl(SyntaxResult>, Recursive>>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `"docker" "inspect" "8df5f1d0ec4501b31a95ee47a9a69d1009e6ebab14e17e1dd9fa19840fcbe33c"` [INFO] running `"docker" "rm" "-f" "8df5f1d0ec4501b31a95ee47a9a69d1009e6ebab14e17e1dd9fa19840fcbe33c"` [INFO] [stdout] 8df5f1d0ec4501b31a95ee47a9a69d1009e6ebab14e17e1dd9fa19840fcbe33c