[INFO] cloning repository https://github.com/AzureMarker/ll-parser-generator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AzureMarker/ll-parser-generator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAzureMarker%2Fll-parser-generator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAzureMarker%2Fll-parser-generator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1a2d9669446d31813adad6d84add3d7ab6df4ed6
[INFO] checking AzureMarker/ll-parser-generator against master#a26e97be8826d408309fffbd8168362365719f50 for pr-136776
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAzureMarker%2Fll-parser-generator" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/AzureMarker/ll-parser-generator on toolchain a26e97be8826d408309fffbd8168362365719f50
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/AzureMarker/ll-parser-generator
[INFO] finished tweaking git repo https://github.com/AzureMarker/ll-parser-generator
[INFO] tweaked toml for git repo https://github.com/AzureMarker/ll-parser-generator written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/AzureMarker/ll-parser-generator already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded utf8-ranges v1.0.4
[INFO] [stderr]   Downloaded logos v0.12.0
[INFO] [stderr]   Downloaded siphasher v0.3.5
[INFO] [stderr]   Downloaded beef v0.5.0
[INFO] [stderr]   Downloaded logos-derive v0.12.0
[INFO] [stderr]   Downloaded lalrpop-util v0.19.5
[INFO] [stderr]   Downloaded pico-args v0.4.0
[INFO] [stderr]   Downloaded itertools v0.10.0
[INFO] [stderr]   Downloaded lalrpop v0.19.5
[INFO] [stderr]   Downloaded syn v1.0.64
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3918c32b25daf16a9c9adf98d054aa7ec2c24b62dae0d9f0ef1d87ff5dd8f09b
[INFO] running `Command { std: "docker" "start" "-a" "3918c32b25daf16a9c9adf98d054aa7ec2c24b62dae0d9f0ef1d87ff5dd8f09b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3918c32b25daf16a9c9adf98d054aa7ec2c24b62dae0d9f0ef1d87ff5dd8f09b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3918c32b25daf16a9c9adf98d054aa7ec2c24b62dae0d9f0ef1d87ff5dd8f09b", kill_on_drop: false }`
[INFO] [stdout] 3918c32b25daf16a9c9adf98d054aa7ec2c24b62dae0d9f0ef1d87ff5dd8f09b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e17a4d9ae4397d9a97d0acac3d44636e45d7b845fb0ad914bcc14f4ec35b4b43
[INFO] running `Command { std: "docker" "start" "-a" "e17a4d9ae4397d9a97d0acac3d44636e45d7b845fb0ad914bcc14f4ec35b4b43", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling libc v0.2.91
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.6.23
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling syn v1.0.64
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling siphasher v0.3.5
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling itertools v0.10.0
[INFO] [stderr]    Compiling diff v0.1.12
[INFO] [stderr]    Compiling pico-args v0.4.0
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling beef v0.5.0
[INFO] [stderr]    Compiling bit-set v0.5.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling utf8-ranges v1.0.4
[INFO] [stderr]    Compiling ena v0.14.0
[INFO] [stderr]    Compiling string_cache v0.8.1
[INFO] [stderr]    Compiling indexmap v1.6.2
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]     Checking quote v1.0.9
[INFO] [stderr]    Compiling dirs v1.0.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling term v0.5.2
[INFO] [stderr]    Compiling ascii-canvas v2.0.0
[INFO] [stderr]    Compiling regex v1.4.5
[INFO] [stderr]     Checking lalrpop-util v0.19.5
[INFO] [stderr]    Compiling lalrpop v0.19.5
[INFO] [stderr]    Compiling logos-derive v0.12.0
[INFO] [stderr]     Checking logos v0.12.0
[INFO] [stderr]    Compiling ll-parser-generator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |               std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 329 | /             collection! {
[INFO] [stdout] 330 | |                 "MyNonterminal" => false,
[INFO] [stdout] 331 | |                 "MyEmptyNonterminal" => true,
[INFO] [stdout] 332 | |                 "\"a\"" => false,
[INFO] [stdout] 333 | |                 WRAPPER_NONTERM => false,
[INFO] [stdout] 334 | |                 EOF_TERMINAL => false,
[INFO] [stdout] 335 | |             }
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |               std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 377 | /             collection! {
[INFO] [stdout] 378 | |                 "P" => false,
[INFO] [stdout] 379 | |                 "O" => false,
[INFO] [stdout] 380 | |                 "OP" => true,
[INFO] [stdout] ...   |
[INFO] [stdout] 391 | |                 EOF_TERMINAL => false,
[INFO] [stdout] 392 | |             }
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |               std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 398 | /             collection! {
[INFO] [stdout] 399 | |                 "P" => collection! { "\"var\"", "\"!\"", "\"(\"" },
[INFO] [stdout] 400 | |                 "O" => collection!{ "\"var\"", "\"!\"", "\"(\"" },
[INFO] [stdout] 401 | |                 "OP" => collection!{ "\"||\"" },
[INFO] [stdout] ...   |
[INFO] [stdout] 412 | |                 EOF_TERMINAL => collection! { EOF_TERMINAL }
[INFO] [stdout] 413 | |             }
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 399 |                 "P" => collection! { "\"var\"", "\"!\"", "\"(\"" },
[INFO] [stdout]     |                        ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 400 |                 "O" => collection!{ "\"var\"", "\"!\"", "\"(\"" },
[INFO] [stdout]     |                        ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 401 |                 "OP" => collection!{ "\"||\"" },
[INFO] [stdout]     |                         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 402 |                 "A" => collection!{ "\"var\"", "\"!\"", "\"(\"" },
[INFO] [stdout]     |                        ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 403 |                 "AP" => collection!{ "\"&&\"" },
[INFO] [stdout]     |                         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 404 |                 "Z" => collection!{ "\"var\"", "\"!\"", "\"(\"" },
[INFO] [stdout]     |                        ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 405 |                 "\"var\"" => collection! { "\"var\"" },
[INFO] [stdout]     |                              ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 406 |                 "\"(\"" => collection! { "\"(\"" },
[INFO] [stdout]     |                            ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 407 |                 "\")\"" => collection! { "\")\"" },
[INFO] [stdout]     |                            ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 408 |                 "\"!\"" => collection! { "\"!\"" },
[INFO] [stdout]     |                            ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 409 |                 "\"&&\"" => collection! { "\"&&\"" },
[INFO] [stdout]     |                             ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 410 |                 "\"||\"" => collection! { "\"||\"" },
[INFO] [stdout]     |                             ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 411 |                 WRAPPER_NONTERM => collection! { "\"var\"", "\"!\"", "\"(\"" },
[INFO] [stdout]     |                                    ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 412 |                 EOF_TERMINAL => collection! { EOF_TERMINAL }
[INFO] [stdout]     |                                 ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |               std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 419 | /             collection! {
[INFO] [stdout] 420 | |                 "P" => collection! { "\")\"", EOF_TERMINAL },
[INFO] [stdout] 421 | |                 "O" => collection!{ "\")\"",EOF_TERMINAL },
[INFO] [stdout] 422 | |                 "OP" => collection!{ "\")\"",EOF_TERMINAL },
[INFO] [stdout] ...   |
[INFO] [stdout] 426 | |                 WRAPPER_NONTERM => collection!()
[INFO] [stdout] 427 | |             }
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 |                 "P" => collection! { "\")\"", EOF_TERMINAL },
[INFO] [stdout]     |                        ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 421 |                 "O" => collection!{ "\")\"",EOF_TERMINAL },
[INFO] [stdout]     |                        ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 422 |                 "OP" => collection!{ "\")\"",EOF_TERMINAL },
[INFO] [stdout]     |                         ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 423 |                 "A" => collection!{ "\"||\"", "\")\"",EOF_TERMINAL },
[INFO] [stdout]     |                        --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 424 |                 "AP" => collection!{ "\"||\"", "\")\"",EOF_TERMINAL },
[INFO] [stdout]     |                         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |             std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 425 |                 "Z" => collection!{ "\"||\"", "\"&&\"", "\")\"",EOF_TERMINAL },
[INFO] [stdout]     |                        ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 426 |                 WRAPPER_NONTERM => collection!()
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |               std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 433 | /             collection! {
[INFO] [stdout] 434 | |                 (WRAPPER_NONTERM, "\"var\"") => collection!(AstProduction {
[INFO] [stdout] 435 | |                     symbols: vec![
[INFO] [stdout] 436 | |                         AstSymbol::Named("result", "P"),
[INFO] [stdout] ...   |
[INFO] [stdout] 544 | |                 ("Z", EOF_TERMINAL) => collection!(),
[INFO] [stdout] 545 | |             }
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 434 |                   (WRAPPER_NONTERM, "\"var\"") => collection!(AstProduction {
[INFO] [stdout]     |  _________________________________________________-
[INFO] [stdout] 435 | |                     symbols: vec![
[INFO] [stdout] 436 | |                         AstSymbol::Named("result", "P"),
[INFO] [stdout] 437 | |                         AstSymbol::Terminal(EOF_TERMINAL)
[INFO] [stdout] 438 | |                     ],
[INFO] [stdout] 439 | |                     code: "result"
[INFO] [stdout] 440 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 441 |                   (WRAPPER_NONTERM, "\"!\"") => collection!(AstProduction {
[INFO] [stdout]     |  _______________________________________________-
[INFO] [stdout] 442 | |                     symbols: vec![
[INFO] [stdout] 443 | |                         AstSymbol::Named("result", "P"),
[INFO] [stdout] 444 | |                         AstSymbol::Terminal(EOF_TERMINAL)
[INFO] [stdout] 445 | |                     ],
[INFO] [stdout] 446 | |                     code: "result"
[INFO] [stdout] 447 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 448 |                 (WRAPPER_NONTERM, "\"&&\"") => collection!(),
[INFO] [stdout]     |                                                ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 449 |                 (WRAPPER_NONTERM, "\"||\"") => collection!(),
[INFO] [stdout]     |                                                ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 450 |                   (WRAPPER_NONTERM, "\"(\"") => collection!(AstProduction {
[INFO] [stdout]     |  _______________________________________________-
[INFO] [stdout] 451 | |                     symbols: vec![
[INFO] [stdout] 452 | |                         AstSymbol::Named("result", "P"),
[INFO] [stdout] 453 | |                         AstSymbol::Terminal(EOF_TERMINAL)
[INFO] [stdout] 454 | |                     ],
[INFO] [stdout] 455 | |                     code: "result"
[INFO] [stdout] 456 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 457 |                 (WRAPPER_NONTERM, "\")\"") => collection!(),
[INFO] [stdout]     |                                               ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 458 |                 (WRAPPER_NONTERM, EOF_TERMINAL) => collection!(),
[INFO] [stdout]     |                                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 460 |                   ("P", "\"var\"") => collection!(AstProduction {
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 461 | |                     symbols: symbols!(O), code
[INFO] [stdout] 462 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 463 |                   ("P", "\"!\"") => collection!(AstProduction {
[INFO] [stdout]     |  ___________________________________-
[INFO] [stdout] 464 | |                     symbols: symbols!(O), code
[INFO] [stdout] 465 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 466 |                 ("P", "\"&&\"") => collection!(),
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 467 |                 ("P", "\"||\"") => collection!(),
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 |                   ("P", "\"(\"") => collection!(AstProduction {
[INFO] [stdout]     |  ___________________________________-
[INFO] [stdout] 469 | |                     symbols: symbols!(O), code
[INFO] [stdout] 470 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 471 |                 ("P", "\")\"") => collection!(),
[INFO] [stdout]     |                                   ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 472 |                 ("P", EOF_TERMINAL) => collection!(),
[INFO] [stdout]     |                                        ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 474 |                   ("O", "\"var\"") => collection!(AstProduction {
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 475 | |                     symbols: symbols!(A OP), code
[INFO] [stdout] 476 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 477 |                   ("O", "\"!\"") => collection!(AstProduction {
[INFO] [stdout]     |  ___________________________________-
[INFO] [stdout] 478 | |                     symbols: symbols!(A OP), code
[INFO] [stdout] 479 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 480 |                 ("O", "\"&&\"") => collection!(),
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 481 |                 ("O", "\"||\"") => collection!(),
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 482 |                   ("O", "\"(\"") => collection!(AstProduction {
[INFO] [stdout]     |  ___________________________________-
[INFO] [stdout] 483 | |                     symbols: symbols!(A OP), code
[INFO] [stdout] 484 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 485 |                 ("O", "\")\"") => collection!(),
[INFO] [stdout]     |                                   ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 486 |                 ("O", EOF_TERMINAL) => collection!(),
[INFO] [stdout]     |                                        ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 488 |                 ("OP", "\"var\"") => collection!(),
[INFO] [stdout]     |                                      ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 489 |                 ("OP", "\"!\"") => collection!(),
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 490 |                 ("OP", "\"&&\"") => collection!(),
[INFO] [stdout]     |                                     ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 491 |                   ("OP", "\"||\"") => collection!(AstProduction {
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 492 | |                     symbols: symbols!("||" A OP), code
[INFO] [stdout] 493 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 494 |                 ("OP", "\"(\"") => collection!(),
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 495 |                   ("OP", "\")\"") => collection!(AstProduction {
[INFO] [stdout]     |  ____________________________________-
[INFO] [stdout] 496 | |                     symbols: symbols!(), code
[INFO] [stdout] 497 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 498 |                   ("OP", EOF_TERMINAL) => collection!(AstProduction {
[INFO] [stdout]     |  _________________________________________-
[INFO] [stdout] 499 | |                     symbols: symbols!(), code
[INFO] [stdout] 500 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 502 |                   ("A", "\"var\"") => collection!(AstProduction {
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 503 | |                     symbols: symbols!(Z AP), code
[INFO] [stdout] 504 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 505 |                   ("A", "\"!\"") => collection!(AstProduction {
[INFO] [stdout]     |  ___________________________________-
[INFO] [stdout] 506 | |                     symbols: symbols!(Z AP), code
[INFO] [stdout] 507 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 508 |                 ("A", "\"&&\"") => collection!(),
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 509 |                 ("A", "\"||\"") => collection!(),
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 510 |                   ("A", "\"(\"") => collection!(AstProduction {
[INFO] [stdout]     |  ___________________________________-
[INFO] [stdout] 511 | |                     symbols: symbols!(Z AP), code
[INFO] [stdout] 512 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 513 |                 ("A", "\")\"") => collection!(),
[INFO] [stdout]     |                                   ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 514 |                 ("A", EOF_TERMINAL) => collection!(),
[INFO] [stdout]     |                                        ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 516 |                 ("AP", "\"var\"") => collection!(),
[INFO] [stdout]     |                                      ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 517 |                 ("AP", "\"!\"") => collection!(),
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 518 |                   ("AP", "\"&&\"") => collection!(AstProduction {
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 519 | |                     symbols: symbols!("&&" Z AP), code
[INFO] [stdout] 520 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 521 |                   ("AP", "\"||\"") => collection!(AstProduction {
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 522 | |                     symbols: symbols!(), code
[INFO] [stdout] 523 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 524 |                 ("AP", "\"(\"") => collection!(),
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 525 |                   ("AP", "\")\"") => collection!(AstProduction {
[INFO] [stdout]     |  ____________________________________-
[INFO] [stdout] 526 | |                     symbols: symbols!(), code
[INFO] [stdout] 527 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 528 |                   ("AP", EOF_TERMINAL) => collection!(AstProduction {
[INFO] [stdout]     |  _________________________________________-
[INFO] [stdout] 529 | |                     symbols: symbols!(), code
[INFO] [stdout] 530 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 532 |                   ("Z", "\"var\"") => collection!(AstProduction {
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 533 | |                     symbols: symbols!("var"), code
[INFO] [stdout] 534 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 535 |                   ("Z", "\"!\"") => collection!(AstProduction {
[INFO] [stdout]     |  ___________________________________-
[INFO] [stdout] 536 | |                     symbols: symbols!("!" Z), code
[INFO] [stdout] 537 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 538 |                 ("Z", "\"&&\"") => collection!(),
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 539 |                 ("Z", "\"||\"") => collection!(),
[INFO] [stdout]     |                                    ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |               std::iter::Iterator::collect(std::array::IntoIter::new([$($v,)*]))
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 540 |                   ("Z", "\"(\"") => collection!(AstProduction {
[INFO] [stdout]     |  ___________________________________-
[INFO] [stdout] 541 | |                     symbols: symbols!("(" P ")"), code
[INFO] [stdout] 542 | |                 }),
[INFO] [stdout]     | |__________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 |                 ("Z", "\")\"") => collection!(),
[INFO] [stdout]     |                                   ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/ll_table_gen.rs:292:64
[INFO] [stdout]     |
[INFO] [stdout] 292 |             std::iter::Iterator::collect(std::array::IntoIter::new([$(($k, $v),)*]))
[INFO] [stdout]     |                                                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 544 |                 ("Z", EOF_TERMINAL) => collection!(),
[INFO] [stdout]     |                                        ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `collection` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> examples/manual-parser/ast.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Paren(Box<AstTerm>)
[INFO] [stdout]   |     ----- ^^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AstTerm` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Paren(())
[INFO] [stdout]   |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/manual-parser/parser.rs:38:16
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ExtraToken(Token),
[INFO] [stdout]    |     ---------- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ExtraToken(()),
[INFO] [stdout]    |                ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `expected` and `found` are never read
[INFO] [stdout]   --> examples/manual-parser/parser.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     UnrecognizedToken {
[INFO] [stdout]    |     ----------------- fields in this variant
[INFO] [stdout] 40 |         expected: Vec<&'static str>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 41 |         found: Token,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.73s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "e17a4d9ae4397d9a97d0acac3d44636e45d7b845fb0ad914bcc14f4ec35b4b43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e17a4d9ae4397d9a97d0acac3d44636e45d7b845fb0ad914bcc14f4ec35b4b43", kill_on_drop: false }`
[INFO] [stdout] e17a4d9ae4397d9a97d0acac3d44636e45d7b845fb0ad914bcc14f4ec35b4b43
