[INFO] crate strom 0.1.1 is already in cache [INFO] extracting crate strom 0.1.1 into work/ex/clippy-test-run/sources/stable/reg/strom/0.1.1 [INFO] extracting crate strom 0.1.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/strom/0.1.1 [INFO] validating manifest of strom-0.1.1 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 strom-0.1.1 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 strom-0.1.1 [INFO] finished frobbing strom-0.1.1 [INFO] frobbed toml for strom-0.1.1 written to work/ex/clippy-test-run/sources/stable/reg/strom/0.1.1/Cargo.toml [INFO] started frobbing strom-0.1.1 [INFO] finished frobbing strom-0.1.1 [INFO] frobbed toml for strom-0.1.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/strom/0.1.1/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 strom-0.1.1 against stable+rustflags=-Dclippy::into_iter_on_array for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-3/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/strom/0.1.1:/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 -Dclippy::into_iter_on_array" "-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] 09392666633f5116c9598602205ed8a1d4fe50d9de805301585b0b6ed39ac29c [INFO] running `"docker" "start" "-a" "09392666633f5116c9598602205ed8a1d4fe50d9de805301585b0b6ed39ac29c"` [INFO] [stderr] Checking strom v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:32:18 [INFO] [stderr] | [INFO] [stderr] 32 | Output { src: src, mat: Ok(mat) } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `src` [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/lib.rs:36:18 [INFO] [stderr] | [INFO] [stderr] 36 | Output { src: src, mat: Err(err) } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `src` [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/lib.rs:48:18 [INFO] [stderr] | [INFO] [stderr] 48 | Source { src: src, pos: pos } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `src` [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/lib.rs:48:28 [INFO] [stderr] | [INFO] [stderr] 48 | Source { src: src, pos: pos } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `pos` [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/lib.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | Match { val: val, pos: pos } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `val` [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/lib.rs:66:27 [INFO] [stderr] | [INFO] [stderr] 66 | Match { val: val, pos: pos } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `pos` [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/lib.rs:32:18 [INFO] [stderr] | [INFO] [stderr] 32 | Output { src: src, mat: Ok(mat) } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `src` [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/lib.rs:36:18 [INFO] [stderr] | [INFO] [stderr] 36 | Output { src: src, mat: Err(err) } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `src` [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/lib.rs:48:18 [INFO] [stderr] | [INFO] [stderr] 48 | Source { src: src, pos: pos } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `src` [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/lib.rs:48:28 [INFO] [stderr] | [INFO] [stderr] 48 | Source { src: src, pos: pos } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `pos` [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/lib.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | Match { val: val, pos: pos } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `val` [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/lib.rs:66:27 [INFO] [stderr] | [INFO] [stderr] 66 | Match { val: val, pos: pos } [INFO] [stderr] | ^^^^^^^^ help: replace it with: `pos` [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: manual implementation of an assign operation [INFO] [stderr] --> src/lib.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 53 | self.pos = self.pos + len; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `self.pos += len` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::assign_op_pattern)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] [INFO] [stderr] warning: manual implementation of an assign operation [INFO] [stderr] --> src/lib.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 53 | self.pos = self.pos + len; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `self.pos += len` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::assign_op_pattern)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / function!(identifier, [INFO] [stderr] 10 | | recognize!( [INFO] [stderr] 11 | | preceded_by!( [INFO] [stderr] 12 | | alt!(chr!(strom::is_alpha) | tag!("_")), [INFO] [stderr] ... | [INFO] [stderr] 15 | | ) [INFO] [stderr] 16 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unneeded_field_pattern)] on by default [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / function!(identifier, [INFO] [stderr] 10 | | recognize!( [INFO] [stderr] 11 | | preceded_by!( [INFO] [stderr] 12 | | alt!(chr!(strom::is_alpha) | tag!("_")), [INFO] [stderr] ... | [INFO] [stderr] 15 | | ) [INFO] [stderr] 16 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | / function!(parameter_list -> Vec, chain!( [INFO] [stderr] 80 | | tag!("("), opt!(ws), [INFO] [stderr] 81 | | param_list_: many0!(parameter), [INFO] [stderr] 82 | | opt!(ws), tag!(")"); [INFO] [stderr] 83 | | || { param_list_.clone().val.into_iter().map(|val| val.val).collect::>() } [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | / function!(parameter_list -> Vec, chain!( [INFO] [stderr] 80 | | tag!("("), opt!(ws), [INFO] [stderr] 81 | | param_list_: many0!(parameter), [INFO] [stderr] 82 | | opt!(ws), tag!(")"); [INFO] [stderr] 83 | | || { param_list_.clone().val.into_iter().map(|val| val.val).collect::>() } [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | / function!(parameter_list -> Vec, chain!( [INFO] [stderr] 80 | | tag!("("), opt!(ws), [INFO] [stderr] 81 | | param_list_: many0!(parameter), [INFO] [stderr] 82 | | opt!(ws), tag!(")"); [INFO] [stderr] 83 | | || { param_list_.clone().val.into_iter().map(|val| val.val).collect::>() } [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | / function!(parameter_list -> Vec, chain!( [INFO] [stderr] 80 | | tag!("("), opt!(ws), [INFO] [stderr] 81 | | param_list_: many0!(parameter), [INFO] [stderr] 82 | | opt!(ws), tag!(")"); [INFO] [stderr] 83 | | || { param_list_.clone().val.into_iter().map(|val| val.val).collect::>() } [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | / function!(parameter_list -> Vec, chain!( [INFO] [stderr] 80 | | tag!("("), opt!(ws), [INFO] [stderr] 81 | | param_list_: many0!(parameter), [INFO] [stderr] 82 | | opt!(ws), tag!(")"); [INFO] [stderr] 83 | | || { param_list_.clone().val.into_iter().map(|val| val.val).collect::>() } [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / function!(identifier, [INFO] [stderr] 10 | | recognize!( [INFO] [stderr] 11 | | preceded_by!( [INFO] [stderr] 12 | | alt!(chr!(strom::is_alpha) | tag!("_")), [INFO] [stderr] ... | [INFO] [stderr] 15 | | ) [INFO] [stderr] 16 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unneeded_field_pattern)] on by default [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / function!(identifier, [INFO] [stderr] 10 | | recognize!( [INFO] [stderr] 11 | | preceded_by!( [INFO] [stderr] 12 | | alt!(chr!(strom::is_alpha) | tag!("_")), [INFO] [stderr] ... | [INFO] [stderr] 15 | | ) [INFO] [stderr] 16 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / function!(sub -> Token, chain!( [INFO] [stderr] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stderr] 55 | | sub_type_: sub_type, ws, [INFO] [stderr] 56 | | identifier_: identifier, opt!(ws), [INFO] [stderr] ... | [INFO] [stderr] 63 | | }} [INFO] [stderr] 64 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | / function!(parameter_list -> Vec, chain!( [INFO] [stderr] 80 | | tag!("("), opt!(ws), [INFO] [stderr] 81 | | param_list_: many0!(parameter), [INFO] [stderr] 82 | | opt!(ws), tag!(")"); [INFO] [stderr] 83 | | || { param_list_.clone().val.into_iter().map(|val| val.val).collect::>() } [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | / function!(parameter_list -> Vec, chain!( [INFO] [stderr] 80 | | tag!("("), opt!(ws), [INFO] [stderr] 81 | | param_list_: many0!(parameter), [INFO] [stderr] 82 | | opt!(ws), tag!(")"); [INFO] [stderr] 83 | | || { param_list_.clone().val.into_iter().map(|val| val.val).collect::>() } [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | / function!(parameter_list -> Vec, chain!( [INFO] [stderr] 80 | | tag!("("), opt!(ws), [INFO] [stderr] 81 | | param_list_: many0!(parameter), [INFO] [stderr] 82 | | opt!(ws), tag!(")"); [INFO] [stderr] 83 | | || { param_list_.clone().val.into_iter().map(|val| val.val).collect::>() } [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | / function!(parameter_list -> Vec, chain!( [INFO] [stderr] 80 | | tag!("("), opt!(ws), [INFO] [stderr] 81 | | param_list_: many0!(parameter), [INFO] [stderr] 82 | | opt!(ws), tag!(")"); [INFO] [stderr] 83 | | || { param_list_.clone().val.into_iter().map(|val| val.val).collect::>() } [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | / function!(parameter_list -> Vec, chain!( [INFO] [stderr] 80 | | tag!("("), opt!(ws), [INFO] [stderr] 81 | | param_list_: many0!(parameter), [INFO] [stderr] 82 | | opt!(ws), tag!(")"); [INFO] [stderr] 83 | | || { param_list_.clone().val.into_iter().map(|val| val.val).collect::>() } [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: You matched a field with a wildcard pattern. Consider using `..` instead [INFO] [stderr] --> src/main.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stderr] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stderr] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stderr] 89 | | identifier_: identifier, ws, [INFO] [stderr] ... | [INFO] [stderr] 95 | | }} [INFO] [stderr] 96 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = help: Try with `Output { mat : Err ( err ), .. }` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.22s [INFO] running `"docker" "inspect" "09392666633f5116c9598602205ed8a1d4fe50d9de805301585b0b6ed39ac29c"` [INFO] running `"docker" "rm" "-f" "09392666633f5116c9598602205ed8a1d4fe50d9de805301585b0b6ed39ac29c"` [INFO] [stdout] 09392666633f5116c9598602205ed8a1d4fe50d9de805301585b0b6ed39ac29c