[INFO] cloning repository https://github.com/ISibboI/typemake [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ISibboI/typemake" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FISibboI%2Ftypemake", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FISibboI%2Ftypemake'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 865160292ad30769f15e299fff1e4a83a8fef290 [INFO] testing ISibboI/typemake against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FISibboI%2Ftypemake" "/workspace/builds/worker-88/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-88/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ISibboI/typemake on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ISibboI/typemake [INFO] finished tweaking git repo https://github.com/ISibboI/typemake [INFO] tweaked toml for git repo https://github.com/ISibboI/typemake written to /workspace/builds/worker-88/source/Cargo.toml [INFO] crate git repo https://github.com/ISibboI/typemake already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efe752a0cdd6360ae4566bbd5d2d6a10a6bb69a28c498ffd6813ce5f3168c57c [INFO] running `Command { std: "docker" "start" "-a" "efe752a0cdd6360ae4566bbd5d2d6a10a6bb69a28c498ffd6813ce5f3168c57c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efe752a0cdd6360ae4566bbd5d2d6a10a6bb69a28c498ffd6813ce5f3168c57c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efe752a0cdd6360ae4566bbd5d2d6a10a6bb69a28c498ffd6813ce5f3168c57c", kill_on_drop: false }` [INFO] [stdout] efe752a0cdd6360ae4566bbd5d2d6a10a6bb69a28c498ffd6813ce5f3168c57c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b7d21e98c060c53b5ec60800f60781fa1c96504d07a3d59b08e228e54850692 [INFO] running `Command { std: "docker" "start" "-a" "6b7d21e98c060c53b5ec60800f60781fa1c96504d07a3d59b08e228e54850692", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling minimal-lexical v0.1.2 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling os_str_bytes v3.1.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v7.0.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling simplelog v0.10.0 [INFO] [stderr] Compiling thiserror-impl v1.0.28 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.4 [INFO] [stderr] Compiling thiserror v1.0.28 [INFO] [stderr] Compiling clap v3.0.0-beta.4 [INFO] [stderr] Compiling typemake v0.1.0-alpha.0 (/opt/rustwide/workdir) [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: no rules expected the token `C` [INFO] [stdout] --> src/parser/mod.rs:389:67 [INFO] [stdout] | [INFO] [stdout] 384 | / macro_rules! ref_mut_alt_trait_inner( [INFO] [stdout] 385 | | ($it:tt, $self:expr, $input:expr, $output:expr, $err:expr, $head:ident $($id:ident)+) => ( [INFO] [stdout] 386 | | match $self.$it.parse($input.clone()) { [INFO] [stdout] 387 | | Err(Err::Error(e)) => { [INFO] [stdout] 388 | | let err = $err.or(e); [INFO] [stdout] 389 | | succ!($it, ref_mut_alt_trait_inner!($self, $input, err, $($id)+)) [INFO] [stdout] | | ^^^ no rules expected this token in macro call [INFO] [stdout] ... | [INFO] [stdout] 396 | | ); [INFO] [stdout] 397 | | ); [INFO] [stdout] | |__- when calling this macro [INFO] [stdout] 398 | [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IResult` in this scope [INFO] [stdout] --> src/parser/mod.rs:374:74 [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> IResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 374 | fn ref_mut_choice(&mut self, input: Input, output: &mut Output) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fold_many1` [INFO] [stdout] --> src/parser/mod.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | use nom::multi::{fold_many0, fold_many1, many0, many1}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `FnMut<(_,)>` closure, found `impl for<'tool> FnMut<(&str, &'tool mut Tool)>` [INFO] [stdout] --> src/parser/mod.rs:182:22 [INFO] [stdout] | [INFO] [stdout] 182 | let (s, _) = ref_mut_alt((parse_tool_property_script(indentation), fail), tool)(s)?; [INFO] [stdout] | ^^^^^^^^^^^ expected an `FnMut<(_,)>` closure, found `impl for<'tool> FnMut<(&str, &'tool mut Tool)>` [INFO] [stdout] ... [INFO] [stdout] 303 | pub fn ref_mut_alt< [INFO] [stdout] | ----------- required by a bound in this [INFO] [stdout] ... [INFO] [stdout] 309 | List: for<'a> RefMutAlt, [INFO] [stdout] | ------------------------------------------------------------------- required by this bound in `ref_mut_alt` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FnMut<(_,)>` is not implemented for `impl for<'tool> FnMut<(&str, &'tool mut Tool)>` [INFO] [stdout] = note: required because of the requirements on the impl of `for<'a> Parser<_, &'a mut _, _>` for `impl for<'tool> FnMut<(&str, &'tool mut Tool)>` [INFO] [stdout] note: required because of the requirements on the impl of `for<'a> RefMutAlt<_, &'a mut _, _, _>` for `(impl for<'tool> FnMut<(&str, &'tool mut Tool)>, fn(_) -> Result<(_, &mut _), nom::Err<_>> {fail::<_, &mut _, _>})` [INFO] [stdout] --> src/parser/mod.rs:372:7 [INFO] [stdout] | [INFO] [stdout] 372 | > RefMutAlt for ( $($id),+ ) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | ref_mut_alt_trait!(A B C D E F G H I J K L M N O P Q R S T U); [INFO] [stdout] | -------------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] = note: this error originates in the macro `ref_mut_alt_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:315:47 [INFO] [stdout] | [INFO] [stdout] 306 | Output, [INFO] [stdout] | ------ this type parameter [INFO] [stdout] ... [INFO] [stdout] 315 | let ((s, _), _) = l.ref_mut_choice(s, output)?; [INFO] [stdout] | ^^^^^^ expected `&mut Output`, found type parameter `Output` [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut &mut Output` [INFO] [stdout] found mutable reference `&'output mut Output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:315:14 [INFO] [stdout] | [INFO] [stdout] 305 | Input: Clone, [INFO] [stdout] | ----- this type parameter [INFO] [stdout] ... [INFO] [stdout] 315 | let ((s, _), _) = l.ref_mut_choice(s, output)?; [INFO] [stdout] | ^^^^^^ ---------------------------- this expression has type `(Input, IntermediateOutput)` [INFO] [stdout] | | [INFO] [stdout] | expected type parameter `Input`, found tuple [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `Input` [INFO] [stdout] found tuple `(_, _)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 42 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0412. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `typemake` due to 43 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "6b7d21e98c060c53b5ec60800f60781fa1c96504d07a3d59b08e228e54850692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b7d21e98c060c53b5ec60800f60781fa1c96504d07a3d59b08e228e54850692", kill_on_drop: false }` [INFO] [stdout] 6b7d21e98c060c53b5ec60800f60781fa1c96504d07a3d59b08e228e54850692