[INFO] cloning repository https://github.com/vluzko/Grace [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vluzko/Grace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvluzko%2FGrace", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvluzko%2FGrace'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2f6cf7e02d538d7ab97685eaa7f48397dff836df [INFO] testing vluzko/Grace against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvluzko%2FGrace" "/workspace/builds/worker-58/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-58/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vluzko/Grace on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vluzko/Grace [INFO] finished tweaking git repo https://github.com/vluzko/Grace [INFO] tweaked toml for git repo https://github.com/vluzko/Grace written to /workspace/builds/worker-58/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cached_proc_macro_types v0.1.0 [INFO] [stderr] Downloaded cached_proc_macro v0.6.1 [INFO] [stderr] Downloaded cached v0.25.0 [INFO] [stderr] Downloaded fixedbitset v0.4.0 [INFO] [stderr] Downloaded petgraph v0.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ff36c8fbbf7401575e09700aa83f719ee6b0e1fea72ecf0ddb1ae991fa7836e [INFO] running `Command { std: "docker" "start" "-a" "5ff36c8fbbf7401575e09700aa83f719ee6b0e1fea72ecf0ddb1ae991fa7836e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ff36c8fbbf7401575e09700aa83f719ee6b0e1fea72ecf0ddb1ae991fa7836e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ff36c8fbbf7401575e09700aa83f719ee6b0e1fea72ecf0ddb1ae991fa7836e", kill_on_drop: false }` [INFO] [stdout] 5ff36c8fbbf7401575e09700aa83f719ee6b0e1fea72ecf0ddb1ae991fa7836e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e6671803b87f5fb7e8237e22c221549667d35f389f4568e0db6125e42f8a148 [INFO] running `Command { std: "docker" "start" "-a" "6e6671803b87f5fb7e8237e22c221549667d35f389f4568e0db6125e42f8a148", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling cached_proc_macro_types v0.1.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling fixedbitset v0.4.0 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling bytecount v0.6.2 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling pretty_assertions v0.7.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling petgraph v0.6.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v1.0.0 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling cached_proc_macro v0.6.1 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling cached v0.25.0 [INFO] [stderr] Compiling grace v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 217 | let n = recognize!( [INFO] [stdout] | _____________- [INFO] [stdout] 218 | | input, [INFO] [stdout] 219 | | terminated!( [INFO] [stdout] 220 | | many0c!(recognize!(terminated!( [INFO] [stdout] ... | [INFO] [stdout] 225 | | ) [INFO] [stdout] 226 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 217 | let n = recognize!( [INFO] [stdout] | _____________- [INFO] [stdout] 218 | | input, [INFO] [stdout] 219 | | terminated!( [INFO] [stdout] 220 | | many0c!(recognize!(terminated!( [INFO] [stdout] ... | [INFO] [stdout] 225 | | ) [INFO] [stdout] 226 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 400 | let parse_result = w_followed!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 401 | | input, [INFO] [stdout] 402 | | recognize!(pair!(alt!(ALPHA | tag!("_")), optc!(IDENT_CHAR))) [INFO] [stdout] 403 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 400 | let parse_result = w_followed!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 401 | | input, [INFO] [stdout] 402 | | recognize!(pair!(alt!(ALPHA | tag!("_")), optc!(IDENT_CHAR))) [INFO] [stdout] 403 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 458 | return w_followed!(input, terminated!(tag!("-"), peek!(not!(NUM_START)))); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 462 | keyword!(TRAIT, "trait"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 463 | keyword!(IMPL, "impl"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 464 | keyword!(FN, "fn"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 465 | keyword!(STRUCT, "struct"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | keyword!(IF, "if"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | keyword!(ELIF, "elif"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | keyword!(ELSE, "else"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 469 | keyword!(FOR, "for"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 470 | keyword!(IN, "in"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 471 | keyword!(WHILE, "while"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 472 | keyword!(TRY, "try"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 473 | keyword!(EXCEPT, "except"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 474 | keyword!(FINALLY, "finally"); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 475 | keyword!(LET, "let"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 476 | keyword!(IMPORT, "import"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 477 | keyword!(AS, "as"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 478 | keyword!(RETURN, "return"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 479 | keyword!(YIELD, "yield"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 480 | keyword!(PASS, "pass"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 481 | keyword!(BREAK, "break"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 482 | keyword!(CONTINUE, "continue"); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 483 | keyword!(MATCH, "match"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 484 | keyword!(SELF, "self"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 487 | token!(COMMA, ","); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 488 | token!(COLON, ":"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 489 | token!(DOT, "."); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 490 | token!(EQUALS, "="); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 491 | token!(OPEN_PAREN, "("); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 492 | token!(CLOSE_PAREN, ")"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 493 | token!(OPEN_BRACKET, "["); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 494 | token!(CLOSE_BRACKET, "]"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 495 | token!(OPEN_BRACE, "{"); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 496 | token!(CLOSE_BRACE, "}"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 497 | token!(LANGLE, "<"); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 498 | token!(RANGLE, ">"); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 499 | token!(ARROW, "=>"); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 500 | token!(TARROW, "->"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 501 | token!(UNDERSCORE, "_"); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 504 | token!(ADDASN, "+="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 505 | token!(SUBASN, "-="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 506 | token!(MULASN, "*="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 507 | token!(DIVASN, "/="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 508 | token!(MODASN, "%="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 509 | token!(EXPASN, "**="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 510 | token!(RSHASN, ">>="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 511 | token!(LSHASN, "<<="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 512 | token!(BORASN, "|="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 513 | token!(BANDASN, "&="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 514 | token!(BXORASN, "^="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 518 | keyword!(AND, "and"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 519 | keyword!(OR, "or"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 520 | keyword!(XOR, "xor"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | token!(BAND, "&"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 524 | token!(VBAR, "|"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 525 | token!(BXOR, "^"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 528 | token!(LSHIFT, "<<"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 529 | token!(RSHIFT, ">>"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 532 | token!(PLUS, "+"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 533 | token!(MINUS, "-"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 534 | token!(STAR, "*"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 535 | token!(DIV, "/"); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 536 | token!(MOD, "%"); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 537 | token!(EXP, "**"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 540 | token!(DEQUAL, "=="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 541 | token!(NEQUAL, "!="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 542 | token!(LEQUAL, "<="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 543 | token!(GEQUAL, ">="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 546 | token!(NOT, "not"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 547 | token!(TILDE, "~"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/parser.rs:85:6 [INFO] [stdout] | [INFO] [stdout] 85 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | many1c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:230:13 [INFO] [stdout] | [INFO] [stdout] 230 | / do_parse!( [INFO] [stdout] 231 | | i, [INFO] [stdout] 232 | | indent: map!(many1c!(inline_whitespace_char), |x| x.len()) [INFO] [stdout] 233 | | >> statements: [INFO] [stdout] ... | [INFO] [stdout] 238 | | >> (statements) [INFO] [stdout] 239 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many1c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | many1c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:284:13 [INFO] [stdout] | [INFO] [stdout] 284 | / do_parse!( [INFO] [stdout] 285 | | i, [INFO] [stdout] 286 | | indent: map!(many1c!(inline_whitespace_char), |x| x.len()) [INFO] [stdout] 287 | | >> declarations: [INFO] [stdout] ... | [INFO] [stdout] 292 | | >> (declarations) [INFO] [stdout] 293 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many1c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | many1c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | / do_parse!( [INFO] [stdout] 319 | | i, [INFO] [stdout] 320 | | indent: map!(many1c!(inline_whitespace_char), |x| x.len()) [INFO] [stdout] 321 | | >> fields: [INFO] [stdout] ... | [INFO] [stdout] 326 | | >> (fields) [INFO] [stdout] 327 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many1c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1079:24 [INFO] [stdout] | [INFO] [stdout] 1079 | let node = w_followed!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1080 | | input, [INFO] [stdout] 1081 | | alt_complete!( [INFO] [stdout] 1082 | | tuple!(bool_expr, value!(vec!())) [INFO] [stdout] ... | [INFO] [stdout] 1101 | | ) [INFO] [stdout] 1102 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:131:70 [INFO] [stdout] | [INFO] [stdout] 131 | separated_at_least_m!($i, $m, call!($f), $submac!($($args)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1426:32 [INFO] [stdout] | [INFO] [stdout] 1426 | let parse_result = alt_complete!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1427 | | input, [INFO] [stdout] 1428 | | // Empty input [INFO] [stdout] 1429 | | map!(peek!(CLOSE_PAREN), |_| vec!()) | [INFO] [stdout] ... | [INFO] [stdout] 1443 | | ) [INFO] [stdout] 1444 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `separated_at_least_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1426:32 [INFO] [stdout] | [INFO] [stdout] 1426 | let parse_result = alt_complete!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1427 | | input, [INFO] [stdout] 1428 | | // Empty input [INFO] [stdout] 1429 | | map!(peek!(CLOSE_PAREN), |_| vec!()) | [INFO] [stdout] ... | [INFO] [stdout] 1443 | | ) [INFO] [stdout] 1444 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1651:28 [INFO] [stdout] | [INFO] [stdout] 1651 | let parse_result = w_followed!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1652 | | input, [INFO] [stdout] 1653 | | alt!( [INFO] [stdout] 1654 | | terminated!(tag!("true"), peek!(not!(IDENT_CHAR))) [INFO] [stdout] 1655 | | | terminated!(tag!("false"), peek!(not!(IDENT_CHAR))) [INFO] [stdout] 1656 | | ) [INFO] [stdout] 1657 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1682:28 [INFO] [stdout] | [INFO] [stdout] 1682 | let parse_result = w_followed!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1683 | | input, [INFO] [stdout] 1684 | | recognize!(tuple!( [INFO] [stdout] 1685 | | opt!(SIGN), [INFO] [stdout] ... | [INFO] [stdout] 1689 | | )) [INFO] [stdout] 1690 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1699:22 [INFO] [stdout] | [INFO] [stdout] 1699 | let result = w_followed!( [INFO] [stdout] | ______________________- [INFO] [stdout] 1700 | | input, [INFO] [stdout] 1701 | | delimited!(tag!("\""), recognize!(many0c!(STRING_CHAR)), tag!("\"")) [INFO] [stdout] 1702 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1699:22 [INFO] [stdout] | [INFO] [stdout] 1699 | let result = w_followed!( [INFO] [stdout] | ______________________- [INFO] [stdout] 1700 | | input, [INFO] [stdout] 1701 | | delimited!(tag!("\""), recognize!(many0c!(STRING_CHAR)), tag!("\"")) [INFO] [stdout] 1702 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2376:12 [INFO] [stdout] | [INFO] [stdout] 2376 | return w_followed!( [INFO] [stdout] | ____________- [INFO] [stdout] 2377 | | input, [INFO] [stdout] 2378 | | recognize!(tuple!(optc!(SIGN), terminated!(DIGIT, VALID_NUM_FOLLOW))) [INFO] [stdout] 2379 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2376:12 [INFO] [stdout] | [INFO] [stdout] 2376 | return w_followed!( [INFO] [stdout] | ____________- [INFO] [stdout] 2377 | | input, [INFO] [stdout] 2378 | | recognize!(tuple!(optc!(SIGN), terminated!(DIGIT, VALID_NUM_FOLLOW))) [INFO] [stdout] 2379 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2439:22 [INFO] [stdout] | [INFO] [stdout] 2439 | let result = tuple!( [INFO] [stdout] | ______________________- [INFO] [stdout] 2440 | | input, [INFO] [stdout] 2441 | | IDENTIFIER, [INFO] [stdout] 2442 | | optc!(delimited!( [INFO] [stdout] ... | [INFO] [stdout] 2447 | | optc!(refinement) [INFO] [stdout] 2448 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2566:20 [INFO] [stdout] | [INFO] [stdout] 2566 | let node = w_followed!( [INFO] [stdout] | ____________________- [INFO] [stdout] 2567 | | input, [INFO] [stdout] 2568 | | alt_complete!( [INFO] [stdout] 2569 | | bool_expr [INFO] [stdout] ... | [INFO] [stdout] 2574 | | ) [INFO] [stdout] 2575 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2566:20 [INFO] [stdout] | [INFO] [stdout] 2566 | let node = w_followed!( [INFO] [stdout] | ____________________- [INFO] [stdout] 2567 | | input, [INFO] [stdout] 2568 | | alt_complete!( [INFO] [stdout] 2569 | | bool_expr [INFO] [stdout] ... | [INFO] [stdout] 2574 | | ) [INFO] [stdout] 2575 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/type_checking/refinements.rs:82:35 [INFO] [stdout] | [INFO] [stdout] 82 | fn construct_condition(&self, &Context) -> (HashSet, String); [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 91 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.16s [INFO] running `Command { std: "docker" "inspect" "6e6671803b87f5fb7e8237e22c221549667d35f389f4568e0db6125e42f8a148", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e6671803b87f5fb7e8237e22c221549667d35f389f4568e0db6125e42f8a148", kill_on_drop: false }` [INFO] [stdout] 6e6671803b87f5fb7e8237e22c221549667d35f389f4568e0db6125e42f8a148 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d41160a479af65f4dc1d1b3f566dbbf09ff1d0cf16aec551789d91e59df11765 [INFO] running `Command { std: "docker" "start" "-a" "d41160a479af65f4dc1d1b3f566dbbf09ff1d0cf16aec551789d91e59df11765", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 217 | let n = recognize!( [INFO] [stdout] | _____________- [INFO] [stdout] 218 | | input, [INFO] [stdout] 219 | | terminated!( [INFO] [stdout] 220 | | many0c!(recognize!(terminated!( [INFO] [stdout] ... | [INFO] [stdout] 225 | | ) [INFO] [stdout] 226 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 217 | let n = recognize!( [INFO] [stdout] | _____________- [INFO] [stdout] 218 | | input, [INFO] [stdout] 219 | | terminated!( [INFO] [stdout] 220 | | many0c!(recognize!(terminated!( [INFO] [stdout] ... | [INFO] [stdout] 225 | | ) [INFO] [stdout] 226 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 400 | let parse_result = w_followed!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 401 | | input, [INFO] [stdout] 402 | | recognize!(pair!(alt!(ALPHA | tag!("_")), optc!(IDENT_CHAR))) [INFO] [stdout] 403 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 400 | let parse_result = w_followed!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 401 | | input, [INFO] [stdout] 402 | | recognize!(pair!(alt!(ALPHA | tag!("_")), optc!(IDENT_CHAR))) [INFO] [stdout] 403 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 458 | return w_followed!(input, terminated!(tag!("-"), peek!(not!(NUM_START)))); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 462 | keyword!(TRAIT, "trait"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 463 | keyword!(IMPL, "impl"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 464 | keyword!(FN, "fn"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 465 | keyword!(STRUCT, "struct"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | keyword!(IF, "if"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | keyword!(ELIF, "elif"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | keyword!(ELSE, "else"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 469 | keyword!(FOR, "for"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 470 | keyword!(IN, "in"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 471 | keyword!(WHILE, "while"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 472 | keyword!(TRY, "try"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 473 | keyword!(EXCEPT, "except"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 474 | keyword!(FINALLY, "finally"); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 475 | keyword!(LET, "let"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 476 | keyword!(IMPORT, "import"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 477 | keyword!(AS, "as"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 478 | keyword!(RETURN, "return"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 479 | keyword!(YIELD, "yield"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 480 | keyword!(PASS, "pass"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 481 | keyword!(BREAK, "break"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 482 | keyword!(CONTINUE, "continue"); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 483 | keyword!(MATCH, "match"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 484 | keyword!(SELF, "self"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 487 | token!(COMMA, ","); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 488 | token!(COLON, ":"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 489 | token!(DOT, "."); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 490 | token!(EQUALS, "="); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 491 | token!(OPEN_PAREN, "("); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 492 | token!(CLOSE_PAREN, ")"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 493 | token!(OPEN_BRACKET, "["); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 494 | token!(CLOSE_BRACKET, "]"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 495 | token!(OPEN_BRACE, "{"); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 496 | token!(CLOSE_BRACE, "}"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 497 | token!(LANGLE, "<"); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 498 | token!(RANGLE, ">"); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 499 | token!(ARROW, "=>"); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 500 | token!(TARROW, "->"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 501 | token!(UNDERSCORE, "_"); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 504 | token!(ADDASN, "+="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 505 | token!(SUBASN, "-="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 506 | token!(MULASN, "*="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 507 | token!(DIVASN, "/="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 508 | token!(MODASN, "%="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 509 | token!(EXPASN, "**="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 510 | token!(RSHASN, ">>="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 511 | token!(LSHASN, "<<="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 512 | token!(BORASN, "|="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 513 | token!(BANDASN, "&="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 514 | token!(BXORASN, "^="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 518 | keyword!(AND, "and"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 519 | keyword!(OR, "or"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 520 | keyword!(XOR, "xor"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | token!(BAND, "&"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 524 | token!(VBAR, "|"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 525 | token!(BXOR, "^"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 528 | token!(LSHIFT, "<<"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 529 | token!(RSHIFT, ">>"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 532 | token!(PLUS, "+"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 533 | token!(MINUS, "-"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 534 | token!(STAR, "*"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 535 | token!(DIV, "/"); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 536 | token!(MOD, "%"); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 537 | token!(EXP, "**"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 540 | token!(DEQUAL, "=="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling grace v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 541 | token!(NEQUAL, "!="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 542 | token!(LEQUAL, "<="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 543 | token!(GEQUAL, ">="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 546 | token!(NOT, "not"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 547 | token!(TILDE, "~"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/parser.rs:85:6 [INFO] [stdout] | [INFO] [stdout] 85 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | many1c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:230:13 [INFO] [stdout] | [INFO] [stdout] 230 | / do_parse!( [INFO] [stdout] 231 | | i, [INFO] [stdout] 232 | | indent: map!(many1c!(inline_whitespace_char), |x| x.len()) [INFO] [stdout] 233 | | >> statements: [INFO] [stdout] ... | [INFO] [stdout] 238 | | >> (statements) [INFO] [stdout] 239 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many1c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | many1c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:284:13 [INFO] [stdout] | [INFO] [stdout] 284 | / do_parse!( [INFO] [stdout] 285 | | i, [INFO] [stdout] 286 | | indent: map!(many1c!(inline_whitespace_char), |x| x.len()) [INFO] [stdout] 287 | | >> declarations: [INFO] [stdout] ... | [INFO] [stdout] 292 | | >> (declarations) [INFO] [stdout] 293 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many1c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | many1c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | / do_parse!( [INFO] [stdout] 319 | | i, [INFO] [stdout] 320 | | indent: map!(many1c!(inline_whitespace_char), |x| x.len()) [INFO] [stdout] 321 | | >> fields: [INFO] [stdout] ... | [INFO] [stdout] 326 | | >> (fields) [INFO] [stdout] 327 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many1c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1079:24 [INFO] [stdout] | [INFO] [stdout] 1079 | let node = w_followed!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1080 | | input, [INFO] [stdout] 1081 | | alt_complete!( [INFO] [stdout] 1082 | | tuple!(bool_expr, value!(vec!())) [INFO] [stdout] ... | [INFO] [stdout] 1101 | | ) [INFO] [stdout] 1102 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:131:70 [INFO] [stdout] | [INFO] [stdout] 131 | separated_at_least_m!($i, $m, call!($f), $submac!($($args)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1426:32 [INFO] [stdout] | [INFO] [stdout] 1426 | let parse_result = alt_complete!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1427 | | input, [INFO] [stdout] 1428 | | // Empty input [INFO] [stdout] 1429 | | map!(peek!(CLOSE_PAREN), |_| vec!()) | [INFO] [stdout] ... | [INFO] [stdout] 1443 | | ) [INFO] [stdout] 1444 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `separated_at_least_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1426:32 [INFO] [stdout] | [INFO] [stdout] 1426 | let parse_result = alt_complete!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1427 | | input, [INFO] [stdout] 1428 | | // Empty input [INFO] [stdout] 1429 | | map!(peek!(CLOSE_PAREN), |_| vec!()) | [INFO] [stdout] ... | [INFO] [stdout] 1443 | | ) [INFO] [stdout] 1444 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1651:28 [INFO] [stdout] | [INFO] [stdout] 1651 | let parse_result = w_followed!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1652 | | input, [INFO] [stdout] 1653 | | alt!( [INFO] [stdout] 1654 | | terminated!(tag!("true"), peek!(not!(IDENT_CHAR))) [INFO] [stdout] 1655 | | | terminated!(tag!("false"), peek!(not!(IDENT_CHAR))) [INFO] [stdout] 1656 | | ) [INFO] [stdout] 1657 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1682:28 [INFO] [stdout] | [INFO] [stdout] 1682 | let parse_result = w_followed!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1683 | | input, [INFO] [stdout] 1684 | | recognize!(tuple!( [INFO] [stdout] 1685 | | opt!(SIGN), [INFO] [stdout] ... | [INFO] [stdout] 1689 | | )) [INFO] [stdout] 1690 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1699:22 [INFO] [stdout] | [INFO] [stdout] 1699 | let result = w_followed!( [INFO] [stdout] | ______________________- [INFO] [stdout] 1700 | | input, [INFO] [stdout] 1701 | | delimited!(tag!("\""), recognize!(many0c!(STRING_CHAR)), tag!("\"")) [INFO] [stdout] 1702 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1699:22 [INFO] [stdout] | [INFO] [stdout] 1699 | let result = w_followed!( [INFO] [stdout] | ______________________- [INFO] [stdout] 1700 | | input, [INFO] [stdout] 1701 | | delimited!(tag!("\""), recognize!(many0c!(STRING_CHAR)), tag!("\"")) [INFO] [stdout] 1702 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2376:12 [INFO] [stdout] | [INFO] [stdout] 2376 | return w_followed!( [INFO] [stdout] | ____________- [INFO] [stdout] 2377 | | input, [INFO] [stdout] 2378 | | recognize!(tuple!(optc!(SIGN), terminated!(DIGIT, VALID_NUM_FOLLOW))) [INFO] [stdout] 2379 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2376:12 [INFO] [stdout] | [INFO] [stdout] 2376 | return w_followed!( [INFO] [stdout] | ____________- [INFO] [stdout] 2377 | | input, [INFO] [stdout] 2378 | | recognize!(tuple!(optc!(SIGN), terminated!(DIGIT, VALID_NUM_FOLLOW))) [INFO] [stdout] 2379 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2439:22 [INFO] [stdout] | [INFO] [stdout] 2439 | let result = tuple!( [INFO] [stdout] | ______________________- [INFO] [stdout] 2440 | | input, [INFO] [stdout] 2441 | | IDENTIFIER, [INFO] [stdout] 2442 | | optc!(delimited!( [INFO] [stdout] ... | [INFO] [stdout] 2447 | | optc!(refinement) [INFO] [stdout] 2448 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2566:20 [INFO] [stdout] | [INFO] [stdout] 2566 | let node = w_followed!( [INFO] [stdout] | ____________________- [INFO] [stdout] 2567 | | input, [INFO] [stdout] 2568 | | alt_complete!( [INFO] [stdout] 2569 | | bool_expr [INFO] [stdout] ... | [INFO] [stdout] 2574 | | ) [INFO] [stdout] 2575 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2566:20 [INFO] [stdout] | [INFO] [stdout] 2566 | let node = w_followed!( [INFO] [stdout] | ____________________- [INFO] [stdout] 2567 | | input, [INFO] [stdout] 2568 | | alt_complete!( [INFO] [stdout] 2569 | | bool_expr [INFO] [stdout] ... | [INFO] [stdout] 2574 | | ) [INFO] [stdout] 2575 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/type_checking/refinements.rs:82:35 [INFO] [stdout] | [INFO] [stdout] 82 | fn construct_condition(&self, &Context) -> (HashSet, String); [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 91 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 217 | let n = recognize!( [INFO] [stdout] | _____________- [INFO] [stdout] 218 | | input, [INFO] [stdout] 219 | | terminated!( [INFO] [stdout] 220 | | many0c!(recognize!(terminated!( [INFO] [stdout] ... | [INFO] [stdout] 225 | | ) [INFO] [stdout] 226 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 217 | let n = recognize!( [INFO] [stdout] | _____________- [INFO] [stdout] 218 | | input, [INFO] [stdout] 219 | | terminated!( [INFO] [stdout] 220 | | many0c!(recognize!(terminated!( [INFO] [stdout] ... | [INFO] [stdout] 225 | | ) [INFO] [stdout] 226 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 400 | let parse_result = w_followed!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 401 | | input, [INFO] [stdout] 402 | | recognize!(pair!(alt!(ALPHA | tag!("_")), optc!(IDENT_CHAR))) [INFO] [stdout] 403 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 400 | let parse_result = w_followed!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 401 | | input, [INFO] [stdout] 402 | | recognize!(pair!(alt!(ALPHA | tag!("_")), optc!(IDENT_CHAR))) [INFO] [stdout] 403 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 458 | return w_followed!(input, terminated!(tag!("-"), peek!(not!(NUM_START)))); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 462 | keyword!(TRAIT, "trait"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 463 | keyword!(IMPL, "impl"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 464 | keyword!(FN, "fn"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 465 | keyword!(STRUCT, "struct"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 466 | keyword!(IF, "if"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 467 | keyword!(ELIF, "elif"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 468 | keyword!(ELSE, "else"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 469 | keyword!(FOR, "for"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 470 | keyword!(IN, "in"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 471 | keyword!(WHILE, "while"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 472 | keyword!(TRY, "try"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 473 | keyword!(EXCEPT, "except"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 474 | keyword!(FINALLY, "finally"); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 475 | keyword!(LET, "let"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 476 | keyword!(IMPORT, "import"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 477 | keyword!(AS, "as"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 478 | keyword!(RETURN, "return"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 479 | keyword!(YIELD, "yield"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 480 | keyword!(PASS, "pass"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 481 | keyword!(BREAK, "break"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 482 | keyword!(CONTINUE, "continue"); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 483 | keyword!(MATCH, "match"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 484 | keyword!(SELF, "self"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 487 | token!(COMMA, ","); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 488 | token!(COLON, ":"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 489 | token!(DOT, "."); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 490 | token!(EQUALS, "="); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 491 | token!(OPEN_PAREN, "("); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 492 | token!(CLOSE_PAREN, ")"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 493 | token!(OPEN_BRACKET, "["); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 494 | token!(CLOSE_BRACKET, "]"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 495 | token!(OPEN_BRACE, "{"); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 496 | token!(CLOSE_BRACE, "}"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 497 | token!(LANGLE, "<"); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 498 | token!(RANGLE, ">"); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 499 | token!(ARROW, "=>"); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 500 | token!(TARROW, "->"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 501 | token!(UNDERSCORE, "_"); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 504 | token!(ADDASN, "+="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 505 | token!(SUBASN, "-="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 506 | token!(MULASN, "*="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 507 | token!(DIVASN, "/="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 508 | token!(MODASN, "%="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 509 | token!(EXPASN, "**="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 510 | token!(RSHASN, ">>="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 511 | token!(LSHASN, "<<="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 512 | token!(BORASN, "|="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 513 | token!(BANDASN, "&="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 514 | token!(BXORASN, "^="); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 518 | keyword!(AND, "and"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 519 | keyword!(OR, "or"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 520 | keyword!(XOR, "xor"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | token!(BAND, "&"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 524 | token!(VBAR, "|"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 525 | token!(BXOR, "^"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 528 | token!(LSHIFT, "<<"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 529 | token!(RSHIFT, ">>"); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 532 | token!(PLUS, "+"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 533 | token!(MINUS, "-"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 534 | token!(STAR, "*"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 535 | token!(DIV, "/"); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 536 | token!(MOD, "%"); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 537 | token!(EXP, "**"); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 540 | token!(DEQUAL, "=="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 541 | token!(NEQUAL, "!="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 542 | token!(LEQUAL, "<="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 543 | token!(GEQUAL, ">="); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 546 | token!(NOT, "not"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 547 | token!(TILDE, "~"); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/parser.rs:85:6 [INFO] [stdout] | [INFO] [stdout] 85 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | many1c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:230:13 [INFO] [stdout] | [INFO] [stdout] 230 | / do_parse!( [INFO] [stdout] 231 | | i, [INFO] [stdout] 232 | | indent: map!(many1c!(inline_whitespace_char), |x| x.len()) [INFO] [stdout] 233 | | >> statements: [INFO] [stdout] ... | [INFO] [stdout] 238 | | >> (statements) [INFO] [stdout] 239 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many1c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | many1c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:284:13 [INFO] [stdout] | [INFO] [stdout] 284 | / do_parse!( [INFO] [stdout] 285 | | i, [INFO] [stdout] 286 | | indent: map!(many1c!(inline_whitespace_char), |x| x.len()) [INFO] [stdout] 287 | | >> declarations: [INFO] [stdout] ... | [INFO] [stdout] 292 | | >> (declarations) [INFO] [stdout] 293 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many1c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | many1c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | / do_parse!( [INFO] [stdout] 319 | | i, [INFO] [stdout] 320 | | indent: map!(many1c!(inline_whitespace_char), |x| x.len()) [INFO] [stdout] 321 | | >> fields: [INFO] [stdout] ... | [INFO] [stdout] 326 | | >> (fields) [INFO] [stdout] 327 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many1c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1079:24 [INFO] [stdout] | [INFO] [stdout] 1079 | let node = w_followed!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1080 | | input, [INFO] [stdout] 1081 | | alt_complete!( [INFO] [stdout] 1082 | | tuple!(bool_expr, value!(vec!())) [INFO] [stdout] ... | [INFO] [stdout] 1101 | | ) [INFO] [stdout] 1102 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:131:70 [INFO] [stdout] | [INFO] [stdout] 131 | separated_at_least_m!($i, $m, call!($f), $submac!($($args)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1426:32 [INFO] [stdout] | [INFO] [stdout] 1426 | let parse_result = alt_complete!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1427 | | input, [INFO] [stdout] 1428 | | // Empty input [INFO] [stdout] 1429 | | map!(peek!(CLOSE_PAREN), |_| vec!()) | [INFO] [stdout] ... | [INFO] [stdout] 1443 | | ) [INFO] [stdout] 1444 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `separated_at_least_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1426:32 [INFO] [stdout] | [INFO] [stdout] 1426 | let parse_result = alt_complete!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1427 | | input, [INFO] [stdout] 1428 | | // Empty input [INFO] [stdout] 1429 | | map!(peek!(CLOSE_PAREN), |_| vec!()) | [INFO] [stdout] ... | [INFO] [stdout] 1443 | | ) [INFO] [stdout] 1444 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1651:28 [INFO] [stdout] | [INFO] [stdout] 1651 | let parse_result = w_followed!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1652 | | input, [INFO] [stdout] 1653 | | alt!( [INFO] [stdout] 1654 | | terminated!(tag!("true"), peek!(not!(IDENT_CHAR))) [INFO] [stdout] 1655 | | | terminated!(tag!("false"), peek!(not!(IDENT_CHAR))) [INFO] [stdout] 1656 | | ) [INFO] [stdout] 1657 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1682:28 [INFO] [stdout] | [INFO] [stdout] 1682 | let parse_result = w_followed!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1683 | | input, [INFO] [stdout] 1684 | | recognize!(tuple!( [INFO] [stdout] 1685 | | opt!(SIGN), [INFO] [stdout] ... | [INFO] [stdout] 1689 | | )) [INFO] [stdout] 1690 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1699:22 [INFO] [stdout] | [INFO] [stdout] 1699 | let result = w_followed!( [INFO] [stdout] | ______________________- [INFO] [stdout] 1700 | | input, [INFO] [stdout] 1701 | | delimited!(tag!("\""), recognize!(many0c!(STRING_CHAR)), tag!("\"")) [INFO] [stdout] 1702 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:1699:22 [INFO] [stdout] | [INFO] [stdout] 1699 | let result = w_followed!( [INFO] [stdout] | ______________________- [INFO] [stdout] 1700 | | input, [INFO] [stdout] 1701 | | delimited!(tag!("\""), recognize!(many0c!(STRING_CHAR)), tag!("\"")) [INFO] [stdout] 1702 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2376:12 [INFO] [stdout] | [INFO] [stdout] 2376 | return w_followed!( [INFO] [stdout] | ____________- [INFO] [stdout] 2377 | | input, [INFO] [stdout] 2378 | | recognize!(tuple!(optc!(SIGN), terminated!(DIGIT, VALID_NUM_FOLLOW))) [INFO] [stdout] 2379 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2376:12 [INFO] [stdout] | [INFO] [stdout] 2376 | return w_followed!( [INFO] [stdout] | ____________- [INFO] [stdout] 2377 | | input, [INFO] [stdout] 2378 | | recognize!(tuple!(optc!(SIGN), terminated!(DIGIT, VALID_NUM_FOLLOW))) [INFO] [stdout] 2379 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | optc!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2439:22 [INFO] [stdout] | [INFO] [stdout] 2439 | let result = tuple!( [INFO] [stdout] | ______________________- [INFO] [stdout] 2440 | | input, [INFO] [stdout] 2441 | | IDENTIFIER, [INFO] [stdout] 2442 | | optc!(delimited!( [INFO] [stdout] ... | [INFO] [stdout] 2447 | | optc!(refinement) [INFO] [stdout] 2448 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2566:20 [INFO] [stdout] | [INFO] [stdout] 2566 | let node = w_followed!( [INFO] [stdout] | ____________________- [INFO] [stdout] 2567 | | input, [INFO] [stdout] 2568 | | alt_complete!( [INFO] [stdout] 2569 | | bool_expr [INFO] [stdout] ... | [INFO] [stdout] 2574 | | ) [INFO] [stdout] 2575 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser_utils.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | many0c!($i, call!($f)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parser.rs:2566:20 [INFO] [stdout] | [INFO] [stdout] 2566 | let node = w_followed!( [INFO] [stdout] | ____________________- [INFO] [stdout] 2567 | | input, [INFO] [stdout] 2568 | | alt_complete!( [INFO] [stdout] 2569 | | bool_expr [INFO] [stdout] ... | [INFO] [stdout] 2574 | | ) [INFO] [stdout] 2575 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/type_checking/refinements.rs:82:35 [INFO] [stdout] | [INFO] [stdout] 82 | fn construct_condition(&self, &Context) -> (HashSet, String); [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 91 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `Command { std: "docker" "inspect" "d41160a479af65f4dc1d1b3f566dbbf09ff1d0cf16aec551789d91e59df11765", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d41160a479af65f4dc1d1b3f566dbbf09ff1d0cf16aec551789d91e59df11765", kill_on_drop: false }` [INFO] [stdout] d41160a479af65f4dc1d1b3f566dbbf09ff1d0cf16aec551789d91e59df11765 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] df1457664560438b407f85aa0f6b96724ac9db5ebfd6a7c356de568c554ac1e5 [INFO] running `Command { std: "docker" "start" "-a" "df1457664560438b407f85aa0f6b96724ac9db5ebfd6a7c356de568c554ac1e5", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 217 | let n = recognize!( [INFO] [stderr] | _____________- [INFO] [stderr] 218 | | input, [INFO] [stderr] 219 | | terminated!( [INFO] [stderr] 220 | | many0c!(recognize!(terminated!( [INFO] [stderr] ... | [INFO] [stderr] 225 | | ) [INFO] [stderr] 226 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | optc!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 217 | let n = recognize!( [INFO] [stderr] | _____________- [INFO] [stderr] 218 | | input, [INFO] [stderr] 219 | | terminated!( [INFO] [stderr] 220 | | many0c!(recognize!(terminated!( [INFO] [stderr] ... | [INFO] [stderr] 225 | | ) [INFO] [stderr] 226 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | optc!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 400 | let parse_result = w_followed!( [INFO] [stderr] | ____________________________- [INFO] [stderr] 401 | | input, [INFO] [stderr] 402 | | recognize!(pair!(alt!(ALPHA | tag!("_")), optc!(IDENT_CHAR))) [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 400 | let parse_result = w_followed!( [INFO] [stderr] | ____________________________- [INFO] [stderr] 401 | | input, [INFO] [stderr] 402 | | recognize!(pair!(alt!(ALPHA | tag!("_")), optc!(IDENT_CHAR))) [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 458 | return w_followed!(input, terminated!(tag!("-"), peek!(not!(NUM_START)))); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 462 | keyword!(TRAIT, "trait"); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 463 | keyword!(IMPL, "impl"); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 464 | keyword!(FN, "fn"); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 465 | keyword!(STRUCT, "struct"); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 466 | keyword!(IF, "if"); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 467 | keyword!(ELIF, "elif"); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 468 | keyword!(ELSE, "else"); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 469 | keyword!(FOR, "for"); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 470 | keyword!(IN, "in"); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 471 | keyword!(WHILE, "while"); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 472 | keyword!(TRY, "try"); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 473 | keyword!(EXCEPT, "except"); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 474 | keyword!(FINALLY, "finally"); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 475 | keyword!(LET, "let"); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 476 | keyword!(IMPORT, "import"); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 477 | keyword!(AS, "as"); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 478 | keyword!(RETURN, "return"); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 479 | keyword!(YIELD, "yield"); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 480 | keyword!(PASS, "pass"); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 481 | keyword!(BREAK, "break"); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 482 | keyword!(CONTINUE, "continue"); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 483 | keyword!(MATCH, "match"); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 484 | keyword!(SELF, "self"); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 487 | token!(COMMA, ","); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 488 | token!(COLON, ":"); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 489 | token!(DOT, "."); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 490 | token!(EQUALS, "="); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 491 | token!(OPEN_PAREN, "("); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 492 | token!(CLOSE_PAREN, ")"); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 493 | token!(OPEN_BRACKET, "["); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 494 | token!(CLOSE_BRACKET, "]"); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 495 | token!(OPEN_BRACE, "{"); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 496 | token!(CLOSE_BRACE, "}"); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 497 | token!(LANGLE, "<"); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 498 | token!(RANGLE, ">"); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 499 | token!(ARROW, "=>"); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 500 | token!(TARROW, "->"); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 501 | token!(UNDERSCORE, "_"); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 504 | token!(ADDASN, "+="); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 505 | token!(SUBASN, "-="); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 506 | token!(MULASN, "*="); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 507 | token!(DIVASN, "/="); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 508 | token!(MODASN, "%="); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 509 | token!(EXPASN, "**="); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 510 | token!(RSHASN, ">>="); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 511 | token!(LSHASN, "<<="); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 512 | token!(BORASN, "|="); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 513 | token!(BANDASN, "&="); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 514 | token!(BXORASN, "^="); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 518 | keyword!(AND, "and"); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 519 | keyword!(OR, "or"); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 520 | keyword!(XOR, "xor"); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 523 | token!(BAND, "&"); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 524 | token!(VBAR, "|"); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 525 | token!(BXOR, "^"); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 528 | token!(LSHIFT, "<<"); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 529 | token!(RSHIFT, ">>"); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 532 | token!(PLUS, "+"); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 533 | token!(MINUS, "-"); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 534 | token!(STAR, "*"); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 535 | token!(DIV, "/"); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 536 | token!(MOD, "%"); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 537 | token!(EXP, "**"); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 540 | token!(DEQUAL, "=="); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 541 | token!(NEQUAL, "!="); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 542 | token!(LEQUAL, "<="); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 543 | token!(GEQUAL, ">="); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 546 | token!(NOT, "not"); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 547 | token!(TILDE, "~"); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/parser.rs:85:6 [INFO] [stderr] | [INFO] [stderr] 85 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:65:27 [INFO] [stderr] | [INFO] [stderr] 65 | many1c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:230:13 [INFO] [stderr] | [INFO] [stderr] 230 | / do_parse!( [INFO] [stderr] 231 | | i, [INFO] [stderr] 232 | | indent: map!(many1c!(inline_whitespace_char), |x| x.len()) [INFO] [stderr] 233 | | >> statements: [INFO] [stderr] ... | [INFO] [stderr] 238 | | >> (statements) [INFO] [stderr] 239 | | ) [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many1c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:65:27 [INFO] [stderr] | [INFO] [stderr] 65 | many1c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:284:13 [INFO] [stderr] | [INFO] [stderr] 284 | / do_parse!( [INFO] [stderr] 285 | | i, [INFO] [stderr] 286 | | indent: map!(many1c!(inline_whitespace_char), |x| x.len()) [INFO] [stderr] 287 | | >> declarations: [INFO] [stderr] ... | [INFO] [stderr] 292 | | >> (declarations) [INFO] [stderr] 293 | | ) [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many1c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:65:27 [INFO] [stderr] | [INFO] [stderr] 65 | many1c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:318:13 [INFO] [stderr] | [INFO] [stderr] 318 | / do_parse!( [INFO] [stderr] 319 | | i, [INFO] [stderr] 320 | | indent: map!(many1c!(inline_whitespace_char), |x| x.len()) [INFO] [stderr] 321 | | >> fields: [INFO] [stderr] ... | [INFO] [stderr] 326 | | >> (fields) [INFO] [stderr] 327 | | ) [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many1c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:1079:24 [INFO] [stderr] | [INFO] [stderr] 1079 | let node = w_followed!( [INFO] [stderr] | ________________________- [INFO] [stderr] 1080 | | input, [INFO] [stderr] 1081 | | alt_complete!( [INFO] [stderr] 1082 | | tuple!(bool_expr, value!(vec!())) [INFO] [stderr] ... | [INFO] [stderr] 1101 | | ) [INFO] [stderr] 1102 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:131:70 [INFO] [stderr] | [INFO] [stderr] 131 | separated_at_least_m!($i, $m, call!($f), $submac!($($args)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:1426:32 [INFO] [stderr] | [INFO] [stderr] 1426 | let parse_result = alt_complete!( [INFO] [stderr] | ________________________________- [INFO] [stderr] 1427 | | input, [INFO] [stderr] 1428 | | // Empty input [INFO] [stderr] 1429 | | map!(peek!(CLOSE_PAREN), |_| vec!()) | [INFO] [stderr] ... | [INFO] [stderr] 1443 | | ) [INFO] [stderr] 1444 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `separated_at_least_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | optc!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:1426:32 [INFO] [stderr] | [INFO] [stderr] 1426 | let parse_result = alt_complete!( [INFO] [stderr] | ________________________________- [INFO] [stderr] 1427 | | input, [INFO] [stderr] 1428 | | // Empty input [INFO] [stderr] 1429 | | map!(peek!(CLOSE_PAREN), |_| vec!()) | [INFO] [stderr] ... | [INFO] [stderr] 1443 | | ) [INFO] [stderr] 1444 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:1651:28 [INFO] [stderr] | [INFO] [stderr] 1651 | let parse_result = w_followed!( [INFO] [stderr] | ____________________________- [INFO] [stderr] 1652 | | input, [INFO] [stderr] 1653 | | alt!( [INFO] [stderr] 1654 | | terminated!(tag!("true"), peek!(not!(IDENT_CHAR))) [INFO] [stderr] 1655 | | | terminated!(tag!("false"), peek!(not!(IDENT_CHAR))) [INFO] [stderr] 1656 | | ) [INFO] [stderr] 1657 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:1682:28 [INFO] [stderr] | [INFO] [stderr] 1682 | let parse_result = w_followed!( [INFO] [stderr] | ____________________________- [INFO] [stderr] 1683 | | input, [INFO] [stderr] 1684 | | recognize!(tuple!( [INFO] [stderr] 1685 | | opt!(SIGN), [INFO] [stderr] ... | [INFO] [stderr] 1689 | | )) [INFO] [stderr] 1690 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:1699:22 [INFO] [stderr] | [INFO] [stderr] 1699 | let result = w_followed!( [INFO] [stderr] | ______________________- [INFO] [stderr] 1700 | | input, [INFO] [stderr] 1701 | | delimited!(tag!("\""), recognize!(many0c!(STRING_CHAR)), tag!("\"")) [INFO] [stderr] 1702 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | optc!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:2376:12 [INFO] [stderr] | [INFO] [stderr] 2376 | return w_followed!( [INFO] [stderr] | ____________- [INFO] [stderr] 2377 | | input, [INFO] [stderr] 2378 | | recognize!(tuple!(optc!(SIGN), terminated!(DIGIT, VALID_NUM_FOLLOW))) [INFO] [stderr] 2379 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:2376:12 [INFO] [stderr] | [INFO] [stderr] 2376 | return w_followed!( [INFO] [stderr] | ____________- [INFO] [stderr] 2377 | | input, [INFO] [stderr] 2378 | | recognize!(tuple!(optc!(SIGN), terminated!(DIGIT, VALID_NUM_FOLLOW))) [INFO] [stderr] 2379 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | optc!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:2439:22 [INFO] [stderr] | [INFO] [stderr] 2439 | let result = tuple!( [INFO] [stderr] | ______________________- [INFO] [stderr] 2440 | | input, [INFO] [stderr] 2441 | | IDENTIFIER, [INFO] [stderr] 2442 | | optc!(delimited!( [INFO] [stderr] ... | [INFO] [stderr] 2447 | | optc!(refinement) [INFO] [stderr] 2448 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `optc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/parser_utils.rs:54:27 [INFO] [stderr] | [INFO] [stderr] 54 | many0c!($i, call!($f)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parser.rs:2566:20 [INFO] [stderr] | [INFO] [stderr] 2566 | let node = w_followed!( [INFO] [stderr] | ____________________- [INFO] [stderr] 2567 | | input, [INFO] [stderr] 2568 | | alt_complete!( [INFO] [stderr] 2569 | | bool_expr [INFO] [stderr] ... | [INFO] [stderr] 2574 | | ) [INFO] [stderr] 2575 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `many0c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/type_checking/refinements.rs:82:35 [INFO] [stderr] | [INFO] [stderr] 82 | fn construct_condition(&self, &Context) -> (HashSet, String); [INFO] [stderr] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Context` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: `grace` (lib) generated 91 warnings (2 duplicates) [INFO] [stderr] warning: `grace` (lib test) generated 91 warnings (91 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/grace_lib-a6a049a7ea2ed588) [INFO] [stdout] [INFO] [stdout] running 85 tests [INFO] [stdout] test general_utils::tests::test_vec_c_int ... ok [INFO] [stdout] test parser::expr_parsers::tests::failures::failure_2019_12_14_1 ... ignored [INFO] [stdout] test parser::expr_parsers::tests::failures::failure_2019_12_14_2 ... ignored [INFO] [stdout] test parser::expr_parsers::tests::failures::failure_2019_12_14_3 ... ignored [INFO] [stdout] test parser::expr_parsers::tests::failures::failure_2019_12_14_4 ... ignored [INFO] [stdout] test parser::expr_parsers::tests::failures::failure_2019_12_14_5 ... ignored [INFO] [stdout] test parser::expr_parsers::tests::failures::failure_2020_02_07 ... ignored [INFO] [stdout] test llr::tests::exprs::llr_constants ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_binary_expr ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_expr_with_trailer ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_collection_literals ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_comprehensions ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_comparison_expr ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_function_call ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_struct_literal ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_special_chars ... ok [INFO] [stdout] test parser::expr_parsers::tests::subparsers::parse_atomic ... ok [INFO] [stdout] test llr::tests::test_get_declarations ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_post_ident ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_identifier_expr ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_module_access ... ok [INFO] [stdout] test parser::expr_parsers::tests::subparsers::parse_spec_literals ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_wrapped ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_literals ... ok [INFO] [stdout] test parser::expr_parsers::tests::subparsers::parse_post_index ... ok [INFO] [stdout] test parser::expr_parsers::tests::parse_unary_expr ... ok [INFO] [stdout] test llr::tests::trait_impl_test ... ok [INFO] [stdout] test parser::expr_parsers::tests::test_parenthetical_expressions ... ok [INFO] [stdout] test parser::stmt_parsers::tests::parse_for_in_stmt ... ok [INFO] [stdout] test parser::stmt_parsers::tests::parse_func_dec_parts ... ok [INFO] [stdout] test parser::stmt_parsers::tests::parse_return_and_yield_stmts ... ok [INFO] [stdout] test parser::stmt_parsers::tests::parse_let_stmt ... ok [INFO] [stdout] test parser::stmt_parsers::tests::parse_simple_statements ... ok [INFO] [stdout] test parser::stmt_parsers::tests::parse_while_stmt ... ok [INFO] [stdout] test parser::stmt_parsers::tests::parse_assignment_stmt ... ok [INFO] [stdout] test parser::stmt_parsers::tests::parse_if_stmt ... ok [INFO] [stdout] test parser::tests::from_failures::parse_solitary_expression ... ok [INFO] [stdout] test parser::tests::parse_imports ... ok [INFO] [stdout] test parser::tests::parse_block ... ok [INFO] [stdout] test parser::tests::parse_trait_dec ... ok [INFO] [stdout] test parser::property_based_tests::prop_expr_identity ... ok [INFO] [stdout] test parser::tests::parse_struct_dec ... ok [INFO] [stdout] test parser::tests::parse_module ... ok [INFO] [stdout] test parser::tests::parse_trait_impl ... ok [INFO] [stdout] test parser::stmt_parsers::tests::parse_func_dec ... ok [INFO] [stdout] test parser::tests::parse_module_with_import ... ok [INFO] [stdout] test parser::type_parser::test::test_product_types ... ok [INFO] [stdout] test parser::type_parser::test::test_parameterized_types ... ok [INFO] [stdout] test parser::type_parser::test::test_refinements ... ok [INFO] [stdout] test parser::type_parser::test::test_simple_types ... ok [INFO] [stdout] test parser::type_parser::test::test_sum_types ... ok [INFO] [stdout] test parser_utils::tests::parse_between_stmt ... ok [INFO] [stdout] test parser_utils::tests::parse_eof_or_line ... ok [INFO] [stdout] test parser_utils::tests::parse_new_line ... ok [INFO] [stdout] test parser::property_based_tests::prop_expr_parse_at_all ... ok [INFO] [stdout] test parser_utils::tests::parse_single_line_comment ... ok [INFO] [stdout] test parser_utils::tokens::tokens_test::parse_digits ... ok [INFO] [stdout] test parser::property_based_tests::lit_props ... ok [INFO] [stdout] test parser_utils::tokens::tokens_test::parse_identifier_raw ... ok [INFO] [stdout] test pre_cfg_rewrites::test::statements::if_stmt_typing ... ok [INFO] [stdout] test pre_cfg_rewrites::test::test_identifier_resolution ... ok [INFO] [stdout] test pre_cfg_rewrites::test::types::test_flatten ... ok [INFO] [stdout] test type_checking::context::tests::literals_are_incompatible ... ok [INFO] [stdout] test type_checking::context::tests::product_types ... ok [INFO] [stdout] test type_checking::scope::test::scope_generation::stmts::test_let_stmt ... ok [INFO] [stdout] test type_checking::scope::test::scope_generation::test_block_scope ... ok [INFO] [stdout] test type_checking::type_check::scope_tests::exprs::test_literal_scope ... ok [INFO] [stdout] test type_checking::type_check::type_tests::exprs::function_call_wrong_args ... ok [INFO] [stdout] test type_checking::type_check::type_tests::exprs::test_literals ... ok [INFO] [stdout] test type_checking::scope::test::scope_generation::stmts::test_function_decl ... ok [INFO] [stdout] test type_checking::type_check::type_tests::exprs::type_check_binary_exprs ... ok [INFO] [stdout] test type_checking::type_check::type_tests::exprs::type_check_comparison_exprs ... ok [INFO] [stdout] test type_checking::type_check::type_tests::exprs::test_function_call ... ok [INFO] [stdout] test type_checking::type_check::type_tests::exprs::type_check_nonexistent_attribute_access ... ok [INFO] [stdout] test type_checking::type_check::type_tests::exprs::type_check_unary_exprs ... ok [INFO] [stdout] test type_checking::type_check::type_tests::exprs::type_check_attribute_access ... FAILED [INFO] [stdout] test type_checking::type_check::type_tests::exprs::type_check_complex_literals ... FAILED [INFO] [stdout] test type_checking::type_check::scope_tests::expected_failures::add_incompatible - should panic ... ok [INFO] [stdout] test type_checking::type_check::type_tests::exprs::type_check_identifier ... FAILED [INFO] [stdout] test type_checking::type_check::type_tests::exprs::type_check_index ... FAILED [INFO] [stdout] test type_checking::type_check::type_tests::exprs::type_check_module_access ... FAILED [INFO] [stdout] test type_checking::type_check::type_tests::exprs::type_check_struct_literals ... FAILED [INFO] [stdout] test type_checking::type_check::type_tests::exprs::type_check_trait_access ... FAILED [INFO] [stdout] test type_checking::type_check::scope_tests::traits_and_self ... FAILED [INFO] [stdout] test type_checking::type_check::type_tests::exprs::type_check_unary_exprs_expect_fail ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- type_checking::type_check::type_tests::exprs::type_check_attribute_access stdout ---- [INFO] [stdout] thread 'type_checking::type_check::type_tests::exprs::type_check_attribute_access' panicked at 'To implement: Tests of attribute access type checking', src/type_checking/type_check.rs:815:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55acfa6fdfbc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55acfa6fdfbc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55acfa72257c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55acfa6fa395 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55acfa6ffcc0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55acfa6ffcc0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55acfa6ffcc0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55acfa6ff8b2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55acfa700374 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55acfa6cdbe2 - std::panicking::begin_panic::{{closure}}::h0987bb2cd127a473 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x55acfa6cebf9 - std::sys_common::backtrace::__rust_end_short_backtrace::h5951e303a3279300 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55acfa6cdb23 - std::panicking::begin_panic::hf4e2f9a25fb883ed [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x55acfa4083dd - grace_lib::type_checking::type_check::type_tests::exprs::type_check_attribute_access::h51550e793ee1faf3 [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:815:13 [INFO] [stdout] 15: 0x55acfa4083aa - grace_lib::type_checking::type_check::type_tests::exprs::type_check_attribute_access::{{closure}}::h159dd150ed1aeafd [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:814:9 [INFO] [stdout] 16: 0x55acfa3e7d4e - core::ops::function::FnOnce::call_once::h71b422b67488daa8 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x55acfa43c533 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55acfa43c533 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 19: 0x55acfa43afb8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 20: 0x55acfa43afb8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 21: 0x55acfa43afb8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 22: 0x55acfa43afb8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 23: 0x55acfa43afb8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 24: 0x55acfa43afb8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 25: 0x55acfa43afb8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 26: 0x55acfa408b0e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 27: 0x55acfa408b0e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 28: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 29: 0x55acfa40d3a8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 30: 0x55acfa40d3a8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 31: 0x55acfa40d3a8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 32: 0x55acfa40d3a8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 33: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 34: 0x55acfa40d3a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 36: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 37: 0x55acfa705793 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 38: 0x7fd11d678609 - start_thread [INFO] [stdout] 39: 0x7fd11d44a293 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- type_checking::type_check::type_tests::exprs::type_check_complex_literals stdout ---- [INFO] [stdout] thread 'type_checking::type_check::type_tests::exprs::type_check_complex_literals' panicked at 'To implement: Tests of complex literals type checking: vector, set, tuple', src/type_checking/type_check.rs:805:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55acfa6fdfbc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55acfa6fdfbc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55acfa72257c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55acfa6fa395 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55acfa6ffcc0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55acfa6ffcc0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55acfa6ffcc0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55acfa6ff8b2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55acfa700374 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55acfa6cdbe2 - std::panicking::begin_panic::{{closure}}::h0987bb2cd127a473 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x55acfa6cebf9 - std::sys_common::backtrace::__rust_end_short_backtrace::h5951e303a3279300 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55acfa6cdb23 - std::panicking::begin_panic::hf4e2f9a25fb883ed [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x55acfa40835d - grace_lib::type_checking::type_check::type_tests::exprs::type_check_complex_literals::hbf5f4852f0a54fcd [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:805:13 [INFO] [stdout] 15: 0x55acfa40832a - grace_lib::type_checking::type_check::type_tests::exprs::type_check_complex_literals::{{closure}}::h04a02596c7ee5ecc [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:804:9 [INFO] [stdout] 16: 0x55acfa3e84ee - core::ops::function::FnOnce::call_once::hb69473946e57b769 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x55acfa43c533 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55acfa43c533 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 19: 0x55acfa43afb8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 20: 0x55acfa43afb8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 21: 0x55acfa43afb8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 22: 0x55acfa43afb8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 23: 0x55acfa43afb8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 24: 0x55acfa43afb8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 25: 0x55acfa43afb8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 26: 0x55acfa408b0e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 27: 0x55acfa408b0e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 28: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 29: 0x55acfa40d3a8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 30: 0x55acfa40d3a8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 31: 0x55acfa40d3a8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 32: 0x55acfa40d3a8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 33: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 34: 0x55acfa40d3a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 36: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 37: 0x55acfa705793 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 38: 0x7fd11d678609 - start_thread [INFO] [stdout] 39: 0x7fd11d44a293 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- type_checking::type_check::type_tests::exprs::type_check_identifier stdout ---- [INFO] [stdout] thread 'type_checking::type_check::type_tests::exprs::type_check_identifier' panicked at 'To implement: Tests of identifier expression type checking', src/type_checking/type_check.rs:847:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55acfa6fdfbc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55acfa6fdfbc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55acfa72257c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55acfa6fa395 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55acfa6ffcc0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55acfa6ffcc0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55acfa6ffcc0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55acfa6ff8b2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55acfa700374 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55acfa6cdbe2 - std::panicking::begin_panic::{{closure}}::h0987bb2cd127a473 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x55acfa6cebf9 - std::sys_common::backtrace::__rust_end_short_backtrace::h5951e303a3279300 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55acfa6cdb23 - std::panicking::begin_panic::hf4e2f9a25fb883ed [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x55acfa40874d - grace_lib::type_checking::type_check::type_tests::exprs::type_check_identifier::h578433ea3a08300d [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:847:13 [INFO] [stdout] 15: 0x55acfa40871a - grace_lib::type_checking::type_check::type_tests::exprs::type_check_identifier::{{closure}}::h9f89fc355b985e7f [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:846:9 [INFO] [stdout] 16: 0x55acfa3e764e - core::ops::function::FnOnce::call_once::h25f19bb9c1dca498 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x55acfa43c533 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55acfa43c533 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 19: 0x55acfa43afb8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 20: 0x55acfa43afb8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 21: 0x55acfa43afb8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 22: 0x55acfa43afb8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 23: 0x55acfa43afb8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 24: 0x55acfa43afb8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 25: 0x55acfa43afb8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 26: 0x55acfa408b0e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 27: 0x55acfa408b0e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 28: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 29: 0x55acfa40d3a8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 30: 0x55acfa40d3a8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 31: 0x55acfa40d3a8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 32: 0x55acfa40d3a8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 33: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 34: 0x55acfa40d3a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 36: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 37: 0x55acfa705793 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 38: 0x7fd11d678609 - start_thread [INFO] [stdout] 39: 0x7fd11d44a293 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- type_checking::type_check::type_tests::exprs::type_check_index stdout ---- [INFO] [stdout] thread 'type_checking::type_check::type_tests::exprs::type_check_index' panicked at 'To implement: Tests of index type checking', src/type_checking/type_check.rs:842:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55acfa6fdfbc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55acfa6fdfbc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55acfa72257c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55acfa6fa395 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55acfa6ffcc0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55acfa6ffcc0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55acfa6ffcc0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55acfa6ff8b2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55acfa700374 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55acfa6cdbe2 - std::panicking::begin_panic::{{closure}}::h0987bb2cd127a473 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x55acfa6cebf9 - std::sys_common::backtrace::__rust_end_short_backtrace::h5951e303a3279300 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55acfa6cdb23 - std::panicking::begin_panic::hf4e2f9a25fb883ed [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x55acfa40870d - grace_lib::type_checking::type_check::type_tests::exprs::type_check_index::h670864869b37eaee [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:842:13 [INFO] [stdout] 15: 0x55acfa4086da - grace_lib::type_checking::type_check::type_tests::exprs::type_check_index::{{closure}}::h190ac6cf00410431 [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:841:9 [INFO] [stdout] 16: 0x55acfa3e888e - core::ops::function::FnOnce::call_once::he353c90221b807ce [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x55acfa43c533 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55acfa43c533 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 19: 0x55acfa43afb8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 20: 0x55acfa43afb8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 21: 0x55acfa43afb8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 22: 0x55acfa43afb8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 23: 0x55acfa43afb8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 24: 0x55acfa43afb8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 25: 0x55acfa43afb8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 26: 0x55acfa408b0e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 27: 0x55acfa408b0e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 28: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 29: 0x55acfa40d3a8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 30: 0x55acfa40d3a8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 31: 0x55acfa40d3a8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 32: 0x55acfa40d3a8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 33: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 34: 0x55acfa40d3a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 36: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 37: 0x55acfa705793 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 38: 0x7fd11d678609 - start_thread [INFO] [stdout] 39: 0x7fd11d44a293 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- type_checking::type_check::type_tests::exprs::type_check_module_access stdout ---- [INFO] [stdout] thread 'type_checking::type_check::type_tests::exprs::type_check_module_access' panicked at 'To implement: Tests of module access type checking', src/type_checking/type_check.rs:837:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55acfa6fdfbc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55acfa6fdfbc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55acfa72257c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55acfa6fa395 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55acfa6ffcc0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55acfa6ffcc0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55acfa6ffcc0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55acfa6ff8b2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55acfa700374 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55acfa6cdbe2 - std::panicking::begin_panic::{{closure}}::h0987bb2cd127a473 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x55acfa6cebf9 - std::sys_common::backtrace::__rust_end_short_backtrace::h5951e303a3279300 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55acfa6cdb23 - std::panicking::begin_panic::hf4e2f9a25fb883ed [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x55acfa4086cd - grace_lib::type_checking::type_check::type_tests::exprs::type_check_module_access::h436dcc6675457630 [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:837:13 [INFO] [stdout] 15: 0x55acfa40869a - grace_lib::type_checking::type_check::type_tests::exprs::type_check_module_access::{{closure}}::h2fbddc7a0e74f99c [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:836:9 [INFO] [stdout] 16: 0x55acfa3e815e - core::ops::function::FnOnce::call_once::h8efa22ccd46118cf [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x55acfa43c533 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55acfa43c533 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 19: 0x55acfa43afb8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 20: 0x55acfa43afb8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 21: 0x55acfa43afb8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 22: 0x55acfa43afb8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 23: 0x55acfa43afb8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 24: 0x55acfa43afb8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 25: 0x55acfa43afb8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 26: 0x55acfa408b0e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 27: 0x55acfa408b0e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 28: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 29: 0x55acfa40d3a8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 30: 0x55acfa40d3a8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 31: 0x55acfa40d3a8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 32: 0x55acfa40d3a8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 33: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 34: 0x55acfa40d3a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 36: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 37: 0x55acfa705793 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 38: 0x7fd11d678609 - start_thread [INFO] [stdout] 39: 0x7fd11d44a293 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- type_checking::type_check::type_tests::exprs::type_check_struct_literals stdout ---- [INFO] [stdout] thread 'type_checking::type_check::type_tests::exprs::type_check_struct_literals' panicked at 'To implement: Tests of struct literal type checking', src/type_checking/type_check.rs:810:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55acfa6fdfbc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55acfa6fdfbc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55acfa72257c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55acfa6fa395 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55acfa6ffcc0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55acfa6ffcc0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55acfa6ffcc0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55acfa6ff8b2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55acfa700374 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55acfa6cdbe2 - std::panicking::begin_panic::{{closure}}::h0987bb2cd127a473 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x55acfa6cebf9 - std::sys_common::backtrace::__rust_end_short_backtrace::h5951e303a3279300 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55acfa6cdb23 - std::panicking::begin_panic::hf4e2f9a25fb883ed [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x55acfa40839d - grace_lib::type_checking::type_check::type_tests::exprs::type_check_struct_literals::hade6a0241d333e29 [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:810:13 [INFO] [stdout] 15: 0x55acfa40836a - grace_lib::type_checking::type_check::type_tests::exprs::type_check_struct_literals::{{closure}}::h5396877456fb88f0 [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:809:9 [INFO] [stdout] 16: 0x55acfa3e75ce - core::ops::function::FnOnce::call_once::h247f6a4fdfeffb80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x55acfa43c533 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55acfa43c533 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 19: 0x55acfa43afb8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 20: 0x55acfa43afb8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 21: 0x55acfa43afb8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 22: 0x55acfa43afb8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 23: 0x55acfa43afb8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 24: 0x55acfa43afb8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 25: 0x55acfa43afb8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 26: 0x55acfa408b0e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 27: 0x55acfa408b0e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 28: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 29: 0x55acfa40d3a8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 30: 0x55acfa40d3a8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 31: 0x55acfa40d3a8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 32: 0x55acfa40d3a8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 33: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 34: 0x55acfa40d3a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 36: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 37: 0x55acfa705793 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 38: 0x7fd11d678609 - start_thread [INFO] [stdout] 39: 0x7fd11d44a293 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- type_checking::type_check::type_tests::exprs::type_check_trait_access stdout ---- [INFO] [stdout] thread 'type_checking::type_check::type_tests::exprs::type_check_trait_access' panicked at 'To implement: Tests of trait access type checking', src/type_checking/type_check.rs:832:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55acfa6fdfbc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55acfa6fdfbc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55acfa72257c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55acfa6fa395 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55acfa6ffcc0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55acfa6ffcc0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55acfa6ffcc0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55acfa6ff8b2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55acfa700374 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55acfa6cdbe2 - std::panicking::begin_panic::{{closure}}::h0987bb2cd127a473 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x55acfa6cebf9 - std::sys_common::backtrace::__rust_end_short_backtrace::h5951e303a3279300 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55acfa6cdb23 - std::panicking::begin_panic::hf4e2f9a25fb883ed [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x55acfa40868d - grace_lib::type_checking::type_check::type_tests::exprs::type_check_trait_access::hd9bfb583ade576c4 [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:832:13 [INFO] [stdout] 15: 0x55acfa40865a - grace_lib::type_checking::type_check::type_tests::exprs::type_check_trait_access::{{closure}}::h390d970971d5b0ae [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:831:9 [INFO] [stdout] 16: 0x55acfa3e7b0e - core::ops::function::FnOnce::call_once::h5160f7339df3c12a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x55acfa43c533 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55acfa43c533 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 19: 0x55acfa43afb8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 20: 0x55acfa43afb8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 21: 0x55acfa43afb8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 22: 0x55acfa43afb8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 23: 0x55acfa43afb8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 24: 0x55acfa43afb8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 25: 0x55acfa43afb8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 26: 0x55acfa408b0e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 27: 0x55acfa408b0e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 28: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 29: 0x55acfa40d3a8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 30: 0x55acfa40d3a8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 31: 0x55acfa40d3a8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 32: 0x55acfa40d3a8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 33: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 34: 0x55acfa40d3a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 36: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 37: 0x55acfa705793 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 38: 0x7fd11d678609 - start_thread [INFO] [stdout] 39: 0x7fd11d44a293 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- type_checking::type_check::scope_tests::traits_and_self stdout ---- [INFO] [stdout] thread 'type_checking::type_check::scope_tests::traits_and_self' panicked at 'Unfinished test', src/type_checking/type_check.rs:636:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55acfa6fdfbc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55acfa6fdfbc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55acfa72257c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55acfa6fa395 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55acfa6ffcc0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55acfa6ffcc0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55acfa6ffcc0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55acfa6ff8b2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55acfa700374 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55acfa6cdbe2 - std::panicking::begin_panic::{{closure}}::h0987bb2cd127a473 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x55acfa6cebf9 - std::sys_common::backtrace::__rust_end_short_backtrace::h5951e303a3279300 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55acfa6cdb23 - std::panicking::begin_panic::hf4e2f9a25fb883ed [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x55acfa2dd803 - grace_lib::type_checking::type_check::scope_tests::traits_and_self::h2e9e937cba3873e2 [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:636:9 [INFO] [stdout] 15: 0x55acfa2dd6ea - grace_lib::type_checking::type_check::scope_tests::traits_and_self::{{closure}}::h63f7b6f4d4513e1f [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:630:5 [INFO] [stdout] 16: 0x55acfa3e8a9e - core::ops::function::FnOnce::call_once::heea1396377b9266f [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x55acfa43c533 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55acfa43c533 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 19: 0x55acfa43afb8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 20: 0x55acfa43afb8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 21: 0x55acfa43afb8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 22: 0x55acfa43afb8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 23: 0x55acfa43afb8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 24: 0x55acfa43afb8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 25: 0x55acfa43afb8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 26: 0x55acfa408b0e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 27: 0x55acfa408b0e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 28: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 29: 0x55acfa40d3a8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 30: 0x55acfa40d3a8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 31: 0x55acfa40d3a8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 32: 0x55acfa40d3a8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 33: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 34: 0x55acfa40d3a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 36: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 37: 0x55acfa705793 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 38: 0x7fd11d678609 - start_thread [INFO] [stdout] 39: 0x7fd11d44a293 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- type_checking::type_check::type_tests::exprs::type_check_unary_exprs_expect_fail stdout ---- [INFO] [stdout] thread 'type_checking::type_check::type_tests::exprs::type_check_unary_exprs_expect_fail' panicked at 'Expected failed type check. Expr has type i32', src/type_checking/type_check.rs:687:31 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55acfa6fdfbc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55acfa6fdfbc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55acfa6fdfbc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55acfa72257c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55acfa6fa395 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55acfa6ffcc0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55acfa6ffcc0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55acfa6ffcc0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55acfa6ff8b2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55acfa700374 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55acfa6ffe50 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55acfa6fe484 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55acfa6ffdb9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55acfa0f1f3b - std::panicking::begin_panic_fmt::h32ac317c038a272d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:460:5 [INFO] [stdout] 15: 0x55acfa404410 - grace_lib::type_checking::type_check::type_tests::exprs::fail_check_expr::h3147d1c033d3f32f [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:687:31 [INFO] [stdout] 16: 0x55acfa407f99 - grace_lib::type_checking::type_check::type_tests::exprs::type_check_unary_exprs_expect_fail::hbaf1b496d7072c93 [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:785:13 [INFO] [stdout] 17: 0x55acfa407d2a - grace_lib::type_checking::type_check::type_tests::exprs::type_check_unary_exprs_expect_fail::{{closure}}::h9a80615d66f849b9 [INFO] [stdout] at /opt/rustwide/workdir/src/type_checking/type_check.rs:776:9 [INFO] [stdout] 18: 0x55acfa3e890e - core::ops::function::FnOnce::call_once::he4f462056508a7ea [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55acfa43c533 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55acfa43c533 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 21: 0x55acfa43afb8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 22: 0x55acfa43afb8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55acfa43afb8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 24: 0x55acfa43afb8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 25: 0x55acfa43afb8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 26: 0x55acfa43afb8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 27: 0x55acfa43afb8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 28: 0x55acfa408b0e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 29: 0x55acfa408b0e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x55acfa40d3a8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55acfa40d3a8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 33: 0x55acfa40d3a8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 34: 0x55acfa40d3a8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 35: 0x55acfa40d3a8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x55acfa40d3a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 38: 0x55acfa705793 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 39: 0x55acfa705793 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 40: 0x7fd11d678609 - start_thread [INFO] [stdout] 41: 0x7fd11d44a293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] type_checking::type_check::scope_tests::traits_and_self [INFO] [stdout] type_checking::type_check::type_tests::exprs::type_check_attribute_access [INFO] [stdout] type_checking::type_check::type_tests::exprs::type_check_complex_literals [INFO] [stdout] type_checking::type_check::type_tests::exprs::type_check_identifier [INFO] [stdout] type_checking::type_check::type_tests::exprs::type_check_index [INFO] [stdout] type_checking::type_check::type_tests::exprs::type_check_module_access [INFO] [stdout] type_checking::type_check::type_tests::exprs::type_check_struct_literals [INFO] [stdout] type_checking::type_check::type_tests::exprs::type_check_trait_access [INFO] [stdout] type_checking::type_check::type_tests::exprs::type_check_unary_exprs_expect_fail [INFO] [stdout] [INFO] [stdout] test result: FAILED. 70 passed; 9 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "df1457664560438b407f85aa0f6b96724ac9db5ebfd6a7c356de568c554ac1e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df1457664560438b407f85aa0f6b96724ac9db5ebfd6a7c356de568c554ac1e5", kill_on_drop: false }` [INFO] [stdout] df1457664560438b407f85aa0f6b96724ac9db5ebfd6a7c356de568c554ac1e5