[INFO] fetching crate html5tokenizer 0.1.0...
[INFO] testing html5tokenizer-0.1.0 against beta-2021-09-08 for beta-1.56-1
[INFO] extracting crate html5tokenizer 0.1.0 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate html5tokenizer 0.1.0 on toolchain beta-2021-09-08
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate html5tokenizer 0.1.0
[INFO] finished tweaking crates.io crate html5tokenizer 0.1.0
[INFO] tweaked toml for crates.io crate html5tokenizer 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate crates.io crate html5tokenizer 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ea061a71a29a1099c4eab4def5c71ae2edefc9d730976cf0f4004c6b46a08f15
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "ea061a71a29a1099c4eab4def5c71ae2edefc9d730976cf0f4004c6b46a08f15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea061a71a29a1099c4eab4def5c71ae2edefc9d730976cf0f4004c6b46a08f15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea061a71a29a1099c4eab4def5c71ae2edefc9d730976cf0f4004c6b46a08f15", kill_on_drop: false }`
[INFO] [stdout] ea061a71a29a1099c4eab4def5c71ae2edefc9d730976cf0f4004c6b46a08f15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] faa1213ed00f86970b8e83bc89d2260891b92d1b8cbfcb9c5dfeeb659578f323
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "faa1213ed00f86970b8e83bc89d2260891b92d1b8cbfcb9c5dfeeb659578f323", kill_on_drop: false }`
[INFO] [stderr] Compiling html5tokenizer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 689 | FromSet(c) => go!(self: emit c),
[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 `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 689 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 700 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 700 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 710 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 710 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 720 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 720 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 731 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 731 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 744 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 744 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 753 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 753 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 792 | c => go!(self: push_tag (c.to_ascii_lowercase())),
[INFO] [stdout] | -------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:570:88
[INFO] [stdout] |
[INFO] [stdout] 570 | ( $me:ident : push_tag $c:expr ) => ( $me.current_tag_name.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 792 | c => go!(self: push_tag (c.to_ascii_lowercase())),
[INFO] [stdout] | -------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 910 | '-' => go!(self: emit '-'),
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 910 | '-' => go!(self: emit '-'),
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 952 | / go_match!(self: c,
[INFO] [stdout] 953 | | '"' , '\'' , '<' , '=' => error);
[INFO] [stdout] | |_____________________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:590:79
[INFO] [stdout] |
[INFO] [stdout] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 952 | / go_match!(self: c,
[INFO] [stdout] 953 | | '"' , '\'' , '<' , '=' => error);
[INFO] [stdout] | |_____________________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 969 | Some(cl) => go!(self: push_name cl),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:577:89
[INFO] [stdout] |
[INFO] [stdout] 577 | ( $me:ident : push_name $c:expr ) => ( $me.current_attr_name.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 969 | Some(cl) => go!(self: push_name cl),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 971 | / go_match!(self: c,
[INFO] [stdout] 972 | | '"' , '\'' , '<' => error);
[INFO] [stdout] | |_______________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:590:79
[INFO] [stdout] |
[INFO] [stdout] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 971 | / go_match!(self: c,
[INFO] [stdout] 972 | | '"' , '\'' , '<' => error);
[INFO] [stdout] | |_______________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 990 | / go_match!(self: c,
[INFO] [stdout] 991 | | '"' , '\'' , '<' => error);
[INFO] [stdout] | |_______________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:590:79
[INFO] [stdout] |
[INFO] [stdout] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 990 | / go_match!(self: c,
[INFO] [stdout] 991 | | '"' , '\'' , '<' => error);
[INFO] [stdout] | |_______________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1003 | '\t' | '\n' | '\r' | '\x0C' | ' ' => go!(self: discard_char input),
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:572:83
[INFO] [stdout] |
[INFO] [stdout] 572 | ( $me:ident : discard_char $input:expr ) => ( $me.discard_char($input); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1003 | '\t' | '\n' | '\r' | '\x0C' | ' ' => go!(self: discard_char input),
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1020 | FromSet(c) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:578:90
[INFO] [stdout] |
[INFO] [stdout] 578 | ( $me:ident : push_value $c:expr ) => ( $me.current_attr_value.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1020 | FromSet(c) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1021 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:579:94
[INFO] [stdout] |
[INFO] [stdout] 579 | ( $me:ident : append_value $c:expr ) => ( $me.current_attr_value.push_str($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1021 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1031 | FromSet(c) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:578:90
[INFO] [stdout] |
[INFO] [stdout] 578 | ( $me:ident : push_value $c:expr ) => ( $me.current_attr_value.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1031 | FromSet(c) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1032 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:579:94
[INFO] [stdout] |
[INFO] [stdout] 579 | ( $me:ident : append_value $c:expr ) => ( $me.current_attr_value.push_str($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1032 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1050 | / go_match!(self: c,
[INFO] [stdout] 1051 | | '"' , '\'' , '<' , '=' , '`' => error);
[INFO] [stdout] | |___________________________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:590:79
[INFO] [stdout] |
[INFO] [stdout] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1050 | / go_match!(self: c,
[INFO] [stdout] 1051 | | '"' , '\'' , '<' , '=' , '`' => error);
[INFO] [stdout] | |___________________________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1054 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:579:94
[INFO] [stdout] |
[INFO] [stdout] 579 | ( $me:ident : append_value $c:expr ) => ( $me.current_attr_value.push_str($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1054 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1104 | c => go!(self: push_comment c),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:580:87
[INFO] [stdout] |
[INFO] [stdout] 580 | ( $me:ident : push_comment $c:expr ) => ( $me.current_comment.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1104 | c => go!(self: push_comment c),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1165 | c => go!(self: push_doctype_name (c.to_ascii_lowercase())),
[INFO] [stdout] | ----------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:585:105
[INFO] [stdout] |
[INFO] [stdout] 585 | ( $me:ident : push_doctype_name $c:expr ) => ( option_push(&mut $me.current_doctype.name, $c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1165 | c => go!(self: push_doctype_name (c.to_ascii_lowercase())),
[INFO] [stdout] | ----------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1216 | c => go!(self: push_doctype_id kind c),
[INFO] [stdout] | --------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:586:94
[INFO] [stdout] |
[INFO] [stdout] 586 | ( $me:ident : push_doctype_id $k:ident $c:expr ) => ( option_push($me.doctype_id($k), $c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1216 | c => go!(self: push_doctype_id kind c),
[INFO] [stdout] | --------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1226 | c => go!(self: push_doctype_id kind c),
[INFO] [stdout] | --------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:586:94
[INFO] [stdout] |
[INFO] [stdout] 586 | ( $me:ident : push_doctype_id $k:ident $c:expr ) => ( option_push($me.doctype_id($k), $c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1226 | c => go!(self: push_doctype_id kind c),
[INFO] [stdout] | --------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1283 | '\0' => go!(self: push_comment '\u{fffd}'),
[INFO] [stdout] | ---------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:580:87
[INFO] [stdout] |
[INFO] [stdout] 580 | ( $me:ident : push_comment $c:expr ) => ( $me.current_comment.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1283 | '\0' => go!(self: push_comment '\u{fffd}'),
[INFO] [stdout] | ---------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1284 | c => go!(self: push_comment c),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:580:87
[INFO] [stdout] |
[INFO] [stdout] 580 | ( $me:ident : push_comment $c:expr ) => ( $me.current_comment.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1284 | c => go!(self: push_comment c),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1312 | c => go!(self: push_temp c),
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:573:80
[INFO] [stdout] |
[INFO] [stdout] 573 | ( $me:ident : push_temp $c:expr ) => ( $me.temp_buf.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1312 | c => go!(self: push_temp c),
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1325 | ']' => go!(self: push_temp ']'),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:573:80
[INFO] [stdout] |
[INFO] [stdout] 573 | ( $me:ident : push_temp $c:expr ) => ( $me.temp_buf.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1325 | ']' => go!(self: push_temp ']'),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1368 | states::Data | states::RawData(states::Rcdata) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1368 | states::Data | states::RawData(states::Rcdata) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1370 | states::AttributeValue(_) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:578:90
[INFO] [stdout] |
[INFO] [stdout] 578 | ( $me:ident : push_value $c:expr ) => ( $me.current_attr_value.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1370 | states::AttributeValue(_) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 60 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.23s
[INFO] running `Command { std: "docker" "inspect" "faa1213ed00f86970b8e83bc89d2260891b92d1b8cbfcb9c5dfeeb659578f323", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "faa1213ed00f86970b8e83bc89d2260891b92d1b8cbfcb9c5dfeeb659578f323", kill_on_drop: false }`
[INFO] [stdout] faa1213ed00f86970b8e83bc89d2260891b92d1b8cbfcb9c5dfeeb659578f323
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd45bcf6fe14c0bce3dcd19ccab51e370b81c8b682a5600a55f3cff7450fe112
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "cd45bcf6fe14c0bce3dcd19ccab51e370b81c8b682a5600a55f3cff7450fe112", kill_on_drop: false }`
[INFO] [stderr] Compiling rayon-core v1.9.0
[INFO] [stderr] Compiling syn v1.0.69
[INFO] [stderr] Compiling plotters-backend v0.3.0
[INFO] [stderr] Compiling regex-syntax v0.6.23
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 689 | FromSet(c) => go!(self: emit c),
[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 `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 689 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 700 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 700 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 710 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 710 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 720 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 720 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 731 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 731 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 744 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 744 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 753 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 753 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 792 | c => go!(self: push_tag (c.to_ascii_lowercase())),
[INFO] [stdout] | -------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:570:88
[INFO] [stdout] |
[INFO] [stdout] 570 | ( $me:ident : push_tag $c:expr ) => ( $me.current_tag_name.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 792 | c => go!(self: push_tag (c.to_ascii_lowercase())),
[INFO] [stdout] | -------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 910 | '-' => go!(self: emit '-'),
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 910 | '-' => go!(self: emit '-'),
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 952 | / go_match!(self: c,
[INFO] [stdout] 953 | | '"' , '\'' , '<' , '=' => error);
[INFO] [stdout] | |_____________________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:590:79
[INFO] [stdout] |
[INFO] [stdout] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 952 | / go_match!(self: c,
[INFO] [stdout] 953 | | '"' , '\'' , '<' , '=' => error);
[INFO] [stdout] | |_____________________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 969 | Some(cl) => go!(self: push_name cl),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:577:89
[INFO] [stdout] |
[INFO] [stdout] 577 | ( $me:ident : push_name $c:expr ) => ( $me.current_attr_name.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 969 | Some(cl) => go!(self: push_name cl),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 971 | / go_match!(self: c,
[INFO] [stdout] 972 | | '"' , '\'' , '<' => error);
[INFO] [stdout] | |_______________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:590:79
[INFO] [stdout] |
[INFO] [stdout] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 971 | / go_match!(self: c,
[INFO] [stdout] 972 | | '"' , '\'' , '<' => error);
[INFO] [stdout] | |_______________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 990 | / go_match!(self: c,
[INFO] [stdout] 991 | | '"' , '\'' , '<' => error);
[INFO] [stdout] | |_______________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:590:79
[INFO] [stdout] |
[INFO] [stdout] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 990 | / go_match!(self: c,
[INFO] [stdout] 991 | | '"' , '\'' , '<' => error);
[INFO] [stdout] | |_______________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1003 | '\t' | '\n' | '\r' | '\x0C' | ' ' => go!(self: discard_char input),
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:572:83
[INFO] [stdout] |
[INFO] [stdout] 572 | ( $me:ident : discard_char $input:expr ) => ( $me.discard_char($input); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1003 | '\t' | '\n' | '\r' | '\x0C' | ' ' => go!(self: discard_char input),
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1020 | FromSet(c) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:578:90
[INFO] [stdout] |
[INFO] [stdout] 578 | ( $me:ident : push_value $c:expr ) => ( $me.current_attr_value.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1020 | FromSet(c) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1021 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:579:94
[INFO] [stdout] |
[INFO] [stdout] 579 | ( $me:ident : append_value $c:expr ) => ( $me.current_attr_value.push_str($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1021 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1031 | FromSet(c) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:578:90
[INFO] [stdout] |
[INFO] [stdout] 578 | ( $me:ident : push_value $c:expr ) => ( $me.current_attr_value.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1031 | FromSet(c) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1032 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:579:94
[INFO] [stdout] |
[INFO] [stdout] 579 | ( $me:ident : append_value $c:expr ) => ( $me.current_attr_value.push_str($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1032 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1050 | / go_match!(self: c,
[INFO] [stdout] 1051 | | '"' , '\'' , '<' , '=' , '`' => error);
[INFO] [stdout] | |___________________________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:590:79
[INFO] [stdout] |
[INFO] [stdout] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1050 | / go_match!(self: c,
[INFO] [stdout] 1051 | | '"' , '\'' , '<' , '=' , '`' => error);
[INFO] [stdout] | |___________________________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1054 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:579:94
[INFO] [stdout] |
[INFO] [stdout] 579 | ( $me:ident : append_value $c:expr ) => ( $me.current_attr_value.push_str($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1054 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1104 | c => go!(self: push_comment c),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:580:87
[INFO] [stdout] |
[INFO] [stdout] 580 | ( $me:ident : push_comment $c:expr ) => ( $me.current_comment.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1104 | c => go!(self: push_comment c),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1165 | c => go!(self: push_doctype_name (c.to_ascii_lowercase())),
[INFO] [stdout] | ----------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:585:105
[INFO] [stdout] |
[INFO] [stdout] 585 | ( $me:ident : push_doctype_name $c:expr ) => ( option_push(&mut $me.current_doctype.name, $c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1165 | c => go!(self: push_doctype_name (c.to_ascii_lowercase())),
[INFO] [stdout] | ----------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1216 | c => go!(self: push_doctype_id kind c),
[INFO] [stdout] | --------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:586:94
[INFO] [stdout] |
[INFO] [stdout] 586 | ( $me:ident : push_doctype_id $k:ident $c:expr ) => ( option_push($me.doctype_id($k), $c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1216 | c => go!(self: push_doctype_id kind c),
[INFO] [stdout] | --------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1226 | c => go!(self: push_doctype_id kind c),
[INFO] [stdout] | --------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:586:94
[INFO] [stdout] |
[INFO] [stdout] 586 | ( $me:ident : push_doctype_id $k:ident $c:expr ) => ( option_push($me.doctype_id($k), $c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1226 | c => go!(self: push_doctype_id kind c),
[INFO] [stdout] | --------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1283 | '\0' => go!(self: push_comment '\u{fffd}'),
[INFO] [stdout] | ---------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling crossbeam-utils v0.8.3
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:580:87
[INFO] [stdout] |
[INFO] [stdout] 580 | ( $me:ident : push_comment $c:expr ) => ( $me.current_comment.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1283 | '\0' => go!(self: push_comment '\u{fffd}'),
[INFO] [stdout] | ---------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling memoffset v0.6.3
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1284 | c => go!(self: push_comment c),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling rayon v1.5.0
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:580:87
[INFO] [stdout] |
[INFO] [stdout] 580 | ( $me:ident : push_comment $c:expr ) => ( $me.current_comment.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1284 | c => go!(self: push_comment c),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling regex-automata v0.1.9
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1312 | c => go!(self: push_temp c),
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling cast v0.2.3
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:573:80
[INFO] [stdout] |
[INFO] [stdout] 573 | ( $me:ident : push_temp $c:expr ) => ( $me.temp_buf.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1312 | c => go!(self: push_temp c),
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling num_cpus v1.13.0
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1325 | ']' => go!(self: push_temp ']'),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling serde_cbor v0.11.1
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:573:80
[INFO] [stdout] |
[INFO] [stdout] 573 | ( $me:ident : push_temp $c:expr ) => ( $me.temp_buf.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1325 | ']' => go!(self: push_temp ']'),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling atty v0.2.14
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1368 | states::Data | states::RawData(states::Rcdata) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling csv-core v0.1.10
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1368 | states::Data | states::RawData(states::Rcdata) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling serde_json v1.0.64
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1370 | states::AttributeValue(_) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling clap v2.33.3
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:578:90
[INFO] [stdout] |
[INFO] [stdout] 578 | ( $me:ident : push_value $c:expr ) => ( $me.current_attr_value.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1370 | states::AttributeValue(_) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 60 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling plotters-svg v0.3.0
[INFO] [stderr] Compiling plotters v0.3.0
[INFO] [stderr] Compiling bstr v0.2.15
[INFO] [stderr] Compiling criterion-plot v0.4.3
[INFO] [stderr] Compiling crossbeam-epoch v0.9.3
[INFO] [stderr] Compiling crossbeam-channel v0.5.0
[INFO] [stderr] Compiling tinytemplate v1.2.1
[INFO] [stderr] Compiling csv v1.1.6
[INFO] [stderr] Compiling regex v1.4.5
[INFO] [stderr] Compiling crossbeam-deque v0.8.0
[INFO] [stderr] Compiling serde_derive v1.0.125
[INFO] [stderr] Compiling criterion v0.3.4
[INFO] [stderr] Compiling html5tokenizer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 689 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout] --> src/lib.rs:16:24
[INFO] [stdout] |
[INFO] [stdout] 16 | #![cfg_attr(test, deny(warnings))]
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` implied by `#[warn(warnings)]`
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 689 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 700 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 700 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 710 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 710 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 720 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 720 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 731 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 731 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 744 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 744 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 753 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 753 | FromSet(c) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 792 | c => go!(self: push_tag (c.to_ascii_lowercase())),
[INFO] [stdout] | -------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:570:88
[INFO] [stdout] |
[INFO] [stdout] 570 | ( $me:ident : push_tag $c:expr ) => ( $me.current_tag_name.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 792 | c => go!(self: push_tag (c.to_ascii_lowercase())),
[INFO] [stdout] | -------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 910 | '-' => go!(self: emit '-'),
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 910 | '-' => go!(self: emit '-'),
[INFO] [stdout] | ------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 952 | / go_match!(self: c,
[INFO] [stdout] 953 | | '"' , '\'' , '<' , '=' => error);
[INFO] [stdout] | |_____________________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:590:79
[INFO] [stdout] |
[INFO] [stdout] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 952 | / go_match!(self: c,
[INFO] [stdout] 953 | | '"' , '\'' , '<' , '=' => error);
[INFO] [stdout] | |_____________________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 969 | Some(cl) => go!(self: push_name cl),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:577:89
[INFO] [stdout] |
[INFO] [stdout] 577 | ( $me:ident : push_name $c:expr ) => ( $me.current_attr_name.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 969 | Some(cl) => go!(self: push_name cl),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 971 | / go_match!(self: c,
[INFO] [stdout] 972 | | '"' , '\'' , '<' => error);
[INFO] [stdout] | |_______________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:590:79
[INFO] [stdout] |
[INFO] [stdout] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 971 | / go_match!(self: c,
[INFO] [stdout] 972 | | '"' , '\'' , '<' => error);
[INFO] [stdout] | |_______________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 990 | / go_match!(self: c,
[INFO] [stdout] 991 | | '"' , '\'' , '<' => error);
[INFO] [stdout] | |_______________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:590:79
[INFO] [stdout] |
[INFO] [stdout] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 990 | / go_match!(self: c,
[INFO] [stdout] 991 | | '"' , '\'' , '<' => error);
[INFO] [stdout] | |_______________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1003 | '\t' | '\n' | '\r' | '\x0C' | ' ' => go!(self: discard_char input),
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:572:83
[INFO] [stdout] |
[INFO] [stdout] 572 | ( $me:ident : discard_char $input:expr ) => ( $me.discard_char($input); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1003 | '\t' | '\n' | '\r' | '\x0C' | ' ' => go!(self: discard_char input),
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1020 | FromSet(c) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:578:90
[INFO] [stdout] |
[INFO] [stdout] 578 | ( $me:ident : push_value $c:expr ) => ( $me.current_attr_value.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1020 | FromSet(c) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1021 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:579:94
[INFO] [stdout] |
[INFO] [stdout] 579 | ( $me:ident : append_value $c:expr ) => ( $me.current_attr_value.push_str($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1021 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1031 | FromSet(c) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:578:90
[INFO] [stdout] |
[INFO] [stdout] 578 | ( $me:ident : push_value $c:expr ) => ( $me.current_attr_value.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1031 | FromSet(c) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1032 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:579:94
[INFO] [stdout] |
[INFO] [stdout] 579 | ( $me:ident : append_value $c:expr ) => ( $me.current_attr_value.push_str($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1032 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1050 | / go_match!(self: c,
[INFO] [stdout] 1051 | | '"' , '\'' , '<' , '=' , '`' => error);
[INFO] [stdout] | |___________________________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:590:79
[INFO] [stdout] |
[INFO] [stdout] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1050 | / go_match!(self: c,
[INFO] [stdout] 1051 | | '"' , '\'' , '<' , '=' , '`' => error);
[INFO] [stdout] | |___________________________________________________________________- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1054 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:579:94
[INFO] [stdout] |
[INFO] [stdout] 579 | ( $me:ident : append_value $c:expr ) => ( $me.current_attr_value.push_str($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1054 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1104 | c => go!(self: push_comment c),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:580:87
[INFO] [stdout] |
[INFO] [stdout] 580 | ( $me:ident : push_comment $c:expr ) => ( $me.current_comment.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1104 | c => go!(self: push_comment c),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1165 | c => go!(self: push_doctype_name (c.to_ascii_lowercase())),
[INFO] [stdout] | ----------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:585:105
[INFO] [stdout] |
[INFO] [stdout] 585 | ( $me:ident : push_doctype_name $c:expr ) => ( option_push(&mut $me.current_doctype.name, $c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1165 | c => go!(self: push_doctype_name (c.to_ascii_lowercase())),
[INFO] [stdout] | ----------------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1216 | c => go!(self: push_doctype_id kind c),
[INFO] [stdout] | --------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:586:94
[INFO] [stdout] |
[INFO] [stdout] 586 | ( $me:ident : push_doctype_id $k:ident $c:expr ) => ( option_push($me.doctype_id($k), $c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1216 | c => go!(self: push_doctype_id kind c),
[INFO] [stdout] | --------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1226 | c => go!(self: push_doctype_id kind c),
[INFO] [stdout] | --------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:586:94
[INFO] [stdout] |
[INFO] [stdout] 586 | ( $me:ident : push_doctype_id $k:ident $c:expr ) => ( option_push($me.doctype_id($k), $c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1226 | c => go!(self: push_doctype_id kind c),
[INFO] [stdout] | --------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1283 | '\0' => go!(self: push_comment '\u{fffd}'),
[INFO] [stdout] | ---------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:580:87
[INFO] [stdout] |
[INFO] [stdout] 580 | ( $me:ident : push_comment $c:expr ) => ( $me.current_comment.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1283 | '\0' => go!(self: push_comment '\u{fffd}'),
[INFO] [stdout] | ---------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1284 | c => go!(self: push_comment c),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:580:87
[INFO] [stdout] |
[INFO] [stdout] 580 | ( $me:ident : push_comment $c:expr ) => ( $me.current_comment.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1284 | c => go!(self: push_comment c),
[INFO] [stdout] | ------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1312 | c => go!(self: push_temp c),
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:573:80
[INFO] [stdout] |
[INFO] [stdout] 573 | ( $me:ident : push_temp $c:expr ) => ( $me.temp_buf.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1312 | c => go!(self: push_temp c),
[INFO] [stdout] | ---------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1325 | ']' => go!(self: push_temp ']'),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:573:80
[INFO] [stdout] |
[INFO] [stdout] 573 | ( $me:ident : push_temp $c:expr ) => ( $me.temp_buf.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1325 | ']' => go!(self: push_temp ']'),
[INFO] [stdout] | ------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1368 | states::Data | states::RawData(states::Rcdata) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:568:76
[INFO] [stdout] |
[INFO] [stdout] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1368 | states::Data | states::RawData(states::Rcdata) => go!(self: emit c),
[INFO] [stdout] | ----------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:637:62
[INFO] [stdout] |
[INFO] [stdout] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1370 | states::AttributeValue(_) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout] --> src/tokenizer/mod.rs:578:90
[INFO] [stdout] |
[INFO] [stdout] 578 | ( $me:ident : push_value $c:expr ) => ( $me.current_attr_value.push($c); );
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 1370 | states::AttributeValue(_) => go!(self: push_value c),
[INFO] [stdout] | ----------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] = note: for more information, see issue #79813
[INFO] [stdout] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 60 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] running `Command { std: "docker" "inspect" "cd45bcf6fe14c0bce3dcd19ccab51e370b81c8b682a5600a55f3cff7450fe112", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd45bcf6fe14c0bce3dcd19ccab51e370b81c8b682a5600a55f3cff7450fe112", kill_on_drop: false }`
[INFO] [stdout] cd45bcf6fe14c0bce3dcd19ccab51e370b81c8b682a5600a55f3cff7450fe112
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b61682d5ebcc8032871bfb84d539dee7b9c8be2643bbd3d76dad6219a1765ebe
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "b61682d5ebcc8032871bfb84d539dee7b9c8be2643bbd3d76dad6219a1765ebe", kill_on_drop: false }`
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 689 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:568:76
[INFO] [stderr] |
[INFO] [stderr] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 689 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 700 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:568:76
[INFO] [stderr] |
[INFO] [stderr] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 700 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 710 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:568:76
[INFO] [stderr] |
[INFO] [stderr] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 710 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 720 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:568:76
[INFO] [stderr] |
[INFO] [stderr] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 720 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 731 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:568:76
[INFO] [stderr] |
[INFO] [stderr] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 731 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 744 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:568:76
[INFO] [stderr] |
[INFO] [stderr] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 744 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 753 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:568:76
[INFO] [stderr] |
[INFO] [stderr] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 753 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 792 | c => go!(self: push_tag (c.to_ascii_lowercase())),
[INFO] [stderr] | -------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:570:88
[INFO] [stderr] |
[INFO] [stderr] 570 | ( $me:ident : push_tag $c:expr ) => ( $me.current_tag_name.push($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 792 | c => go!(self: push_tag (c.to_ascii_lowercase())),
[INFO] [stderr] | -------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 910 | '-' => go!(self: emit '-'),
[INFO] [stderr] | ------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:568:76
[INFO] [stderr] |
[INFO] [stderr] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 910 | '-' => go!(self: emit '-'),
[INFO] [stderr] | ------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 952 | / go_match!(self: c,
[INFO] [stderr] 953 | | '"' , '\'' , '<' , '=' => error);
[INFO] [stderr] | |_____________________________________________________________- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:590:79
[INFO] [stderr] |
[INFO] [stderr] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 952 | / go_match!(self: c,
[INFO] [stderr] 953 | | '"' , '\'' , '<' , '=' => error);
[INFO] [stderr] | |_____________________________________________________________- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 969 | Some(cl) => go!(self: push_name cl),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:577:89
[INFO] [stderr] |
[INFO] [stderr] 577 | ( $me:ident : push_name $c:expr ) => ( $me.current_attr_name.push($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 969 | Some(cl) => go!(self: push_name cl),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 971 | / go_match!(self: c,
[INFO] [stderr] 972 | | '"' , '\'' , '<' => error);
[INFO] [stderr] | |_______________________________________________________- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:590:79
[INFO] [stderr] |
[INFO] [stderr] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 971 | / go_match!(self: c,
[INFO] [stderr] 972 | | '"' , '\'' , '<' => error);
[INFO] [stderr] | |_______________________________________________________- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 990 | / go_match!(self: c,
[INFO] [stderr] 991 | | '"' , '\'' , '<' => error);
[INFO] [stderr] | |_______________________________________________________- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:590:79
[INFO] [stderr] |
[INFO] [stderr] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 990 | / go_match!(self: c,
[INFO] [stderr] 991 | | '"' , '\'' , '<' => error);
[INFO] [stderr] | |_______________________________________________________- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1003 | '\t' | '\n' | '\r' | '\x0C' | ' ' => go!(self: discard_char input),
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:572:83
[INFO] [stderr] |
[INFO] [stderr] 572 | ( $me:ident : discard_char $input:expr ) => ( $me.discard_char($input); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1003 | '\t' | '\n' | '\r' | '\x0C' | ' ' => go!(self: discard_char input),
[INFO] [stderr] | ----------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1020 | FromSet(c) => go!(self: push_value c),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:578:90
[INFO] [stderr] |
[INFO] [stderr] 578 | ( $me:ident : push_value $c:expr ) => ( $me.current_attr_value.push($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1020 | FromSet(c) => go!(self: push_value c),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1021 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:579:94
[INFO] [stderr] |
[INFO] [stderr] 579 | ( $me:ident : append_value $c:expr ) => ( $me.current_attr_value.push_str($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1021 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1031 | FromSet(c) => go!(self: push_value c),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:578:90
[INFO] [stderr] |
[INFO] [stderr] 578 | ( $me:ident : push_value $c:expr ) => ( $me.current_attr_value.push($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1031 | FromSet(c) => go!(self: push_value c),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1032 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:579:94
[INFO] [stderr] |
[INFO] [stderr] 579 | ( $me:ident : append_value $c:expr ) => ( $me.current_attr_value.push_str($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1032 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1050 | / go_match!(self: c,
[INFO] [stderr] 1051 | | '"' , '\'' , '<' , '=' , '`' => error);
[INFO] [stderr] | |___________________________________________________________________- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:590:79
[INFO] [stderr] |
[INFO] [stderr] 590 | ( $me:ident : error ) => ( $me.bad_char_error(); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1050 | / go_match!(self: c,
[INFO] [stderr] 1051 | | '"' , '\'' , '<' , '=' , '`' => error);
[INFO] [stderr] | |___________________________________________________________________- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1054 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:579:94
[INFO] [stderr] |
[INFO] [stderr] 579 | ( $me:ident : append_value $c:expr ) => ( $me.current_attr_value.push_str($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1054 | NotFromSet(ref b) => go!(self: append_value b),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1104 | c => go!(self: push_comment c),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:580:87
[INFO] [stderr] |
[INFO] [stderr] 580 | ( $me:ident : push_comment $c:expr ) => ( $me.current_comment.push($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1104 | c => go!(self: push_comment c),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1165 | c => go!(self: push_doctype_name (c.to_ascii_lowercase())),
[INFO] [stderr] | ----------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:585:105
[INFO] [stderr] |
[INFO] [stderr] 585 | ( $me:ident : push_doctype_name $c:expr ) => ( option_push(&mut $me.current_doctype.name, $c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1165 | c => go!(self: push_doctype_name (c.to_ascii_lowercase())),
[INFO] [stderr] | ----------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1216 | c => go!(self: push_doctype_id kind c),
[INFO] [stderr] | --------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:586:94
[INFO] [stderr] |
[INFO] [stderr] 586 | ( $me:ident : push_doctype_id $k:ident $c:expr ) => ( option_push($me.doctype_id($k), $c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1216 | c => go!(self: push_doctype_id kind c),
[INFO] [stderr] | --------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1226 | c => go!(self: push_doctype_id kind c),
[INFO] [stderr] | --------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:586:94
[INFO] [stderr] |
[INFO] [stderr] 586 | ( $me:ident : push_doctype_id $k:ident $c:expr ) => ( option_push($me.doctype_id($k), $c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1226 | c => go!(self: push_doctype_id kind c),
[INFO] [stderr] | --------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1283 | '\0' => go!(self: push_comment '\u{fffd}'),
[INFO] [stderr] | ---------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:580:87
[INFO] [stderr] |
[INFO] [stderr] 580 | ( $me:ident : push_comment $c:expr ) => ( $me.current_comment.push($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1283 | '\0' => go!(self: push_comment '\u{fffd}'),
[INFO] [stderr] | ---------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1284 | c => go!(self: push_comment c),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:580:87
[INFO] [stderr] |
[INFO] [stderr] 580 | ( $me:ident : push_comment $c:expr ) => ( $me.current_comment.push($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1284 | c => go!(self: push_comment c),
[INFO] [stderr] | ------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1312 | c => go!(self: push_temp c),
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:573:80
[INFO] [stderr] |
[INFO] [stderr] 573 | ( $me:ident : push_temp $c:expr ) => ( $me.temp_buf.push($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1312 | c => go!(self: push_temp c),
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1325 | ']' => go!(self: push_temp ']'),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:573:80
[INFO] [stderr] |
[INFO] [stderr] 573 | ( $me:ident : push_temp $c:expr ) => ( $me.temp_buf.push($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1325 | ']' => go!(self: push_temp ']'),
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1368 | states::Data | states::RawData(states::Rcdata) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:568:76
[INFO] [stderr] |
[INFO] [stderr] 568 | ( $me:ident : emit $c:expr ) => ( $me.emit_char($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1368 | states::Data | states::RawData(states::Rcdata) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1370 | states::AttributeValue(_) => go!(self: push_value c),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:578:90
[INFO] [stderr] |
[INFO] [stderr] 578 | ( $me:ident : push_value $c:expr ) => ( $me.current_attr_value.push($c); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 1370 | states::AttributeValue(_) => go!(self: push_value c),
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `shorthand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `html5tokenizer` (lib) generated 60 warnings
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr] --> src/tokenizer/mod.rs:637:62
[INFO] [stderr] |
[INFO] [stderr] 637 | ( $me:ident : $($cmd:tt)+ ) => ( sh_trace!($me: $($cmd)+); );
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 689 | FromSet(c) => go!(self: emit c),
[INFO] [stderr] | ----------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr] --> src/lib.rs:16:24
[INFO] [stderr] |
[INFO] [stderr] 16 | #![cfg_attr(test, deny(warnings))]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` implied by `#[warn(warnings)]`
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #79813
[INFO] [stderr] = note: this warning originates in the macro `go` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `html5tokenizer` (lib test) generated 60 warnings (59 duplicates)
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/html5tokenizer-efa208a1fbe1b2f3)
[INFO] [stdout]
[INFO] [stdout] running 19 tests
[INFO] [stdout] test tokenizer::test::push_to_empty_appends ... ok
[INFO] [stdout] test tokenizer::test::check_lines_with_new_line ... ok
[INFO] [stdout] test tokenizer::test::push_to_nonempty_appends ... ok
[INFO] [stdout] test util::buffer_queue::test::can_eat ... ok
[INFO] [stdout] test tokenizer::test::push_to_None_gives_singleton ... ok
[INFO] [stdout] test tokenizer::test::check_lines ... ok
[INFO] [stdout] test util::buffer_queue::test::can_pop_except_set ... ok
[INFO] [stdout] test util::buffer_queue::test::can_unconsume ... ok
[INFO] [stdout] test util::str::test::lower_letter_nonascii_is_None ... ok
[INFO] [stdout] test util::str::test::is_alnum_A ... ok
[INFO] [stdout] test util::str::test::is_not_alnum_nonascii ... ok
[INFO] [stdout] test util::str::test::lower_letter_A_is_a ... ok
[INFO] [stdout] test util::buffer_queue::test::smoke_test ... ok
[INFO] [stdout] test util::str::test::is_not_alnum_symbol ... ok
[INFO] [stdout] test util::str::test::is_alnum_a ... ok
[INFO] [stdout] test util::str::test::lower_letter_symbol_is_None ... ok
[INFO] [stdout] test util::str::test::lower_letter_a_is_a ... ok
[INFO] [stdout] test util::str::test::is_alnum_1 ... ok
[INFO] [stdout] test util::smallcharset::test::nonmember_prefix ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout]
[INFO] [stderr] Doc-tests html5tokenizer
[INFO] [stdout]
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/util/smallcharset.rs - util::smallcharset::SmallCharSet::contains (line 28) ... ignored
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "b61682d5ebcc8032871bfb84d539dee7b9c8be2643bbd3d76dad6219a1765ebe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b61682d5ebcc8032871bfb84d539dee7b9c8be2643bbd3d76dad6219a1765ebe", kill_on_drop: false }`
[INFO] [stdout] b61682d5ebcc8032871bfb84d539dee7b9c8be2643bbd3d76dad6219a1765ebe