[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] checking vluzko/Grace against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvluzko%2FGrace" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vluzko/Grace on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70a03731fff344daf5024d0676ba0024d4365656156dac9e34237b3e356f6170 [INFO] running `Command { std: "docker" "start" "-a" "70a03731fff344daf5024d0676ba0024d4365656156dac9e34237b3e356f6170", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70a03731fff344daf5024d0676ba0024d4365656156dac9e34237b3e356f6170", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70a03731fff344daf5024d0676ba0024d4365656156dac9e34237b3e356f6170", kill_on_drop: false }` [INFO] [stdout] 70a03731fff344daf5024d0676ba0024d4365656156dac9e34237b3e356f6170 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e84298585cf4077b3608c5173019384cfe0e7ed85a3169b800363e07cf0996bb [INFO] running `Command { std: "docker" "start" "-a" "e84298585cf4077b3608c5173019384cfe0e7ed85a3169b800363e07cf0996bb", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Checking futures-sink v0.3.16 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling cached_proc_macro_types v0.1.0 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking fixedbitset v0.4.0 [INFO] [stderr] Checking bytecount v0.6.2 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking async-mutex v1.4.0 [INFO] [stderr] Checking memchr v2.4.1 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Checking pretty_assertions v0.7.2 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking nom v4.2.3 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stderr] Checking petgraph v0.6.0 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Checking rusty-fork v0.3.0 [INFO] [stderr] Checking proptest v1.0.0 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling async-trait v0.1.51 [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] Checking futures-executor v0.3.16 [INFO] [stderr] Checking futures v0.3.16 [INFO] [stderr] Checking cached v0.25.0 [INFO] [stderr] Checking 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] 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: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: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: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: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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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: 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: 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: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: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: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: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: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: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] 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] ::: 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: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: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] 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] ::: 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] 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] ::: 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] 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] ::: 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] 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] ::: 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] 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: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] 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] ::: 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: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: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] 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] ::: 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] 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] ::: 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: 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] [stdout] warning: 91 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.09s [INFO] running `Command { std: "docker" "inspect" "e84298585cf4077b3608c5173019384cfe0e7ed85a3169b800363e07cf0996bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e84298585cf4077b3608c5173019384cfe0e7ed85a3169b800363e07cf0996bb", kill_on_drop: false }` [INFO] [stdout] e84298585cf4077b3608c5173019384cfe0e7ed85a3169b800363e07cf0996bb