[INFO] fetching crate stdweb 0.4.20... [INFO] testing stdweb-0.4.20 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate stdweb 0.4.20 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate stdweb 0.4.20 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate stdweb 0.4.20 [INFO] finished tweaking crates.io crate stdweb 0.4.20 [INFO] tweaked toml for crates.io crate stdweb 0.4.20 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ee926bf44dad7594dbfd034d4a56b0145061027285660b3701415a4657cddad [INFO] running `Command { std: "docker" "start" "-a" "2ee926bf44dad7594dbfd034d4a56b0145061027285660b3701415a4657cddad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ee926bf44dad7594dbfd034d4a56b0145061027285660b3701415a4657cddad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ee926bf44dad7594dbfd034d4a56b0145061027285660b3701415a4657cddad", kill_on_drop: false }` [INFO] [stdout] 2ee926bf44dad7594dbfd034d4a56b0145061027285660b3701415a4657cddad [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d84b539041a0f173d1082da7c0628656033aaf337a36e5c6459bdc55c0d217f6 [INFO] running `Command { std: "docker" "start" "-a" "d84b539041a0f173d1082da7c0628656033aaf337a36e5c6459bdc55c0d217f6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.5 [INFO] [stderr] Compiling base-x v0.2.8 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling stdweb v0.4.20 (/opt/rustwide/workdir) [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/value.rs:70:37 [INFO] [stdout] | [INFO] [stdout] 70 | let real_result: bool = js!( return @{self} === @{other}; ).try_into().unwrap(); [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 `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/value.rs:70:37 [INFO] [stdout] | [INFO] [stdout] 70 | let real_result: bool = js!( return @{self} === @{other}; ).try_into().unwrap(); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/value.rs:70:37 [INFO] [stdout] | [INFO] [stdout] 70 | let real_result: bool = js!( return @{self} === @{other}; ).try_into().unwrap(); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/value.rs:70:37 [INFO] [stdout] | [INFO] [stdout] 70 | let real_result: bool = js!( return @{self} === @{other}; ).try_into().unwrap(); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/value.rs:70:37 [INFO] [stdout] | [INFO] [stdout] 70 | let real_result: bool = js!( return @{self} === @{other}; ).try_into().unwrap(); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/value.rs:70:37 [INFO] [stdout] | [INFO] [stdout] 70 | let real_result: bool = js!( return @{self} === @{other}; ).try_into().unwrap(); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/value.rs:896:9 [INFO] [stdout] | [INFO] [stdout] 896 | js!( return new TypeError( @{format!( "{}", error )} ); ).try_into().unwrap() [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/value.rs:896:9 [INFO] [stdout] | [INFO] [stdout] 896 | js!( return new TypeError( @{format!( "{}", error )} ); ).try_into().unwrap() [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/value.rs:896:9 [INFO] [stdout] | [INFO] [stdout] 896 | js!( return new TypeError( @{format!( "{}", error )} ); ).try_into().unwrap() [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/value.rs:896:9 [INFO] [stdout] | [INFO] [stdout] 896 | js!( return new TypeError( @{format!( "{}", error )} ); ).try_into().unwrap() [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/value.rs:896:9 [INFO] [stdout] | [INFO] [stdout] 896 | js!( return new TypeError( @{format!( "{}", error )} ); ).try_into().unwrap() [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/value.rs:896:9 [INFO] [stdout] | [INFO] [stdout] 896 | js!( return new TypeError( @{format!( "{}", error )} ); ).try_into().unwrap() [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/webcore/try_from.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | fn try_from( T ) -> Result< Self, Self::Error >; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | / js!( [INFO] [stdout] 16 | | return Object.keys( @{self} ).length; [INFO] [stdout] 17 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | / js!( [INFO] [stdout] 16 | | return Object.keys( @{self} ).length; [INFO] [stdout] 17 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | / js!( [INFO] [stdout] 16 | | return Object.keys( @{self} ).length; [INFO] [stdout] 17 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | / js!( [INFO] [stdout] 16 | | return Object.keys( @{self} ).length; [INFO] [stdout] 17 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | / js!( [INFO] [stdout] 16 | | return Object.keys( @{self} ).length; [INFO] [stdout] 17 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | / js!( [INFO] [stdout] 16 | | return Object.keys( @{self} ).length; [INFO] [stdout] 17 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | / js!( [INFO] [stdout] 16 | | return Object.keys( @{self} ).length; [INFO] [stdout] 17 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | / js!( [INFO] [stdout] 16 | | return Object.keys( @{self} ).length; [INFO] [stdout] 17 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | / js!( [INFO] [stdout] 16 | | return Object.keys( @{self} ).length; [INFO] [stdout] 17 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 96 | let value = js! { [INFO] [stdout] | _____________________- [INFO] [stdout] 97 | | return @{value}; [INFO] [stdout] 98 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 96 | let value = js! { [INFO] [stdout] | _____________________- [INFO] [stdout] 97 | | return @{value}; [INFO] [stdout] 98 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 96 | let value = js! { [INFO] [stdout] | _____________________- [INFO] [stdout] 97 | | return @{value}; [INFO] [stdout] 98 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | let value = js! { [INFO] [stdout] | _____________________- [INFO] [stdout] 127 | | return @{value}; [INFO] [stdout] 128 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | let value = js! { [INFO] [stdout] | _____________________- [INFO] [stdout] 127 | | return @{value}; [INFO] [stdout] 128 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/object.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | let value = js! { [INFO] [stdout] | _____________________- [INFO] [stdout] 127 | | return @{value}; [INFO] [stdout] 128 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/array.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | / js!( [INFO] [stdout] 14 | | return @{self}.length; [INFO] [stdout] 15 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/array.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | / js!( [INFO] [stdout] 14 | | return @{self}.length; [INFO] [stdout] 15 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/array.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | / js!( [INFO] [stdout] 14 | | return @{self}.length; [INFO] [stdout] 15 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/array.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | / js!( [INFO] [stdout] 14 | | return @{self}.length; [INFO] [stdout] 15 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/array.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | / js!( [INFO] [stdout] 14 | | return @{self}.length; [INFO] [stdout] 15 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/array.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | let value = js! { [INFO] [stdout] | _____________________- [INFO] [stdout] 66 | | return @{value}; [INFO] [stdout] 67 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/array.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | let value = js! { [INFO] [stdout] | _____________________- [INFO] [stdout] 66 | | return @{value}; [INFO] [stdout] 67 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/array.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | let value = js! { [INFO] [stdout] | _____________________- [INFO] [stdout] 66 | | return @{value}; [INFO] [stdout] 67 | | }; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/symbol.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / js!( [INFO] [stdout] 23 | | return Module.STDWEB_PRIVATE.get_raw_value( @{self.0} ) === Module.STDWEB_PRIVATE.get_raw_value( @{rhs.0} ); [INFO] [stdout] 24 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | (js! { [INFO] [stdout] | __________- [INFO] [stdout] 63 | | var input = @{input}; [INFO] [stdout] 64 | | // This emulates the `Type(input) is Object` and `IsCallable(input.then)` ECMAScript abstract operations. [INFO] [stdout] 65 | | return Object( input ) === input && [INFO] [stdout] 66 | | typeof input.then === "function"; [INFO] [stdout] 67 | | }).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | Some( js!( return Promise.resolve( @{input} ); ).try_into().unwrap() ) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | Some( js!( return Promise.resolve( @{input} ); ).try_into().unwrap() ) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | Some( js!( return Promise.resolve( @{input} ); ).try_into().unwrap() ) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | Some( js!( return Promise.resolve( @{input} ); ).try_into().unwrap() ) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | Some( js!( return Promise.resolve( @{input} ); ).try_into().unwrap() ) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | Some( js!( return Promise.resolve( @{input} ); ).try_into().unwrap() ) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | Some( js!( return Promise.resolve( @{input} ); ).try_into().unwrap() ) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webcore/promise.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let state = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 244 | | var callback = @{Once( callback )}; [INFO] [stdout] 245 | | [INFO] [stdout] 246 | | var state = { [INFO] [stdout] ... | [INFO] [stdout] 262 | | return state; [INFO] [stdout] 263 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | / js!( [INFO] [stdout] 18 | | return new Date(); [INFO] [stdout] 19 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | / js!( [INFO] [stdout] 18 | | return new Date(); [INFO] [stdout] 19 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | / js!( [INFO] [stdout] 18 | | return new Date(); [INFO] [stdout] 19 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | / js!( [INFO] [stdout] 18 | | return new Date(); [INFO] [stdout] 19 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | / js!( [INFO] [stdout] 18 | | return new Date(); [INFO] [stdout] 19 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / js!( [INFO] [stdout] 37 | | return new Date(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 38 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | / js!( [INFO] [stdout] 51 | | return new Date(@{date_string}); [INFO] [stdout] 52 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | / js!( [INFO] [stdout] 51 | | return new Date(@{date_string}); [INFO] [stdout] 52 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | / js!( [INFO] [stdout] 51 | | return new Date(@{date_string}); [INFO] [stdout] 52 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | / js!( [INFO] [stdout] 51 | | return new Date(@{date_string}); [INFO] [stdout] 52 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | / js!( [INFO] [stdout] 51 | | return new Date(@{date_string}); [INFO] [stdout] 52 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | / js!( [INFO] [stdout] 51 | | return new Date(@{date_string}); [INFO] [stdout] 52 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | / js!( [INFO] [stdout] 65 | | return new Date(@{now}); [INFO] [stdout] 66 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | / js!( [INFO] [stdout] 65 | | return new Date(@{now}); [INFO] [stdout] 66 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | / js!( [INFO] [stdout] 65 | | return new Date(@{now}); [INFO] [stdout] 66 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | / js!( [INFO] [stdout] 65 | | return new Date(@{now}); [INFO] [stdout] 66 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | / js!( [INFO] [stdout] 65 | | return new Date(@{now}); [INFO] [stdout] 66 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | / js!( [INFO] [stdout] 65 | | return new Date(@{now}); [INFO] [stdout] 66 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / js!( [INFO] [stdout] 76 | | return Date.UTC(@{year}, @{month}, @{day}, @{hours}, @{minutes}, @{seconds}, @{milliseconds}); [INFO] [stdout] 77 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | / js!( [INFO] [stdout] 88 | | return Date.parse(@{date_string}); [INFO] [stdout] 89 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | / js!( [INFO] [stdout] 88 | | return Date.parse(@{date_string}); [INFO] [stdout] 89 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | / js!( [INFO] [stdout] 88 | | return Date.parse(@{date_string}); [INFO] [stdout] 89 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | / js!( [INFO] [stdout] 88 | | return Date.parse(@{date_string}); [INFO] [stdout] 89 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | / js!( [INFO] [stdout] 88 | | return Date.parse(@{date_string}); [INFO] [stdout] 89 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | / js!( [INFO] [stdout] 88 | | return Date.parse(@{date_string}); [INFO] [stdout] 89 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | / js!( [INFO] [stdout] 88 | | return Date.parse(@{date_string}); [INFO] [stdout] 89 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | / js!( [INFO] [stdout] 98 | | return Date.now(); [INFO] [stdout] 99 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | / js!( [INFO] [stdout] 98 | | return Date.now(); [INFO] [stdout] 99 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | / js!( [INFO] [stdout] 98 | | return Date.now(); [INFO] [stdout] 99 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | / js!( [INFO] [stdout] 98 | | return Date.now(); [INFO] [stdout] 99 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | / js!( [INFO] [stdout] 98 | | return Date.now(); [INFO] [stdout] 99 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | / js!( [INFO] [stdout] 98 | | return Date.now(); [INFO] [stdout] 99 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | / js!( [INFO] [stdout] 108 | | return @{self}.getDate(); [INFO] [stdout] 109 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | / js!( [INFO] [stdout] 108 | | return @{self}.getDate(); [INFO] [stdout] 109 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | / js!( [INFO] [stdout] 108 | | return @{self}.getDate(); [INFO] [stdout] 109 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | / js!( [INFO] [stdout] 108 | | return @{self}.getDate(); [INFO] [stdout] 109 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | / js!( [INFO] [stdout] 108 | | return @{self}.getDate(); [INFO] [stdout] 109 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | / js!( [INFO] [stdout] 108 | | return @{self}.getDate(); [INFO] [stdout] 109 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | / js!( [INFO] [stdout] 119 | | return @{self}.getDay(); [INFO] [stdout] 120 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | / js!( [INFO] [stdout] 119 | | return @{self}.getDay(); [INFO] [stdout] 120 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | / js!( [INFO] [stdout] 119 | | return @{self}.getDay(); [INFO] [stdout] 120 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | / js!( [INFO] [stdout] 119 | | return @{self}.getDay(); [INFO] [stdout] 120 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | / js!( [INFO] [stdout] 119 | | return @{self}.getDay(); [INFO] [stdout] 120 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | / js!( [INFO] [stdout] 119 | | return @{self}.getDay(); [INFO] [stdout] 120 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | / js!( [INFO] [stdout] 129 | | return @{self}.getFullYear(); [INFO] [stdout] 130 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | / js!( [INFO] [stdout] 129 | | return @{self}.getFullYear(); [INFO] [stdout] 130 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | / js!( [INFO] [stdout] 129 | | return @{self}.getFullYear(); [INFO] [stdout] 130 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | / js!( [INFO] [stdout] 129 | | return @{self}.getFullYear(); [INFO] [stdout] 130 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | / js!( [INFO] [stdout] 129 | | return @{self}.getFullYear(); [INFO] [stdout] 130 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | / js!( [INFO] [stdout] 129 | | return @{self}.getFullYear(); [INFO] [stdout] 130 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | / js!( [INFO] [stdout] 139 | | return @{self}.getHours(); [INFO] [stdout] 140 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | / js!( [INFO] [stdout] 139 | | return @{self}.getHours(); [INFO] [stdout] 140 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | / js!( [INFO] [stdout] 139 | | return @{self}.getHours(); [INFO] [stdout] 140 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | / js!( [INFO] [stdout] 139 | | return @{self}.getHours(); [INFO] [stdout] 140 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | / js!( [INFO] [stdout] 139 | | return @{self}.getHours(); [INFO] [stdout] 140 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | / js!( [INFO] [stdout] 139 | | return @{self}.getHours(); [INFO] [stdout] 140 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | / js!( [INFO] [stdout] 149 | | return @{self}.getMilliseconds(); [INFO] [stdout] 150 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | / js!( [INFO] [stdout] 149 | | return @{self}.getMilliseconds(); [INFO] [stdout] 150 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | / js!( [INFO] [stdout] 149 | | return @{self}.getMilliseconds(); [INFO] [stdout] 150 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | / js!( [INFO] [stdout] 149 | | return @{self}.getMilliseconds(); [INFO] [stdout] 150 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | / js!( [INFO] [stdout] 149 | | return @{self}.getMilliseconds(); [INFO] [stdout] 150 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | / js!( [INFO] [stdout] 149 | | return @{self}.getMilliseconds(); [INFO] [stdout] 150 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | / js!( [INFO] [stdout] 159 | | return @{self}.getMinutes(); [INFO] [stdout] 160 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | / js!( [INFO] [stdout] 159 | | return @{self}.getMinutes(); [INFO] [stdout] 160 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | / js!( [INFO] [stdout] 159 | | return @{self}.getMinutes(); [INFO] [stdout] 160 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | / js!( [INFO] [stdout] 159 | | return @{self}.getMinutes(); [INFO] [stdout] 160 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | / js!( [INFO] [stdout] 159 | | return @{self}.getMinutes(); [INFO] [stdout] 160 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | / js!( [INFO] [stdout] 159 | | return @{self}.getMinutes(); [INFO] [stdout] 160 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | / js!( [INFO] [stdout] 170 | | return @{self}.getMonth(); [INFO] [stdout] 171 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | / js!( [INFO] [stdout] 170 | | return @{self}.getMonth(); [INFO] [stdout] 171 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | / js!( [INFO] [stdout] 170 | | return @{self}.getMonth(); [INFO] [stdout] 171 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | / js!( [INFO] [stdout] 170 | | return @{self}.getMonth(); [INFO] [stdout] 171 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | / js!( [INFO] [stdout] 170 | | return @{self}.getMonth(); [INFO] [stdout] 171 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | / js!( [INFO] [stdout] 170 | | return @{self}.getMonth(); [INFO] [stdout] 171 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | / js!( [INFO] [stdout] 180 | | return @{self}.getSeconds(); [INFO] [stdout] 181 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | / js!( [INFO] [stdout] 180 | | return @{self}.getSeconds(); [INFO] [stdout] 181 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | / js!( [INFO] [stdout] 180 | | return @{self}.getSeconds(); [INFO] [stdout] 181 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | / js!( [INFO] [stdout] 180 | | return @{self}.getSeconds(); [INFO] [stdout] 181 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | / js!( [INFO] [stdout] 180 | | return @{self}.getSeconds(); [INFO] [stdout] 181 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | / js!( [INFO] [stdout] 180 | | return @{self}.getSeconds(); [INFO] [stdout] 181 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | / js!( [INFO] [stdout] 197 | | return @{self}.getTime(); [INFO] [stdout] 198 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | / js!( [INFO] [stdout] 197 | | return @{self}.getTime(); [INFO] [stdout] 198 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | / js!( [INFO] [stdout] 197 | | return @{self}.getTime(); [INFO] [stdout] 198 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | / js!( [INFO] [stdout] 197 | | return @{self}.getTime(); [INFO] [stdout] 198 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | / js!( [INFO] [stdout] 197 | | return @{self}.getTime(); [INFO] [stdout] 198 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | / js!( [INFO] [stdout] 197 | | return @{self}.getTime(); [INFO] [stdout] 198 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | / js!( [INFO] [stdout] 207 | | return @{self}.getTimezoneOffset(); [INFO] [stdout] 208 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | / js!( [INFO] [stdout] 207 | | return @{self}.getTimezoneOffset(); [INFO] [stdout] 208 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | / js!( [INFO] [stdout] 207 | | return @{self}.getTimezoneOffset(); [INFO] [stdout] 208 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | / js!( [INFO] [stdout] 207 | | return @{self}.getTimezoneOffset(); [INFO] [stdout] 208 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | / js!( [INFO] [stdout] 207 | | return @{self}.getTimezoneOffset(); [INFO] [stdout] 208 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | / js!( [INFO] [stdout] 207 | | return @{self}.getTimezoneOffset(); [INFO] [stdout] 208 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | / js!( [INFO] [stdout] 218 | | return @{self}.getUTCDate(); [INFO] [stdout] 219 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | / js!( [INFO] [stdout] 218 | | return @{self}.getUTCDate(); [INFO] [stdout] 219 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | / js!( [INFO] [stdout] 218 | | return @{self}.getUTCDate(); [INFO] [stdout] 219 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | / js!( [INFO] [stdout] 218 | | return @{self}.getUTCDate(); [INFO] [stdout] 219 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | / js!( [INFO] [stdout] 218 | | return @{self}.getUTCDate(); [INFO] [stdout] 219 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | / js!( [INFO] [stdout] 218 | | return @{self}.getUTCDate(); [INFO] [stdout] 219 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:228:9 [INFO] [stdout] | [INFO] [stdout] 228 | / js!( [INFO] [stdout] 229 | | return @{self}.getUTCDay(); [INFO] [stdout] 230 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:228:9 [INFO] [stdout] | [INFO] [stdout] 228 | / js!( [INFO] [stdout] 229 | | return @{self}.getUTCDay(); [INFO] [stdout] 230 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:228:9 [INFO] [stdout] | [INFO] [stdout] 228 | / js!( [INFO] [stdout] 229 | | return @{self}.getUTCDay(); [INFO] [stdout] 230 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:228:9 [INFO] [stdout] | [INFO] [stdout] 228 | / js!( [INFO] [stdout] 229 | | return @{self}.getUTCDay(); [INFO] [stdout] 230 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:228:9 [INFO] [stdout] | [INFO] [stdout] 228 | / js!( [INFO] [stdout] 229 | | return @{self}.getUTCDay(); [INFO] [stdout] 230 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:228:9 [INFO] [stdout] | [INFO] [stdout] 228 | / js!( [INFO] [stdout] 229 | | return @{self}.getUTCDay(); [INFO] [stdout] 230 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | / js!( [INFO] [stdout] 239 | | return @{self}.getUTCFullYear(); [INFO] [stdout] 240 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | / js!( [INFO] [stdout] 239 | | return @{self}.getUTCFullYear(); [INFO] [stdout] 240 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | / js!( [INFO] [stdout] 239 | | return @{self}.getUTCFullYear(); [INFO] [stdout] 240 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | / js!( [INFO] [stdout] 239 | | return @{self}.getUTCFullYear(); [INFO] [stdout] 240 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | / js!( [INFO] [stdout] 239 | | return @{self}.getUTCFullYear(); [INFO] [stdout] 240 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | / js!( [INFO] [stdout] 239 | | return @{self}.getUTCFullYear(); [INFO] [stdout] 240 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:248:9 [INFO] [stdout] | [INFO] [stdout] 248 | / js!( [INFO] [stdout] 249 | | return @{self}.getUTCHours(); [INFO] [stdout] 250 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:248:9 [INFO] [stdout] | [INFO] [stdout] 248 | / js!( [INFO] [stdout] 249 | | return @{self}.getUTCHours(); [INFO] [stdout] 250 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:248:9 [INFO] [stdout] | [INFO] [stdout] 248 | / js!( [INFO] [stdout] 249 | | return @{self}.getUTCHours(); [INFO] [stdout] 250 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:248:9 [INFO] [stdout] | [INFO] [stdout] 248 | / js!( [INFO] [stdout] 249 | | return @{self}.getUTCHours(); [INFO] [stdout] 250 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:248:9 [INFO] [stdout] | [INFO] [stdout] 248 | / js!( [INFO] [stdout] 249 | | return @{self}.getUTCHours(); [INFO] [stdout] 250 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:248:9 [INFO] [stdout] | [INFO] [stdout] 248 | / js!( [INFO] [stdout] 249 | | return @{self}.getUTCHours(); [INFO] [stdout] 250 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:259:9 [INFO] [stdout] | [INFO] [stdout] 259 | / js!( [INFO] [stdout] 260 | | return @{self}.getUTCMilliseconds(); [INFO] [stdout] 261 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:259:9 [INFO] [stdout] | [INFO] [stdout] 259 | / js!( [INFO] [stdout] 260 | | return @{self}.getUTCMilliseconds(); [INFO] [stdout] 261 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:259:9 [INFO] [stdout] | [INFO] [stdout] 259 | / js!( [INFO] [stdout] 260 | | return @{self}.getUTCMilliseconds(); [INFO] [stdout] 261 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:259:9 [INFO] [stdout] | [INFO] [stdout] 259 | / js!( [INFO] [stdout] 260 | | return @{self}.getUTCMilliseconds(); [INFO] [stdout] 261 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:259:9 [INFO] [stdout] | [INFO] [stdout] 259 | / js!( [INFO] [stdout] 260 | | return @{self}.getUTCMilliseconds(); [INFO] [stdout] 261 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:259:9 [INFO] [stdout] | [INFO] [stdout] 259 | / js!( [INFO] [stdout] 260 | | return @{self}.getUTCMilliseconds(); [INFO] [stdout] 261 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | / js!( [INFO] [stdout] 270 | | return @{self}.getUTCMinutes(); [INFO] [stdout] 271 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | / js!( [INFO] [stdout] 270 | | return @{self}.getUTCMinutes(); [INFO] [stdout] 271 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | / js!( [INFO] [stdout] 270 | | return @{self}.getUTCMinutes(); [INFO] [stdout] 271 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | / js!( [INFO] [stdout] 270 | | return @{self}.getUTCMinutes(); [INFO] [stdout] 271 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | / js!( [INFO] [stdout] 270 | | return @{self}.getUTCMinutes(); [INFO] [stdout] 271 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | / js!( [INFO] [stdout] 270 | | return @{self}.getUTCMinutes(); [INFO] [stdout] 271 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:280:9 [INFO] [stdout] | [INFO] [stdout] 280 | / js!( [INFO] [stdout] 281 | | return @{self}.getUTCMonth(); [INFO] [stdout] 282 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:280:9 [INFO] [stdout] | [INFO] [stdout] 280 | / js!( [INFO] [stdout] 281 | | return @{self}.getUTCMonth(); [INFO] [stdout] 282 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:280:9 [INFO] [stdout] | [INFO] [stdout] 280 | / js!( [INFO] [stdout] 281 | | return @{self}.getUTCMonth(); [INFO] [stdout] 282 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:280:9 [INFO] [stdout] | [INFO] [stdout] 280 | / js!( [INFO] [stdout] 281 | | return @{self}.getUTCMonth(); [INFO] [stdout] 282 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:280:9 [INFO] [stdout] | [INFO] [stdout] 280 | / js!( [INFO] [stdout] 281 | | return @{self}.getUTCMonth(); [INFO] [stdout] 282 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:280:9 [INFO] [stdout] | [INFO] [stdout] 280 | / js!( [INFO] [stdout] 281 | | return @{self}.getUTCMonth(); [INFO] [stdout] 282 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:290:9 [INFO] [stdout] | [INFO] [stdout] 290 | / js!( [INFO] [stdout] 291 | | return @{self}.getUTCSeconds(); [INFO] [stdout] 292 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:290:9 [INFO] [stdout] | [INFO] [stdout] 290 | / js!( [INFO] [stdout] 291 | | return @{self}.getUTCSeconds(); [INFO] [stdout] 292 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:290:9 [INFO] [stdout] | [INFO] [stdout] 290 | / js!( [INFO] [stdout] 291 | | return @{self}.getUTCSeconds(); [INFO] [stdout] 292 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:290:9 [INFO] [stdout] | [INFO] [stdout] 290 | / js!( [INFO] [stdout] 291 | | return @{self}.getUTCSeconds(); [INFO] [stdout] 292 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:290:9 [INFO] [stdout] | [INFO] [stdout] 290 | / js!( [INFO] [stdout] 291 | | return @{self}.getUTCSeconds(); [INFO] [stdout] 292 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:290:9 [INFO] [stdout] | [INFO] [stdout] 290 | / js!( [INFO] [stdout] 291 | | return @{self}.getUTCSeconds(); [INFO] [stdout] 292 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:454:9 [INFO] [stdout] | [INFO] [stdout] 454 | / js!( [INFO] [stdout] 455 | | return @{self}.toDateString(); [INFO] [stdout] 456 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:454:9 [INFO] [stdout] | [INFO] [stdout] 454 | / js!( [INFO] [stdout] 455 | | return @{self}.toDateString(); [INFO] [stdout] 456 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:454:9 [INFO] [stdout] | [INFO] [stdout] 454 | / js!( [INFO] [stdout] 455 | | return @{self}.toDateString(); [INFO] [stdout] 456 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:454:9 [INFO] [stdout] | [INFO] [stdout] 454 | / js!( [INFO] [stdout] 455 | | return @{self}.toDateString(); [INFO] [stdout] 456 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:454:9 [INFO] [stdout] | [INFO] [stdout] 454 | / js!( [INFO] [stdout] 455 | | return @{self}.toDateString(); [INFO] [stdout] 456 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:454:9 [INFO] [stdout] | [INFO] [stdout] 454 | / js!( [INFO] [stdout] 455 | | return @{self}.toDateString(); [INFO] [stdout] 456 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:467:9 [INFO] [stdout] | [INFO] [stdout] 467 | / js!( [INFO] [stdout] 468 | | return @{self}.toISOString(); [INFO] [stdout] 469 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:467:9 [INFO] [stdout] | [INFO] [stdout] 467 | / js!( [INFO] [stdout] 468 | | return @{self}.toISOString(); [INFO] [stdout] 469 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:467:9 [INFO] [stdout] | [INFO] [stdout] 467 | / js!( [INFO] [stdout] 468 | | return @{self}.toISOString(); [INFO] [stdout] 469 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:467:9 [INFO] [stdout] | [INFO] [stdout] 467 | / js!( [INFO] [stdout] 468 | | return @{self}.toISOString(); [INFO] [stdout] 469 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:467:9 [INFO] [stdout] | [INFO] [stdout] 467 | / js!( [INFO] [stdout] 468 | | return @{self}.toISOString(); [INFO] [stdout] 469 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:467:9 [INFO] [stdout] | [INFO] [stdout] 467 | / js!( [INFO] [stdout] 468 | | return @{self}.toISOString(); [INFO] [stdout] 469 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:478:9 [INFO] [stdout] | [INFO] [stdout] 478 | / js!( [INFO] [stdout] 479 | | return @{self}.toJSON(); [INFO] [stdout] 480 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:478:9 [INFO] [stdout] | [INFO] [stdout] 478 | / js!( [INFO] [stdout] 479 | | return @{self}.toJSON(); [INFO] [stdout] 480 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:478:9 [INFO] [stdout] | [INFO] [stdout] 478 | / js!( [INFO] [stdout] 479 | | return @{self}.toJSON(); [INFO] [stdout] 480 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:478:9 [INFO] [stdout] | [INFO] [stdout] 478 | / js!( [INFO] [stdout] 479 | | return @{self}.toJSON(); [INFO] [stdout] 480 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:478:9 [INFO] [stdout] | [INFO] [stdout] 478 | / js!( [INFO] [stdout] 479 | | return @{self}.toJSON(); [INFO] [stdout] 480 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:478:9 [INFO] [stdout] | [INFO] [stdout] 478 | / js!( [INFO] [stdout] 479 | | return @{self}.toJSON(); [INFO] [stdout] 480 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:489:9 [INFO] [stdout] | [INFO] [stdout] 489 | / js!( [INFO] [stdout] 490 | | return @{self}.toString(); [INFO] [stdout] 491 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:489:9 [INFO] [stdout] | [INFO] [stdout] 489 | / js!( [INFO] [stdout] 490 | | return @{self}.toString(); [INFO] [stdout] 491 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:489:9 [INFO] [stdout] | [INFO] [stdout] 489 | / js!( [INFO] [stdout] 490 | | return @{self}.toString(); [INFO] [stdout] 491 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:489:9 [INFO] [stdout] | [INFO] [stdout] 489 | / js!( [INFO] [stdout] 490 | | return @{self}.toString(); [INFO] [stdout] 491 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:489:9 [INFO] [stdout] | [INFO] [stdout] 489 | / js!( [INFO] [stdout] 490 | | return @{self}.toString(); [INFO] [stdout] 491 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:489:9 [INFO] [stdout] | [INFO] [stdout] 489 | / js!( [INFO] [stdout] 490 | | return @{self}.toString(); [INFO] [stdout] 491 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | / js!( [INFO] [stdout] 501 | | return @{self}.toTimeString(); [INFO] [stdout] 502 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | / js!( [INFO] [stdout] 501 | | return @{self}.toTimeString(); [INFO] [stdout] 502 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | / js!( [INFO] [stdout] 501 | | return @{self}.toTimeString(); [INFO] [stdout] 502 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | / js!( [INFO] [stdout] 501 | | return @{self}.toTimeString(); [INFO] [stdout] 502 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | / js!( [INFO] [stdout] 501 | | return @{self}.toTimeString(); [INFO] [stdout] 502 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | / js!( [INFO] [stdout] 501 | | return @{self}.toTimeString(); [INFO] [stdout] 502 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:511:9 [INFO] [stdout] | [INFO] [stdout] 511 | / js!( [INFO] [stdout] 512 | | return @{self}.toUTCString(); [INFO] [stdout] 513 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:511:9 [INFO] [stdout] | [INFO] [stdout] 511 | / js!( [INFO] [stdout] 512 | | return @{self}.toUTCString(); [INFO] [stdout] 513 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:511:9 [INFO] [stdout] | [INFO] [stdout] 511 | / js!( [INFO] [stdout] 512 | | return @{self}.toUTCString(); [INFO] [stdout] 513 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:511:9 [INFO] [stdout] | [INFO] [stdout] 511 | / js!( [INFO] [stdout] 512 | | return @{self}.toUTCString(); [INFO] [stdout] 513 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:511:9 [INFO] [stdout] | [INFO] [stdout] 511 | / js!( [INFO] [stdout] 512 | | return @{self}.toUTCString(); [INFO] [stdout] 513 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:511:9 [INFO] [stdout] | [INFO] [stdout] 511 | / js!( [INFO] [stdout] 512 | | return @{self}.toUTCString(); [INFO] [stdout] 513 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | / js!( [INFO] [stdout] 522 | | return @{self}.valueOf(); [INFO] [stdout] 523 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | / js!( [INFO] [stdout] 522 | | return @{self}.valueOf(); [INFO] [stdout] 523 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | / js!( [INFO] [stdout] 522 | | return @{self}.valueOf(); [INFO] [stdout] 523 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | / js!( [INFO] [stdout] 522 | | return @{self}.valueOf(); [INFO] [stdout] 523 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | / js!( [INFO] [stdout] 522 | | return @{self}.valueOf(); [INFO] [stdout] 523 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/date.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | / js!( [INFO] [stdout] 522 | | return @{self}.valueOf(); [INFO] [stdout] 523 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Promise`, `TypedPromise` [INFO] [stdout] --> src/webapi/document.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | use webcore::promise::{Promise, TypedPromise}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `webapi::error::TypeError` [INFO] [stdout] --> src/webapi/document.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use webapi::error::TypeError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:42:14 [INFO] [stdout] | [INFO] [stdout] 42 | unsafe { js!( return document; ).into_reference_unchecked() }.unwrap() [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:42:14 [INFO] [stdout] | [INFO] [stdout] 42 | unsafe { js!( return document; ).into_reference_unchecked() }.unwrap() [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:42:14 [INFO] [stdout] | [INFO] [stdout] 42 | unsafe { js!( return document; ).into_reference_unchecked() }.unwrap() [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 53 | js!( return @{self}.createDocumentFragment(); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 53 | js!( return @{self}.createDocumentFragment(); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 53 | js!( return @{self}.createDocumentFragment(); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 53 | js!( return @{self}.createDocumentFragment(); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 53 | js!( return @{self}.createDocumentFragment(); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 53 | js!( return @{self}.createDocumentFragment(); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | js_try!( return @{self}.createElement( @{tag} ); ).unwrap() [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | / js_try!( [INFO] [stdout] 74 | | return @{self}.createElementNS( @{namespace_uri}, @{tag} ); [INFO] [stdout] 75 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | js!( return @{self}.createTextNode( @{text} ); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | js!( return @{self}.createTextNode( @{text} ); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | js!( return @{self}.createTextNode( @{text} ); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | js!( return @{self}.createTextNode( @{text} ); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | js!( return @{self}.createTextNode( @{text} ); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | js!( return @{self}.createTextNode( @{text} ); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | js!( return @{self}.createTextNode( @{text} ); ).into_reference_unchecked().unwrap() [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | / js!( [INFO] [stdout] 97 | | return @{self}.location; [INFO] [stdout] 98 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | / js!( [INFO] [stdout] 97 | | return @{self}.location; [INFO] [stdout] 98 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | / js!( [INFO] [stdout] 97 | | return @{self}.location; [INFO] [stdout] 98 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | / js!( [INFO] [stdout] 97 | | return @{self}.location; [INFO] [stdout] 98 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | / js!( [INFO] [stdout] 97 | | return @{self}.location; [INFO] [stdout] 98 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | / js!( [INFO] [stdout] 109 | | return @{self}.body; [INFO] [stdout] 110 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | / js!( [INFO] [stdout] 109 | | return @{self}.body; [INFO] [stdout] 110 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | / js!( [INFO] [stdout] 109 | | return @{self}.body; [INFO] [stdout] 110 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | / js!( [INFO] [stdout] 109 | | return @{self}.body; [INFO] [stdout] 110 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | / js!( [INFO] [stdout] 109 | | return @{self}.body; [INFO] [stdout] 110 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | / js!( [INFO] [stdout] 122 | | return @{self}.head; [INFO] [stdout] 123 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | / js!( [INFO] [stdout] 122 | | return @{self}.head; [INFO] [stdout] 123 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | / js!( [INFO] [stdout] 122 | | return @{self}.head; [INFO] [stdout] 123 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | / js!( [INFO] [stdout] 122 | | return @{self}.head; [INFO] [stdout] 123 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | / js!( [INFO] [stdout] 122 | | return @{self}.head; [INFO] [stdout] 123 | | ).into_reference_unchecked() [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | / js!( [INFO] [stdout] 133 | | return @{self}.title; [INFO] [stdout] 134 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | / js!( [INFO] [stdout] 133 | | return @{self}.title; [INFO] [stdout] 134 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | / js!( [INFO] [stdout] 133 | | return @{self}.title; [INFO] [stdout] 134 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | / js!( [INFO] [stdout] 133 | | return @{self}.title; [INFO] [stdout] 134 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | / js!( [INFO] [stdout] 133 | | return @{self}.title; [INFO] [stdout] 134 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | / js!( [INFO] [stdout] 152 | | return @{self}.documentElement; [INFO] [stdout] 153 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | / js!( [INFO] [stdout] 152 | | return @{self}.documentElement; [INFO] [stdout] 153 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | / js!( [INFO] [stdout] 152 | | return @{self}.documentElement; [INFO] [stdout] 153 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | / js!( [INFO] [stdout] 152 | | return @{self}.documentElement; [INFO] [stdout] 153 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | / js!( [INFO] [stdout] 152 | | return @{self}.documentElement; [INFO] [stdout] 153 | | ).try_into().unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | let value = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 162 | | return @{self}.pointerLockElement; [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | let value = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 162 | | return @{self}.pointerLockElement; [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | let value = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 162 | | return @{self}.pointerLockElement; [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | let value = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 162 | | return @{self}.pointerLockElement; [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | let value = js!( [INFO] [stdout] | _____________________- [INFO] [stdout] 162 | | return @{self}.pointerLockElement; [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:179:141 [INFO] [stdout] | [INFO] [stdout] 179 | ... [$($arg_names)* $arg_name] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:171:137 [INFO] [stdout] | [INFO] [stdout] 171 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:167:137 [INFO] [stdout] | [INFO] [stdout] 167 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($inner)* $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/webcore/macros.rs:183:126 [INFO] [stdout] | [INFO] [stdout] 183 | $crate::_js_impl!( @call [$($code)*] [$($flags)*] [$($args)*] [$($arg_names)*] [$($unused_arg_names)*] -> $($rest)* ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/webapi/document.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | / js_try!( [INFO] [stdout] 192 | | return @{self}.importNode( @{n.as_ref()}, @{deep} ); [INFO] [stdout] 193 | | ).unwrap() [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [WARN] too many lines in the log, truncating it