[INFO] cloning repository https://github.com/srplab/starcore_for_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/srplab/starcore_for_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsrplab%2Fstarcore_for_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsrplab%2Fstarcore_for_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cbf4792d62d8ac08d94d9d5ebb073c7b319cb29f [INFO] testing srplab/starcore_for_rust against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsrplab%2Fstarcore_for_rust" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/srplab/starcore_for_rust 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 git repo https://github.com/srplab/starcore_for_rust [INFO] finished tweaking git repo https://github.com/srplab/starcore_for_rust [INFO] tweaked toml for git repo https://github.com/srplab/starcore_for_rust written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/srplab/starcore_for_rust already has a lockfile, it will not be regenerated [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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aed501fb833ddf6310d6cd225332c9570c7319eb2d073a4cb442c203ee600d3b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "aed501fb833ddf6310d6cd225332c9570c7319eb2d073a4cb442c203ee600d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aed501fb833ddf6310d6cd225332c9570c7319eb2d073a4cb442c203ee600d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aed501fb833ddf6310d6cd225332c9570c7319eb2d073a4cb442c203ee600d3b", kill_on_drop: false }` [INFO] [stdout] aed501fb833ddf6310d6cd225332c9570c7319eb2d073a4cb442c203ee600d3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c32273bcd906639163c620eb925e61c647bcc19b6eef1638886aab8b9867865 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6c32273bcd906639163c620eb925e61c647bcc19b6eef1638886aab8b9867865", kill_on_drop: false }` [INFO] [stderr] Compiling starcore_for_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 501 | return STARRC!(None); [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 `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 504 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 514 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 517 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 527 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 530 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 540 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 543 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 553 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 556 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 566 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 569 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1169 | ObjData_StarSrvGroup: STARRC_WEAK!(), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1170 | ObjData_StarService: STARRC_WEAK!(), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1171 | ObjData_StarParaPkg: STARRC_WEAK!(), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1172 | ObjData_StarBinBuf: STARRC_WEAK!(), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1173 | ObjData_StarSXml: STARRC_WEAK!(), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1174 | ObjData_StarObject: STARRC_WEAK!(), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1176 | SObjData_StarSrvGroup: STARRC!(None), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1177 | SObjData_StarService: STARRC!(None), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1178 | SObjData_StarParaPkg: STARRC!(None), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1179 | SObjData_StarBinBuf: STARRC!(None), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1180 | SObjData_StarSXml: STARRC!(None), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1181 | SObjData_StarObject: STARRC!(None), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1496 | item.ObjData_StarSrvGroup = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1556 | item.ObjData_StarService = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1616 | item.ObjData_StarParaPkg = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1676 | item.ObjData_StarBinBuf = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1736 | item.ObjData_StarSXml = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1796 | item.ObjData_StarObject = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1822 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1850 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1860 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1888 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1898 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1926 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1936 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1964 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1974 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2002 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2012 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2040 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2097 | olditem.ObjData_StarSrvGroup = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2098 | olditem.ObjData_StarService = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2099 | olditem.ObjData_StarParaPkg = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2100 | olditem.ObjData_StarBinBuf = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2101 | olditem.ObjData_StarSXml = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2102 | olditem.ObjData_StarObject = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2104 | olditem.SObjData_StarSrvGroup = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2105 | olditem.SObjData_StarService = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2106 | olditem.SObjData_StarParaPkg = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2107 | olditem.SObjData_StarBinBuf = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2108 | olditem.SObjData_StarSXml = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2109 | olditem.SObjData_StarObject = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2173 | olditem.ObjData_StarSrvGroup = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2174 | olditem.ObjData_StarService = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2175 | olditem.ObjData_StarParaPkg = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2176 | olditem.ObjData_StarBinBuf = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2177 | olditem.ObjData_StarSXml = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2178 | olditem.ObjData_StarObject = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2180 | olditem.SObjData_StarSrvGroup = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2181 | olditem.SObjData_StarService = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2182 | olditem.SObjData_StarParaPkg = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2183 | olditem.SObjData_StarBinBuf = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2184 | olditem.SObjData_StarSXml = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2185 | olditem.SObjData_StarObject = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2248 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2279 | let mut rs = STARRC!(Some(s)); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2400 | let mut rs = STARRC!(Some(s)); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2515 | let mut rs = STARRC!(Some(s)); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2533 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2618 | let mut rs = STARRC!(Some(s)); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2636 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2723 | let mut rs = STARRC!(Some(s)); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2741 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2822 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2863 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2916 | let rs = STARRC!(Some(s)); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4290 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4399 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4418 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4509 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4513 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4521 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4640 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4644 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4649 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4659 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4672 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4676 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4681 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4691 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4968 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4995 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5414 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5439 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5454 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5463 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5710 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5738 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5740 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5748 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5760 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5772 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5776 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5801 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5807 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5834 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5840 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5849 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5855 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6463 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6469 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6474 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6479 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6488 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6494 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6499 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6506 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6528 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6534 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6537 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6573 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6583 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6587 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6615 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6638 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6648 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6851 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6857 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6860 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6870 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6877 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6886 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6892 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6895 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6905 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 7580 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 7583 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 7594 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 7597 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 7608 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 7611 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 10941 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 10944 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 10955 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 10958 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 10969 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 10972 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11224 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11227 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11238 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11241 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11252 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11255 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11342 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11348 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11386 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11395 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11432 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11446 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11455 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11569 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11575 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11579 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11583 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 11587 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 12103 | let mut Service : STARSERVICE = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:294:34 [INFO] [stdout] | [INFO] [stdout] 294 | pub type STARRESULT = Option>; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 294 - pub type STARRESULT = Option>; [INFO] [stdout] 294 + pub type STARRESULT = Option>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1123:17 [INFO] [stdout] | [INFO] [stdout] 1123 | ) -> (bool, Box) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1123 - ) -> (bool, Box) { [INFO] [stdout] 1123 + ) -> (bool, Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1121:14 [INFO] [stdout] | [INFO] [stdout] 1121 | wParam: &Any, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1121 - wParam: &Any, [INFO] [stdout] 1121 + wParam: &dyn Any, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1122:14 [INFO] [stdout] | [INFO] [stdout] 1122 | lParam: &Any, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1122 - lParam: &Any, [INFO] [stdout] 1122 + lParam: &dyn Any, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1131:19 [INFO] [stdout] | [INFO] [stdout] 1131 | -> (bool, Box) = Default_MsgCallBack; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1131 - -> (bool, Box) = Default_MsgCallBack; [INFO] [stdout] 1131 + -> (bool, Box) = Default_MsgCallBack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1130:71 [INFO] [stdout] | [INFO] [stdout] 1130 | static mut G_MSGCALLBACK: fn(ServiceGroupID: u32, uMsg: u32, wParam: &Any, lParam: &Any) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1130 - static mut G_MSGCALLBACK: fn(ServiceGroupID: u32, uMsg: u32, wParam: &Any, lParam: &Any) [INFO] [stdout] 1130 + static mut G_MSGCALLBACK: fn(ServiceGroupID: u32, uMsg: u32, wParam: &dyn Any, lParam: &Any) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1130:85 [INFO] [stdout] | [INFO] [stdout] 1130 | static mut G_MSGCALLBACK: fn(ServiceGroupID: u32, uMsg: u32, wParam: &Any, lParam: &Any) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 1130 - static mut G_MSGCALLBACK: fn(ServiceGroupID: u32, uMsg: u32, wParam: &Any, lParam: &Any) [INFO] [stdout] 1130 + static mut G_MSGCALLBACK: fn(ServiceGroupID: u32, uMsg: u32, wParam: &Any, lParam: &dyn Any) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3063:36 [INFO] [stdout] | [INFO] [stdout] 3063 | fn _TermObject_Defer(ObjData: &mut Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3063 - fn _TermObject_Defer(ObjData: &mut Any) { [INFO] [stdout] 3063 + fn _TermObject_Defer(ObjData: &mut dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3347:24 [INFO] [stdout] | [INFO] [stdout] 3347 | fn SRPRustGetInt(Obj: &Any, ProcessFloat: bool) -> (u32, bool) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3347 - fn SRPRustGetInt(Obj: &Any, ProcessFloat: bool) -> (u32, bool) { [INFO] [stdout] 3347 + fn SRPRustGetInt(Obj: &dyn Any, ProcessFloat: bool) -> (u32, bool) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3385:23 [INFO] [stdout] | [INFO] [stdout] 3385 | fn SRPRustToInt(Obj: &Any, ProcessFloat: bool) -> u32 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3385 - fn SRPRustToInt(Obj: &Any, ProcessFloat: bool) -> u32 { [INFO] [stdout] 3385 + fn SRPRustToInt(Obj: &dyn Any, ProcessFloat: bool) -> u32 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3423:25 [INFO] [stdout] | [INFO] [stdout] 3423 | fn SRPRustToInt64(Obj: &Any, ProcessFloat: bool) -> u64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3423 - fn SRPRustToInt64(Obj: &Any, ProcessFloat: bool) -> u64 { [INFO] [stdout] 3423 + fn SRPRustToInt64(Obj: &dyn Any, ProcessFloat: bool) -> u64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3461:24 [INFO] [stdout] | [INFO] [stdout] 3461 | fn SRPRustToLong(Obj: &Any, ProcessFloat: bool) -> i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3461 - fn SRPRustToLong(Obj: &Any, ProcessFloat: bool) -> i64 { [INFO] [stdout] 3461 + fn SRPRustToLong(Obj: &dyn Any, ProcessFloat: bool) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3499:26 [INFO] [stdout] | [INFO] [stdout] 3499 | fn SRPRustGetFloat(Obj: &Any) -> (f64, bool) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3499 - fn SRPRustGetFloat(Obj: &Any) -> (f64, bool) { [INFO] [stdout] 3499 + fn SRPRustGetFloat(Obj: &dyn Any) -> (f64, bool) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3535:25 [INFO] [stdout] | [INFO] [stdout] 3535 | fn SRPRustToFloat(Obj: &Any) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3535 - fn SRPRustToFloat(Obj: &Any) -> f64 { [INFO] [stdout] 3535 + fn SRPRustToFloat(Obj: &dyn Any) -> f64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3571:26 [INFO] [stdout] | [INFO] [stdout] 3571 | fn SRPRustIsString(Obj: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3571 - fn SRPRustIsString(Obj: &Any) -> bool { [INFO] [stdout] 3571 + fn SRPRustIsString(Obj: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3660:24 [INFO] [stdout] | [INFO] [stdout] 3660 | fn SRPRustGetStr(Obj: &Any, ToAnsi: bool) -> *mut c_char { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3660 - fn SRPRustGetStr(Obj: &Any, ToAnsi: bool) -> *mut c_char { [INFO] [stdout] 3660 + fn SRPRustGetStr(Obj: &dyn Any, ToAnsi: bool) -> *mut c_char { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3692:26 [INFO] [stdout] | [INFO] [stdout] 3692 | fn SRPRustGetStrEx(Obj: &Any, ToAnsi: bool) -> (i32, *mut c_char) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3692 - fn SRPRustGetStrEx(Obj: &Any, ToAnsi: bool) -> (i32, *mut c_char) { [INFO] [stdout] 3692 + fn SRPRustGetStrEx(Obj: &dyn Any, ToAnsi: bool) -> (i32, *mut c_char) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3731:34 [INFO] [stdout] | [INFO] [stdout] 3731 | fn STARRUST_SAFERELEASESTR(Obj: &Any, CharPtr: *const c_char) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3731 - fn STARRUST_SAFERELEASESTR(Obj: &Any, CharPtr: *const c_char) [INFO] [stdout] 3731 + fn STARRUST_SAFERELEASESTR(Obj: &dyn Any, CharPtr: *const c_char) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3972:36 [INFO] [stdout] | [INFO] [stdout] 3972 | pub fn IsSrvGroupClassObject(Obj: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3972 - pub fn IsSrvGroupClassObject(Obj: &Any) -> bool { [INFO] [stdout] 3972 + pub fn IsSrvGroupClassObject(Obj: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3983:39 [INFO] [stdout] | [INFO] [stdout] 3983 | pub fn IsStarServiceClassObject(Obj: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3983 - pub fn IsStarServiceClassObject(Obj: &Any) -> bool { [INFO] [stdout] 3983 + pub fn IsStarServiceClassObject(Obj: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3994:38 [INFO] [stdout] | [INFO] [stdout] 3994 | pub fn IsStarObjectClassObject(Obj: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 3994 - pub fn IsStarObjectClassObject(Obj: &Any) -> bool { [INFO] [stdout] 3994 + pub fn IsStarObjectClassObject(Obj: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:4005:39 [INFO] [stdout] | [INFO] [stdout] 4005 | pub fn IsStarParaPkgClassObject(Obj: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 4005 - pub fn IsStarParaPkgClassObject(Obj: &Any) -> bool { [INFO] [stdout] 4005 + pub fn IsStarParaPkgClassObject(Obj: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:4016:38 [INFO] [stdout] | [INFO] [stdout] 4016 | pub fn IsStarBinBufClassObject(Obj: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 4016 - pub fn IsStarBinBufClassObject(Obj: &Any) -> bool { [INFO] [stdout] 4016 + pub fn IsStarBinBufClassObject(Obj: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:4027:36 [INFO] [stdout] | [INFO] [stdout] 4027 | pub fn IsStarSXmlClassObject(Obj: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 4027 - pub fn IsStarSXmlClassObject(Obj: &Any) -> bool { [INFO] [stdout] 4027 + pub fn IsStarSXmlClassObject(Obj: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:4071:36 [INFO] [stdout] | [INFO] [stdout] 4071 | pub fn RustObjectToSRPObject(Obj: &Any) -> *mut c_void { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 4071 - pub fn RustObjectToSRPObject(Obj: &Any) -> *mut c_void { [INFO] [stdout] 4071 + pub fn RustObjectToSRPObject(Obj: &dyn Any) -> *mut c_void { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:4696:43 [INFO] [stdout] | [INFO] [stdout] 4696 | fn RustClearStarCoreContext(selfval: &mut Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 4696 - fn RustClearStarCoreContext(selfval: &mut Any) { [INFO] [stdout] 4696 + fn RustClearStarCoreContext(selfval: &mut dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6953:81 [INFO] [stdout] | [INFO] [stdout] 6953 | fn SRPObject_GetArrayObject<'a>(argc: i32, args: &'a [&Any], Index: i32) -> &'a Any { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6953 - fn SRPObject_GetArrayObject<'a>(argc: i32, args: &'a [&Any], Index: i32) -> &'a Any { [INFO] [stdout] 6953 + fn SRPObject_GetArrayObject<'a>(argc: i32, args: &'a [&Any], Index: i32) -> &'a dyn Any { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6953:56 [INFO] [stdout] | [INFO] [stdout] 6953 | fn SRPObject_GetArrayObject<'a>(argc: i32, args: &'a [&Any], Index: i32) -> &'a Any { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6953 - fn SRPObject_GetArrayObject<'a>(argc: i32, args: &'a [&Any], Index: i32) -> &'a Any { [INFO] [stdout] 6953 + fn SRPObject_GetArrayObject<'a>(argc: i32, args: &'a [&dyn Any], Index: i32) -> &'a Any { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6960:19 [INFO] [stdout] | [INFO] [stdout] 6960 | fn AnyIsZero(val:&Any) -> bool{ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6960 - fn AnyIsZero(val:&Any) -> bool{ [INFO] [stdout] 6960 + fn AnyIsZero(val:&dyn Any) -> bool{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6976:40 [INFO] [stdout] | [INFO] [stdout] 6976 | fn StarParaPkg_FromTuple_Sub(tuple: &[&Any], ParaPkg: *mut c_void, BasicSRPInterface: *const c_void,StartIndex: i32, SRPInterface: *const... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6976 - fn StarParaPkg_FromTuple_Sub(tuple: &[&Any], ParaPkg: *mut c_void, BasicSRPInterface: *const c_void,StartIndex: i32, SRPInterface: *const c_void) -> bool [INFO] [stdout] 6976 + fn StarParaPkg_FromTuple_Sub(tuple: &[&dyn Any], ParaPkg: *mut c_void, BasicSRPInterface: *const c_void,StartIndex: i32, SRPInterface: *const c_void) -> bool [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9949:61 [INFO] [stdout] | [INFO] [stdout] 9949 | fn RustToLuaTable(SRPInterface: *const c_void, arr_data: &[&Any], ToRaw: bool) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9949 - fn RustToLuaTable(SRPInterface: *const c_void, arr_data: &[&Any], ToRaw: bool) { [INFO] [stdout] 9949 + fn RustToLuaTable(SRPInterface: *const c_void, arr_data: &[&dyn Any], ToRaw: bool) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9970:58 [INFO] [stdout] | [INFO] [stdout] 9970 | fn RustObjectToLua(SRPInterface: *const c_void, Object: &Any, ToRaw: bool) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9970 - fn RustObjectToLua(SRPInterface: *const c_void, Object: &Any, ToRaw: bool) -> bool { [INFO] [stdout] 9970 + fn RustObjectToLua(SRPInterface: *const c_void, Object: &dyn Any, ToRaw: bool) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10361:145 [INFO] [stdout] | [INFO] [stdout] 10361 | ...u8, AttributeLength: i32, StructID: *const VS_UUID, ObjectTemp: &Any, BufOffset: u32, Buf: *const u8) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10361 - fn SRPObject_RustObjectToAttribute(SRPInterface: *const c_void, AttributeType: u8, AttributeLength: i32, StructID: *const VS_UUID, ObjectTemp: &Any, BufOffset: u32, Buf: *const u8) -> bool { [INFO] [stdout] 10361 + fn SRPObject_RustObjectToAttribute(SRPInterface: *const c_void, AttributeType: u8, AttributeLength: i32, StructID: *const VS_UUID, ObjectTemp: &dyn Any, BufOffset: u32, Buf: *const u8) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5643:45 [INFO] [stdout] | [INFO] [stdout] 5643 | fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgS... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5643 - fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE; [INFO] [stdout] 5643 + fn CreateService(&self,In_ServicePath: &dyn Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5643:67 [INFO] [stdout] | [INFO] [stdout] 5643 | fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgS... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5643 - fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE; [INFO] [stdout] 5643 + fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &dyn Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5643:86 [INFO] [stdout] | [INFO] [stdout] 5643 | fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgS... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5643 - fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE; [INFO] [stdout] 5643 + fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &dyn Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5643:227 [INFO] [stdout] | [INFO] [stdout] 5643 | ...e: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5643 - fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE; [INFO] [stdout] 5643 + fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &dyn Any) -> STARSERVICE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5644:36 [INFO] [stdout] | [INFO] [stdout] 5644 | fn GetService(&self,username: &Any, userpassword: &Any) -> STARSERVICE; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5644 - fn GetService(&self,username: &Any, userpassword: &Any) -> STARSERVICE; [INFO] [stdout] 5644 + fn GetService(&self,username: &dyn Any, userpassword: &Any) -> STARSERVICE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5644:56 [INFO] [stdout] | [INFO] [stdout] 5644 | fn GetService(&self,username: &Any, userpassword: &Any) -> STARSERVICE; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5644 - fn GetService(&self,username: &Any, userpassword: &Any) -> STARSERVICE; [INFO] [stdout] 5644 + fn GetService(&self,username: &Any, userpassword: &dyn Any) -> STARSERVICE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5647:34 [INFO] [stdout] | [INFO] [stdout] 5647 | fn NewParaPkg(&self,args: &[&Any]) -> STARPARAPKG; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5647 - fn NewParaPkg(&self,args: &[&Any]) -> STARPARAPKG; [INFO] [stdout] 5647 + fn NewParaPkg(&self,args: &[&dyn Any]) -> STARPARAPKG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5648:35 [INFO] [stdout] | [INFO] [stdout] 5648 | fn NewParaDict(&self,args: &[&Any]) -> STARPARAPKG; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5648 - fn NewParaDict(&self,args: &[&Any]) -> STARPARAPKG; [INFO] [stdout] 5648 + fn NewParaDict(&self,args: &[&dyn Any]) -> STARPARAPKG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5651:28 [INFO] [stdout] | [INFO] [stdout] 5651 | fn IsObject(&self,Arg:&Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5651 - fn IsObject(&self,Arg:&Any) -> bool; [INFO] [stdout] 5651 + fn IsObject(&self,Arg:&dyn Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5652:29 [INFO] [stdout] | [INFO] [stdout] 5652 | fn IsParaPkg(&self,Arg:&Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5652 - fn IsParaPkg(&self,Arg:&Any) -> bool; [INFO] [stdout] 5652 + fn IsParaPkg(&self,Arg:&dyn Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5653:28 [INFO] [stdout] | [INFO] [stdout] 5653 | fn IsBinBuf(&self,Arg:&Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5653 - fn IsBinBuf(&self,Arg:&Any) -> bool; [INFO] [stdout] 5653 + fn IsBinBuf(&self,Arg:&dyn Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5654:26 [INFO] [stdout] | [INFO] [stdout] 5654 | fn IsSXml(&self,Arg:&Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5654 - fn IsSXml(&self,Arg:&Any) -> bool; [INFO] [stdout] 5654 + fn IsSXml(&self,Arg:&dyn Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5657:36 [INFO] [stdout] | [INFO] [stdout] 5657 | fn SetServicePath(&self,Args: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5657 - fn SetServicePath(&self,Args: &Any); [INFO] [stdout] 5657 + fn SetServicePath(&self,Args: &dyn Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5661:45 [INFO] [stdout] | [INFO] [stdout] 5661 | fn ImportService(&self,In_ServiceName: &Any, LoadRunModule: bool) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5661 - fn ImportService(&self,In_ServiceName: &Any, LoadRunModule: bool) -> bool; [INFO] [stdout] 5661 + fn ImportService(&self,In_ServiceName: &dyn Any, LoadRunModule: bool) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5663:45 [INFO] [stdout] | [INFO] [stdout] 5663 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5663 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool; [INFO] [stdout] 5663 + fn RunScript(&self,In_ScriptInterface: &dyn Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5663:65 [INFO] [stdout] | [INFO] [stdout] 5663 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5663 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool; [INFO] [stdout] 5663 + fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &dyn Any, In_Name: &Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5663:80 [INFO] [stdout] | [INFO] [stdout] 5663 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5663 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool; [INFO] [stdout] 5663 + fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &dyn Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5664:47 [INFO] [stdout] | [INFO] [stdout] 5664 | fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5664 - fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any) -> bool; [INFO] [stdout] 5664 + fn RunScriptEx(&self,In_ScriptInterface: &dyn Any, BinBuf: &STARBINBUF, In_Name: &Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5664:83 [INFO] [stdout] | [INFO] [stdout] 5664 | fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5664 - fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any) -> bool; [INFO] [stdout] 5664 + fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &dyn Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5665:42 [INFO] [stdout] | [INFO] [stdout] 5665 | fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5665 - fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any) -> bool; [INFO] [stdout] 5665 + fn DoFile(&self,In_ScriptInterface: &dyn Any, In_FileName: &Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5665:61 [INFO] [stdout] | [INFO] [stdout] 5665 | fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5665 - fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any) -> bool; [INFO] [stdout] 5665 + fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &dyn Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5666:44 [INFO] [stdout] | [INFO] [stdout] 5666 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5666 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &Any) -> bool; [INFO] [stdout] 5666 + fn DoFileEx(&self,In_ScriptInterface: &dyn Any, In_FileName: &Any, In_ModuleName: &Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5666:63 [INFO] [stdout] | [INFO] [stdout] 5666 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5666 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &Any) -> bool; [INFO] [stdout] 5666 + fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &dyn Any, In_ModuleName: &Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5666:84 [INFO] [stdout] | [INFO] [stdout] 5666 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5666 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &Any) -> bool; [INFO] [stdout] 5666 + fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &dyn Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5667:41 [INFO] [stdout] | [INFO] [stdout] 5667 | fn SetClientPort(&self,LInterface: &Any, Portnumber: isize) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5667 - fn SetClientPort(&self,LInterface: &Any, Portnumber: isize) -> bool; [INFO] [stdout] 5667 + fn SetClientPort(&self,LInterface: &dyn Any, Portnumber: isize) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5669:35 [INFO] [stdout] | [INFO] [stdout] 5669 | fn SetOutputPort(&self,Host: &Any, Portnumber: isize) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5669 - fn SetOutputPort(&self,Host: &Any, Portnumber: isize) -> bool; [INFO] [stdout] 5669 + fn SetOutputPort(&self,Host: &dyn Any, Portnumber: isize) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5670:41 [INFO] [stdout] | [INFO] [stdout] 5670 | fn SetWebServerPort(&self,In_Host: &Any, Portnumber: isize, ConnectionNumber: isize, PostSize: isize) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5670 - fn SetWebServerPort(&self,In_Host: &Any, Portnumber: isize, ConnectionNumber: isize, PostSize: isize) -> bool; [INFO] [stdout] 5670 + fn SetWebServerPort(&self,In_Host: &dyn Any, Portnumber: isize, ConnectionNumber: isize, PostSize: isize) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5672:40 [INFO] [stdout] | [INFO] [stdout] 5672 | fn InitRaw(&self,ScriptInterface: &Any, Service: &STARSERVICE) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5672 - fn InitRaw(&self,ScriptInterface: &Any, Service: &STARSERVICE) -> bool; [INFO] [stdout] 5672 + fn InitRaw(&self,ScriptInterface: &dyn Any, Service: &STARSERVICE) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5673:46 [INFO] [stdout] | [INFO] [stdout] 5673 | fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5673 - fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] 5673 + fn LoadRawModule(&self,ScriptInterface: &dyn Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5673:64 [INFO] [stdout] | [INFO] [stdout] 5673 | fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5673 - fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] 5673 + fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &dyn Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5673:84 [INFO] [stdout] | [INFO] [stdout] 5673 | fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5673 - fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] 5673 + fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &dyn Any, IsString: bool) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5683:55 [INFO] [stdout] | [INFO] [stdout] 5683 | fn ActiveScriptInterface(&self,ScriptInterface: &Any) -> (bool,bool); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5683 - fn ActiveScriptInterface(&self,ScriptInterface: &Any) -> (bool,bool); [INFO] [stdout] 5683 + fn ActiveScriptInterface(&self,ScriptInterface: &dyn Any) -> (bool,bool); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5684:44 [INFO] [stdout] | [INFO] [stdout] 5684 | fn PreCompile(&self,ScriptInterface: &Any, ScriptBuf: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5684 - fn PreCompile(&self,ScriptInterface: &Any, ScriptBuf: &Any) -> (bool,String); [INFO] [stdout] 5684 + fn PreCompile(&self,ScriptInterface: &dyn Any, ScriptBuf: &Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5684:61 [INFO] [stdout] | [INFO] [stdout] 5684 | fn PreCompile(&self,ScriptInterface: &Any, ScriptBuf: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5684 - fn PreCompile(&self,ScriptInterface: &Any, ScriptBuf: &Any) -> (bool,String); [INFO] [stdout] 5684 + fn PreCompile(&self,ScriptInterface: &Any, ScriptBuf: &dyn Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6392:25 [INFO] [stdout] | [INFO] [stdout] 6392 | fn Get(&self,Name: &Any) -> STARRESULT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6392 - fn Get(&self,Name: &Any) -> STARRESULT; [INFO] [stdout] 6392 + fn Get(&self,Name: &dyn Any) -> STARRESULT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6393:37 [INFO] [stdout] | [INFO] [stdout] 6393 | fn GetObject(&self,ObjectName: &Any) -> STAROBJECT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6393 - fn GetObject(&self,ObjectName: &Any) -> STAROBJECT; [INFO] [stdout] 6393 + fn GetObject(&self,ObjectName: &dyn Any) -> STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6394:37 [INFO] [stdout] | [INFO] [stdout] 6394 | fn GetObjectEx(&self,ObjectID: &Any) -> STAROBJECT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6394 - fn GetObjectEx(&self,ObjectID: &Any) -> STAROBJECT; [INFO] [stdout] 6394 + fn GetObjectEx(&self,ObjectID: &dyn Any) -> STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6395:27 [INFO] [stdout] | [INFO] [stdout] 6395 | fn New(&self,args: &[&Any]) -> STAROBJECT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6395 - fn New(&self,args: &[&Any]) -> STAROBJECT; [INFO] [stdout] 6395 + fn New(&self,args: &[&dyn Any]) -> STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6396:45 [INFO] [stdout] | [INFO] [stdout] 6396 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6396 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] 6396 + fn RunScript(&self,In_ScriptInterface: &dyn Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6396:65 [INFO] [stdout] | [INFO] [stdout] 6396 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6396 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] 6396 + fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &dyn Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6396:80 [INFO] [stdout] | [INFO] [stdout] 6396 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6396 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] 6396 + fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &dyn Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6396:104 [INFO] [stdout] | [INFO] [stdout] 6396 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6396 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] 6396 + fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &dyn Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6397:47 [INFO] [stdout] | [INFO] [stdout] 6397 | fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6397 - fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] 6397 + fn RunScriptEx(&self,In_ScriptInterface: &dyn Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6397:83 [INFO] [stdout] | [INFO] [stdout] 6397 | fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6397 - fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] 6397 + fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &dyn Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6397:107 [INFO] [stdout] | [INFO] [stdout] 6397 | fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6397 - fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] 6397 + fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &dyn Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6398:42 [INFO] [stdout] | [INFO] [stdout] 6398 | fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6398 - fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] 6398 + fn DoFile(&self,In_ScriptInterface: &dyn Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6398:61 [INFO] [stdout] | [INFO] [stdout] 6398 | fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6398 - fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] 6398 + fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &dyn Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6398:85 [INFO] [stdout] | [INFO] [stdout] 6398 | fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6398 - fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String); [INFO] [stdout] 6398 + fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &dyn Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6399:44 [INFO] [stdout] | [INFO] [stdout] 6399 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6399 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String); [INFO] [stdout] 6399 + fn DoFileEx(&self,In_ScriptInterface: &dyn Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6399:63 [INFO] [stdout] | [INFO] [stdout] 6399 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6399 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String); [INFO] [stdout] 6399 + fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &dyn Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6399:87 [INFO] [stdout] | [INFO] [stdout] 6399 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6399 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String); [INFO] [stdout] 6399 + fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &dyn Any, In_ModuleName: &Any)-> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6399:108 [INFO] [stdout] | [INFO] [stdout] 6399 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6399 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String); [INFO] [stdout] 6399 + fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &dyn Any)-> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6403:46 [INFO] [stdout] | [INFO] [stdout] 6403 | fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6403 - fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] 6403 + fn LoadRawModule(&self,ScriptInterface: &dyn Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6403:64 [INFO] [stdout] | [INFO] [stdout] 6403 | fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6403 - fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] 6403 + fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &dyn Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6403:84 [INFO] [stdout] | [INFO] [stdout] 6403 | fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6403 - fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool; [INFO] [stdout] 6403 + fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &dyn Any, IsString: bool) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6404:44 [INFO] [stdout] | [INFO] [stdout] 6404 | fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STA... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6404 - fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STAROBJECT; [INFO] [stdout] 6404 + fn NewRawProxy(&self,ScriptInterface: &dyn Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6404:93 [INFO] [stdout] | [INFO] [stdout] 6404 | fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STA... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6404 - fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STAROBJECT; [INFO] [stdout] 6404 + fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &dyn Any, ProyInfo: &Any, ProxyType: isize) -> STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6404:109 [INFO] [stdout] | [INFO] [stdout] 6404 | fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STA... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6404 - fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STAROBJECT; [INFO] [stdout] 6404 + fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &dyn Any, ProxyType: isize) -> STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6405:49 [INFO] [stdout] | [INFO] [stdout] 6405 | fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6405 - fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT; [INFO] [stdout] 6405 + fn ImportRawContext(&self,ScriptInterface: &dyn Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6405:68 [INFO] [stdout] | [INFO] [stdout] 6405 | fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6405 - fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT; [INFO] [stdout] 6405 + fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &dyn Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6405:102 [INFO] [stdout] | [INFO] [stdout] 6405 | fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6405 - fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT; [INFO] [stdout] 6405 + fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &dyn Any) -> STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:7355:47 [INFO] [stdout] | [INFO] [stdout] 7355 | fn Set<'a>(&'a self,Index: isize, Value: &Any) -> &'a STARPARAPKG; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7355 - fn Set<'a>(&'a self,Index: isize, Value: &Any) -> &'a STARPARAPKG; [INFO] [stdout] 7355 + fn Set<'a>(&'a self,Index: isize, Value: &dyn Any) -> &'a STARPARAPKG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:7356:37 [INFO] [stdout] | [INFO] [stdout] 7356 | fn Build<'a>(&'a self,tuple: &[&Any]) -> &'a STARPARAPKG; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7356 - fn Build<'a>(&'a self,tuple: &[&Any]) -> &'a STARPARAPKG; [INFO] [stdout] 7356 + fn Build<'a>(&'a self,tuple: &[&dyn Any]) -> &'a STARPARAPKG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:7362:29 [INFO] [stdout] | [INFO] [stdout] 7362 | fn FromJSon(&self,Buf: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7362 - fn FromJSon(&self,Buf: &Any) -> bool; [INFO] [stdout] 7362 + fn FromJSon(&self,Buf: &dyn Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8363:39 [INFO] [stdout] | [INFO] [stdout] 8363 | fn SaveToFile(&self,In_FileName: &Any, TxtFileFlag: bool) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8363 - fn SaveToFile(&self,In_FileName: &Any, TxtFileFlag: bool) -> bool; [INFO] [stdout] 8363 + fn SaveToFile(&self,In_FileName: &dyn Any, TxtFileFlag: bool) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8364:41 [INFO] [stdout] | [INFO] [stdout] 8364 | fn LoadFromFile(&self,In_FileName: &Any, TxtFileFlag: bool) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8364 - fn LoadFromFile(&self,In_FileName: &Any, TxtFileFlag: bool) -> bool; [INFO] [stdout] 8364 + fn LoadFromFile(&self,In_FileName: &dyn Any, TxtFileFlag: bool) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8636:41 [INFO] [stdout] | [INFO] [stdout] 8636 | fn LoadFromFile(&self,In_FileName: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8636 - fn LoadFromFile(&self,In_FileName: &Any) -> (bool,String); [INFO] [stdout] 8636 + fn LoadFromFile(&self,In_FileName: &dyn Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8638:37 [INFO] [stdout] | [INFO] [stdout] 8638 | fn LoadFromBufEx(&self,UtfArg: &Any) -> (bool,String); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8638 - fn LoadFromBufEx(&self,UtfArg: &Any) -> (bool,String); [INFO] [stdout] 8638 + fn LoadFromBufEx(&self,UtfArg: &dyn Any) -> (bool,String); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8639:39 [INFO] [stdout] | [INFO] [stdout] 8639 | fn SaveToFile(&self,In_FileName: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8639 - fn SaveToFile(&self,In_FileName: &Any) -> bool; [INFO] [stdout] 8639 + fn SaveToFile(&self,In_FileName: &dyn Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8644:34 [INFO] [stdout] | [INFO] [stdout] 8644 | fn FindElement(&self,Value: &Any) -> i64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8644 - fn FindElement(&self,Value: &Any) -> i64; [INFO] [stdout] 8644 + fn FindElement(&self,Value: &dyn Any) -> i64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8645:55 [INFO] [stdout] | [INFO] [stdout] 8645 | fn FindElementEx(&self,arentElement: i64, Value: &Any) -> i64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8645 - fn FindElementEx(&self,arentElement: i64, Value: &Any) -> i64; [INFO] [stdout] 8645 + fn FindElementEx(&self,arentElement: i64, Value: &dyn Any) -> i64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8652:48 [INFO] [stdout] | [INFO] [stdout] 8652 | fn GetNsValue(&self,Element: i64, nsName: &Any) -> String; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8652 - fn GetNsValue(&self,Element: i64, nsName: &Any) -> String; [INFO] [stdout] 8652 + fn GetNsValue(&self,Element: i64, nsName: &dyn Any) -> String; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8653:52 [INFO] [stdout] | [INFO] [stdout] 8653 | fn FindAttribute(&self,Element: i64, In_Name: &Any) -> i64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8653 - fn FindAttribute(&self,Element: i64, In_Name: &Any) -> i64; [INFO] [stdout] 8653 + fn FindAttribute(&self,Element: i64, In_Name: &dyn Any) -> i64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8662:42 [INFO] [stdout] | [INFO] [stdout] 8662 | fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8662 - fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &Any); [INFO] [stdout] 8662 + fn SetDeclaration(&self,In_Version: &dyn Any, In_Encoding: &Any, In_Standalone: &Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8662:61 [INFO] [stdout] | [INFO] [stdout] 8662 | fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8662 - fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &Any); [INFO] [stdout] 8662 + fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &dyn Any, In_Standalone: &Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8662:82 [INFO] [stdout] | [INFO] [stdout] 8662 | fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8662 - fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &Any); [INFO] [stdout] 8662 + fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &dyn Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8664:79 [INFO] [stdout] | [INFO] [stdout] 8664 | fn InsertElementBefore(&self,ParentElement: i64, Element: i64, In_Value: &Any) -> i64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8664 - fn InsertElementBefore(&self,ParentElement: i64, Element: i64, In_Value: &Any) -> i64; [INFO] [stdout] 8664 + fn InsertElementBefore(&self,ParentElement: i64, Element: i64, In_Value: &dyn Any) -> i64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8665:78 [INFO] [stdout] | [INFO] [stdout] 8665 | fn InsertElementAfter(&self,ParentElement: i64, Element: i64, In_Value: &Any) -> i64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8665 - fn InsertElementAfter(&self,ParentElement: i64, Element: i64, In_Value: &Any) -> i64; [INFO] [stdout] 8665 + fn InsertElementAfter(&self,ParentElement: i64, Element: i64, In_Value: &dyn Any) -> i64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8667:50 [INFO] [stdout] | [INFO] [stdout] 8667 | fn SetElement(&self,Element: i64, In_Value: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8667 - fn SetElement(&self,Element: i64, In_Value: &Any); [INFO] [stdout] 8667 + fn SetElement(&self,Element: i64, In_Value: &dyn Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8668:42 [INFO] [stdout] | [INFO] [stdout] 8668 | fn SetNs(&self,Element: i64, nsName:&Any, nsValue: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8668 - fn SetNs(&self,Element: i64, nsName:&Any, nsValue: &Any); [INFO] [stdout] 8668 + fn SetNs(&self,Element: i64, nsName:&dyn Any, nsValue: &Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8668:57 [INFO] [stdout] | [INFO] [stdout] 8668 | fn SetNs(&self,Element: i64, nsName:&Any, nsValue: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8668 - fn SetNs(&self,Element: i64, nsName:&Any, nsValue: &Any); [INFO] [stdout] 8668 + fn SetNs(&self,Element: i64, nsName:&Any, nsValue: &dyn Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8669:73 [INFO] [stdout] | [INFO] [stdout] 8669 | fn InsertTextBefore(&self,ParentElement: i64, Text: i64, In_Value: &Any, CDataFlag: bool) ->i64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8669 - fn InsertTextBefore(&self,ParentElement: i64, Text: i64, In_Value: &Any, CDataFlag: bool) ->i64; [INFO] [stdout] 8669 + fn InsertTextBefore(&self,ParentElement: i64, Text: i64, In_Value: &dyn Any, CDataFlag: bool) ->i64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8670:72 [INFO] [stdout] | [INFO] [stdout] 8670 | fn InsertTextAfter(&self,ParentElement: i64, Text: i64, In_Value: &Any, CDataFlag: bool) -> i64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8670 - fn InsertTextAfter(&self,ParentElement: i64, Text: i64, In_Value: &Any, CDataFlag: bool) -> i64; [INFO] [stdout] 8670 + fn InsertTextAfter(&self,ParentElement: i64, Text: i64, In_Value: &dyn Any, CDataFlag: bool) -> i64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8672:44 [INFO] [stdout] | [INFO] [stdout] 8672 | fn SetText(&self,Text: i64, In_Value: &Any, CDataFlag: bool); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8672 - fn SetText(&self,Text: i64, In_Value: &Any, CDataFlag: bool); [INFO] [stdout] 8672 + fn SetText(&self,Text: i64, In_Value: &dyn Any, CDataFlag: bool); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8673:79 [INFO] [stdout] | [INFO] [stdout] 8673 | fn InsertCommentBefore(&self,ParentElement: i64, Comment: i64, In_Value: &Any) -> i64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8673 - fn InsertCommentBefore(&self,ParentElement: i64, Comment: i64, In_Value: &Any) -> i64; [INFO] [stdout] 8673 + fn InsertCommentBefore(&self,ParentElement: i64, Comment: i64, In_Value: &dyn Any) -> i64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8674:78 [INFO] [stdout] | [INFO] [stdout] 8674 | fn InsertCommentAfter(&self,ParentElement: i64, Comment: i64, In_Value: &Any) -> i64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8674 - fn InsertCommentAfter(&self,ParentElement: i64, Comment: i64, In_Value: &Any) -> i64; [INFO] [stdout] 8674 + fn InsertCommentAfter(&self,ParentElement: i64, Comment: i64, In_Value: &dyn Any) -> i64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8676:50 [INFO] [stdout] | [INFO] [stdout] 8676 | fn SetComment(&self,Comment: i64, In_Value: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8676 - fn SetComment(&self,Comment: i64, In_Value: &Any); [INFO] [stdout] 8676 + fn SetComment(&self,Comment: i64, In_Value: &dyn Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8677:51 [INFO] [stdout] | [INFO] [stdout] 8677 | fn SetAttribute(&self,Element: i64, In_Name: &Any, In_Value: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8677 - fn SetAttribute(&self,Element: i64, In_Name: &Any, In_Value: &Any); [INFO] [stdout] 8677 + fn SetAttribute(&self,Element: i64, In_Name: &dyn Any, In_Value: &Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8677:67 [INFO] [stdout] | [INFO] [stdout] 8677 | fn SetAttribute(&self,Element: i64, In_Name: &Any, In_Value: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8677 - fn SetAttribute(&self,Element: i64, In_Name: &Any, In_Value: &Any); [INFO] [stdout] 8677 + fn SetAttribute(&self,Element: i64, In_Name: &Any, In_Value: &dyn Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8678:54 [INFO] [stdout] | [INFO] [stdout] 8678 | fn RemoveAttribute(&self,Element: i64, In_Name: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8678 - fn RemoveAttribute(&self,Element: i64, In_Name: &Any); [INFO] [stdout] 8678 + fn RemoveAttribute(&self,Element: i64, In_Name: &dyn Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10670:26 [INFO] [stdout] | [INFO] [stdout] 10670 | fn Get(&self,InVar: &Any) -> STARRESULT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10670 - fn Get(&self,InVar: &Any) -> STARRESULT; [INFO] [stdout] 10670 + fn Get(&self,InVar: &dyn Any) -> STARRESULT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10671:30 [INFO] [stdout] | [INFO] [stdout] 10671 | fn GetBool(&self,InVar: &Any) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10671 - fn GetBool(&self,InVar: &Any) -> bool; [INFO] [stdout] 10671 + fn GetBool(&self,InVar: &dyn Any) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10672:29 [INFO] [stdout] | [INFO] [stdout] 10672 | fn GetInt(&self,InVar: &Any) -> i32; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10672 - fn GetInt(&self,InVar: &Any) -> i32; [INFO] [stdout] 10672 + fn GetInt(&self,InVar: &dyn Any) -> i32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10673:31 [INFO] [stdout] | [INFO] [stdout] 10673 | fn GetInt64(&self,InVar: &Any) -> i64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10673 - fn GetInt64(&self,InVar: &Any) -> i64; [INFO] [stdout] 10673 + fn GetInt64(&self,InVar: &dyn Any) -> i64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10674:32 [INFO] [stdout] | [INFO] [stdout] 10674 | fn GetString(&self,InVar: &Any) -> String; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10674 - fn GetString(&self,InVar: &Any) -> String; [INFO] [stdout] 10674 + fn GetString(&self,InVar: &dyn Any) -> String; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10675:32 [INFO] [stdout] | [INFO] [stdout] 10675 | fn GetDouble(&self,InVar: &Any) -> f64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10675 - fn GetDouble(&self,InVar: &Any) -> f64; [INFO] [stdout] 10675 + fn GetDouble(&self,InVar: &dyn Any) -> f64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10676:32 [INFO] [stdout] | [INFO] [stdout] 10676 | fn GetObject(&self,InVar: &Any)->STAROBJECT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10676 - fn GetObject(&self,InVar: &Any)->STAROBJECT; [INFO] [stdout] 10676 + fn GetObject(&self,InVar: &dyn Any)->STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10677:33 [INFO] [stdout] | [INFO] [stdout] 10677 | fn GetParaPkg(&self,InVar: &Any) -> STARPARAPKG; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10677 - fn GetParaPkg(&self,InVar: &Any) -> STARPARAPKG; [INFO] [stdout] 10677 + fn GetParaPkg(&self,InVar: &dyn Any) -> STARPARAPKG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10678:32 [INFO] [stdout] | [INFO] [stdout] 10678 | fn GetBinBuf(&self,InVar: &Any) -> STARBINBUF; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10678 - fn GetBinBuf(&self,InVar: &Any) -> STARBINBUF; [INFO] [stdout] 10678 + fn GetBinBuf(&self,InVar: &dyn Any) -> STARBINBUF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10679:25 [INFO] [stdout] | [INFO] [stdout] 10679 | fn Set(&self,Name: &Any, Para: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10679 - fn Set(&self,Name: &Any, Para: &Any); [INFO] [stdout] 10679 + fn Set(&self,Name: &dyn Any, Para: &Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10679:37 [INFO] [stdout] | [INFO] [stdout] 10679 | fn Set(&self,Name: &Any, Para: &Any); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10679 - fn Set(&self,Name: &Any, Para: &Any); [INFO] [stdout] 10679 + fn Set(&self,Name: &Any, Para: &dyn Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10680:30 [INFO] [stdout] | [INFO] [stdout] 10680 | fn Call(&self,FuncName: &Any, Args: &[&Any]) -> STARRESULT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10680 - fn Call(&self,FuncName: &Any, Args: &[&Any]) -> STARRESULT; [INFO] [stdout] 10680 + fn Call(&self,FuncName: &dyn Any, Args: &[&Any]) -> STARRESULT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10680:44 [INFO] [stdout] | [INFO] [stdout] 10680 | fn Call(&self,FuncName: &Any, Args: &[&Any]) -> STARRESULT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10680 - fn Call(&self,FuncName: &Any, Args: &[&Any]) -> STARRESULT; [INFO] [stdout] 10680 + fn Call(&self,FuncName: &Any, Args: &[&dyn Any]) -> STARRESULT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10681:34 [INFO] [stdout] | [INFO] [stdout] 10681 | fn CallBool(&self,FuncName: &Any, Args: &[&Any]) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10681 - fn CallBool(&self,FuncName: &Any, Args: &[&Any]) -> bool; [INFO] [stdout] 10681 + fn CallBool(&self,FuncName: &dyn Any, Args: &[&Any]) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10681:48 [INFO] [stdout] | [INFO] [stdout] 10681 | fn CallBool(&self,FuncName: &Any, Args: &[&Any]) -> bool; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10681 - fn CallBool(&self,FuncName: &Any, Args: &[&Any]) -> bool; [INFO] [stdout] 10681 + fn CallBool(&self,FuncName: &Any, Args: &[&dyn Any]) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10682:33 [INFO] [stdout] | [INFO] [stdout] 10682 | fn CallInt(&self,FuncName: &Any, Args: &[&Any]) -> i32; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10682 - fn CallInt(&self,FuncName: &Any, Args: &[&Any]) -> i32; [INFO] [stdout] 10682 + fn CallInt(&self,FuncName: &dyn Any, Args: &[&Any]) -> i32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10682:47 [INFO] [stdout] | [INFO] [stdout] 10682 | fn CallInt(&self,FuncName: &Any, Args: &[&Any]) -> i32; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10682 - fn CallInt(&self,FuncName: &Any, Args: &[&Any]) -> i32; [INFO] [stdout] 10682 + fn CallInt(&self,FuncName: &Any, Args: &[&dyn Any]) -> i32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10683:35 [INFO] [stdout] | [INFO] [stdout] 10683 | fn CallInt64(&self,FuncName: &Any, Args: &[&Any]) -> i64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10683 - fn CallInt64(&self,FuncName: &Any, Args: &[&Any]) -> i64; [INFO] [stdout] 10683 + fn CallInt64(&self,FuncName: &dyn Any, Args: &[&Any]) -> i64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10683:49 [INFO] [stdout] | [INFO] [stdout] 10683 | fn CallInt64(&self,FuncName: &Any, Args: &[&Any]) -> i64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10683 - fn CallInt64(&self,FuncName: &Any, Args: &[&Any]) -> i64; [INFO] [stdout] 10683 + fn CallInt64(&self,FuncName: &Any, Args: &[&dyn Any]) -> i64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10684:36 [INFO] [stdout] | [INFO] [stdout] 10684 | fn CallString(&self,FuncName: &Any, Args: &[&Any]) ->String; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10684 - fn CallString(&self,FuncName: &Any, Args: &[&Any]) ->String; [INFO] [stdout] 10684 + fn CallString(&self,FuncName: &dyn Any, Args: &[&Any]) ->String; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10684:50 [INFO] [stdout] | [INFO] [stdout] 10684 | fn CallString(&self,FuncName: &Any, Args: &[&Any]) ->String; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10684 - fn CallString(&self,FuncName: &Any, Args: &[&Any]) ->String; [INFO] [stdout] 10684 + fn CallString(&self,FuncName: &Any, Args: &[&dyn Any]) ->String; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10685:36 [INFO] [stdout] | [INFO] [stdout] 10685 | fn CallDouble(&self,FuncName: &Any, Args: &[&Any]) ->f64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10685 - fn CallDouble(&self,FuncName: &Any, Args: &[&Any]) ->f64; [INFO] [stdout] 10685 + fn CallDouble(&self,FuncName: &dyn Any, Args: &[&Any]) ->f64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10685:50 [INFO] [stdout] | [INFO] [stdout] 10685 | fn CallDouble(&self,FuncName: &Any, Args: &[&Any]) ->f64; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10685 - fn CallDouble(&self,FuncName: &Any, Args: &[&Any]) ->f64; [INFO] [stdout] 10685 + fn CallDouble(&self,FuncName: &Any, Args: &[&dyn Any]) ->f64; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10686:36 [INFO] [stdout] | [INFO] [stdout] 10686 | fn CallObject(&self,FuncName: &Any, Args: &[&Any]) ->STAROBJECT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10686 - fn CallObject(&self,FuncName: &Any, Args: &[&Any]) ->STAROBJECT; [INFO] [stdout] 10686 + fn CallObject(&self,FuncName: &dyn Any, Args: &[&Any]) ->STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10686:50 [INFO] [stdout] | [INFO] [stdout] 10686 | fn CallObject(&self,FuncName: &Any, Args: &[&Any]) ->STAROBJECT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10686 - fn CallObject(&self,FuncName: &Any, Args: &[&Any]) ->STAROBJECT; [INFO] [stdout] 10686 + fn CallObject(&self,FuncName: &Any, Args: &[&dyn Any]) ->STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10687:37 [INFO] [stdout] | [INFO] [stdout] 10687 | fn CallParaPkg(&self,FuncName: &Any, Args: &[&Any]) ->STARPARAPKG; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10687 - fn CallParaPkg(&self,FuncName: &Any, Args: &[&Any]) ->STARPARAPKG; [INFO] [stdout] 10687 + fn CallParaPkg(&self,FuncName: &dyn Any, Args: &[&Any]) ->STARPARAPKG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10687:51 [INFO] [stdout] | [INFO] [stdout] 10687 | fn CallParaPkg(&self,FuncName: &Any, Args: &[&Any]) ->STARPARAPKG; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10687 - fn CallParaPkg(&self,FuncName: &Any, Args: &[&Any]) ->STARPARAPKG; [INFO] [stdout] 10687 + fn CallParaPkg(&self,FuncName: &Any, Args: &[&dyn Any]) ->STARPARAPKG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10688:36 [INFO] [stdout] | [INFO] [stdout] 10688 | fn CallBinBuf(&self,FuncName: &Any, Args: &[&Any]) ->STARBINBUF; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10688 - fn CallBinBuf(&self,FuncName: &Any, Args: &[&Any]) ->STARBINBUF; [INFO] [stdout] 10688 + fn CallBinBuf(&self,FuncName: &dyn Any, Args: &[&Any]) ->STARBINBUF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10688:50 [INFO] [stdout] | [INFO] [stdout] 10688 | fn CallBinBuf(&self,FuncName: &Any, Args: &[&Any]) ->STARBINBUF; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10688 - fn CallBinBuf(&self,FuncName: &Any, Args: &[&Any]) ->STARBINBUF; [INFO] [stdout] 10688 + fn CallBinBuf(&self,FuncName: &Any, Args: &[&dyn Any]) ->STARBINBUF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10689:39 [INFO] [stdout] | [INFO] [stdout] 10689 | fn Call_Internal(&self,FuncName: &Any, Args: &[&Any]) ->STARRESULT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10689 - fn Call_Internal(&self,FuncName: &Any, Args: &[&Any]) ->STARRESULT; [INFO] [stdout] 10689 + fn Call_Internal(&self,FuncName: &dyn Any, Args: &[&Any]) ->STARRESULT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10689:53 [INFO] [stdout] | [INFO] [stdout] 10689 | fn Call_Internal(&self,FuncName: &Any, Args: &[&Any]) ->STARRESULT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10689 - fn Call_Internal(&self,FuncName: &Any, Args: &[&Any]) ->STARRESULT; [INFO] [stdout] 10689 + fn Call_Internal(&self,FuncName: &Any, Args: &[&dyn Any]) ->STARRESULT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10690:27 [INFO] [stdout] | [INFO] [stdout] 10690 | fn New(&self,args: &[&Any]) -> STAROBJECT; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10690 - fn New(&self,args: &[&Any]) -> STAROBJECT; [INFO] [stdout] 10690 + fn New(&self,args: &[&dyn Any]) -> STAROBJECT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10701:42 [INFO] [stdout] | [INFO] [stdout] 10701 | fn RegScriptProc_P(&self,ScriptName:&Any, CallBackProc:fn(CleGroup:&STARSRVGROUP,CleService:&STARSERVICE,CleObject:&STAROBJECT,Paras:... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10701 - fn RegScriptProc_P(&self,ScriptName:&Any, CallBackProc:fn(CleGroup:&STARSRVGROUP,CleService:&STARSERVICE,CleObject:&STAROBJECT,Paras: &[STARRESULT]) -> STARRESULT); [INFO] [stdout] 10701 + fn RegScriptProc_P(&self,ScriptName:&dyn Any, CallBackProc:fn(CleGroup:&STARSRVGROUP,CleService:&STARSERVICE,CleObject:&STAROBJECT,Paras: &[STARRESULT]) -> STARRESULT); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5706:45 [INFO] [stdout] | [INFO] [stdout] 5706 | fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgS... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5706 - fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE [INFO] [stdout] 5706 + fn CreateService(&self,In_ServicePath: &dyn Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5706:67 [INFO] [stdout] | [INFO] [stdout] 5706 | fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgS... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5706 - fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE [INFO] [stdout] 5706 + fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &dyn Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5706:86 [INFO] [stdout] | [INFO] [stdout] 5706 | fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgS... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5706 - fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE [INFO] [stdout] 5706 + fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &dyn Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5706:227 [INFO] [stdout] | [INFO] [stdout] 5706 | ...e: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5706 - fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &Any) -> STARSERVICE [INFO] [stdout] 5706 + fn CreateService(&self,In_ServicePath: &Any, In_ServiceName: &Any, In_RootPass: &Any, FrameInterval: i32, NetPkgSize: i32, UploadPkgSize: i32, DownloadPkgSize: i32, DataUpPkgSize: i32, DataDownPkgSize: i32, In_ServiceID: &dyn Any) -> STARSERVICE [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5744:36 [INFO] [stdout] | [INFO] [stdout] 5744 | fn GetService(&self,username: &Any, userpassword: &Any) -> STARSERVICE [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5744 - fn GetService(&self,username: &Any, userpassword: &Any) -> STARSERVICE [INFO] [stdout] 5744 + fn GetService(&self,username: &dyn Any, userpassword: &Any) -> STARSERVICE [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5744:56 [INFO] [stdout] | [INFO] [stdout] 5744 | fn GetService(&self,username: &Any, userpassword: &Any) -> STARSERVICE [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5744 - fn GetService(&self,username: &Any, userpassword: &Any) -> STARSERVICE [INFO] [stdout] 5744 + fn GetService(&self,username: &Any, userpassword: &dyn Any) -> STARSERVICE [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5797:34 [INFO] [stdout] | [INFO] [stdout] 5797 | fn NewParaPkg(&self,args: &[&Any]) -> STARPARAPKG [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5797 - fn NewParaPkg(&self,args: &[&Any]) -> STARPARAPKG [INFO] [stdout] 5797 + fn NewParaPkg(&self,args: &[&dyn Any]) -> STARPARAPKG [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5824:35 [INFO] [stdout] | [INFO] [stdout] 5824 | fn NewParaDict(&self,args: &[&Any]) -> STARPARAPKG [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5824 - fn NewParaDict(&self,args: &[&Any]) -> STARPARAPKG [INFO] [stdout] 5824 + fn NewParaDict(&self,args: &[&dyn Any]) -> STARPARAPKG [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5861:28 [INFO] [stdout] | [INFO] [stdout] 5861 | fn IsObject(&self,Arg:&Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5861 - fn IsObject(&self,Arg:&Any) -> bool { [INFO] [stdout] 5861 + fn IsObject(&self,Arg:&dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5870:29 [INFO] [stdout] | [INFO] [stdout] 5870 | fn IsParaPkg(&self,Arg:&Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5870 - fn IsParaPkg(&self,Arg:&Any) -> bool { [INFO] [stdout] 5870 + fn IsParaPkg(&self,Arg:&dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5879:28 [INFO] [stdout] | [INFO] [stdout] 5879 | fn IsBinBuf(&self,Arg:&Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5879 - fn IsBinBuf(&self,Arg:&Any) -> bool { [INFO] [stdout] 5879 + fn IsBinBuf(&self,Arg:&dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5888:26 [INFO] [stdout] | [INFO] [stdout] 5888 | fn IsSXml(&self,Arg:&Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5888 - fn IsSXml(&self,Arg:&Any) -> bool { [INFO] [stdout] 5888 + fn IsSXml(&self,Arg:&dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5914:36 [INFO] [stdout] | [INFO] [stdout] 5914 | fn SetServicePath(&self,Args: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5914 - fn SetServicePath(&self,Args: &Any) { [INFO] [stdout] 5914 + fn SetServicePath(&self,Args: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5957:45 [INFO] [stdout] | [INFO] [stdout] 5957 | fn ImportService(&self,In_ServiceName: &Any, LoadRunModule: bool) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5957 - fn ImportService(&self,In_ServiceName: &Any, LoadRunModule: bool) -> bool { [INFO] [stdout] 5957 + fn ImportService(&self,In_ServiceName: &dyn Any, LoadRunModule: bool) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5990:45 [INFO] [stdout] | [INFO] [stdout] 5990 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5990 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool { [INFO] [stdout] 5990 + fn RunScript(&self,In_ScriptInterface: &dyn Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5990:65 [INFO] [stdout] | [INFO] [stdout] 5990 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5990 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool { [INFO] [stdout] 5990 + fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &dyn Any, In_Name: &Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5990:80 [INFO] [stdout] | [INFO] [stdout] 5990 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5990 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any) -> bool { [INFO] [stdout] 5990 + fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6012:47 [INFO] [stdout] | [INFO] [stdout] 6012 | fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6012 - fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any) -> bool { [INFO] [stdout] 6012 + fn RunScriptEx(&self,In_ScriptInterface: &dyn Any, BinBuf: &STARBINBUF, In_Name: &Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6012:83 [INFO] [stdout] | [INFO] [stdout] 6012 | fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6012 - fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any) -> bool { [INFO] [stdout] 6012 + fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6038:42 [INFO] [stdout] | [INFO] [stdout] 6038 | fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6038 - fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any) -> bool { [INFO] [stdout] 6038 + fn DoFile(&self,In_ScriptInterface: &dyn Any, In_FileName: &Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6038:61 [INFO] [stdout] | [INFO] [stdout] 6038 | fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6038 - fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any) -> bool { [INFO] [stdout] 6038 + fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6042:44 [INFO] [stdout] | [INFO] [stdout] 6042 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6042 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &Any) -> bool { [INFO] [stdout] 6042 + fn DoFileEx(&self,In_ScriptInterface: &dyn Any, In_FileName: &Any, In_ModuleName: &Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6042:63 [INFO] [stdout] | [INFO] [stdout] 6042 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6042 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &Any) -> bool { [INFO] [stdout] 6042 + fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &dyn Any, In_ModuleName: &Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6042:84 [INFO] [stdout] | [INFO] [stdout] 6042 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6042 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &Any) -> bool { [INFO] [stdout] 6042 + fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_ModuleName: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6064:41 [INFO] [stdout] | [INFO] [stdout] 6064 | fn SetClientPort(&self,LInterface: &Any, Portnumber: isize) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6064 - fn SetClientPort(&self,LInterface: &Any, Portnumber: isize) -> bool { [INFO] [stdout] 6064 + fn SetClientPort(&self,LInterface: &dyn Any, Portnumber: isize) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6097:35 [INFO] [stdout] | [INFO] [stdout] 6097 | fn SetOutputPort(&self,Host: &Any, Portnumber: isize) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6097 - fn SetOutputPort(&self,Host: &Any, Portnumber: isize) -> bool { [INFO] [stdout] 6097 + fn SetOutputPort(&self,Host: &dyn Any, Portnumber: isize) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6115:41 [INFO] [stdout] | [INFO] [stdout] 6115 | fn SetWebServerPort(&self,In_Host: &Any, Portnumber: isize, ConnectionNumber: isize, PostSize: isize) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6115 - fn SetWebServerPort(&self,In_Host: &Any, Portnumber: isize, ConnectionNumber: isize, PostSize: isize) -> bool { [INFO] [stdout] 6115 + fn SetWebServerPort(&self,In_Host: &dyn Any, Portnumber: isize, ConnectionNumber: isize, PostSize: isize) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6133:40 [INFO] [stdout] | [INFO] [stdout] 6133 | fn InitRaw(&self,ScriptInterface: &Any, Service: &STARSERVICE) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6133 - fn InitRaw(&self,ScriptInterface: &Any, Service: &STARSERVICE) -> bool { [INFO] [stdout] 6133 + fn InitRaw(&self,ScriptInterface: &dyn Any, Service: &STARSERVICE) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6156:46 [INFO] [stdout] | [INFO] [stdout] 6156 | fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6156 - fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] 6156 + fn LoadRawModule(&self,ScriptInterface: &dyn Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6156:64 [INFO] [stdout] | [INFO] [stdout] 6156 | fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6156 - fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] 6156 + fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &dyn Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6156:84 [INFO] [stdout] | [INFO] [stdout] 6156 | fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6156 - fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] 6156 + fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &dyn Any, IsString: bool) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6314:54 [INFO] [stdout] | [INFO] [stdout] 6314 | fn ActiveScriptInterface(&self,ScriptInterface: &Any) ->(bool,bool) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6314 - fn ActiveScriptInterface(&self,ScriptInterface: &Any) ->(bool,bool) { [INFO] [stdout] 6314 + fn ActiveScriptInterface(&self,ScriptInterface: &dyn Any) ->(bool,bool) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6343:43 [INFO] [stdout] | [INFO] [stdout] 6343 | fn PreCompile(&self,ScriptInterface: &Any, ScriptBuf: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6343 - fn PreCompile(&self,ScriptInterface: &Any, ScriptBuf: &Any) -> (bool,String) { [INFO] [stdout] 6343 + fn PreCompile(&self,ScriptInterface: &dyn Any, ScriptBuf: &Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6343:60 [INFO] [stdout] | [INFO] [stdout] 6343 | fn PreCompile(&self,ScriptInterface: &Any, ScriptBuf: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6343 - fn PreCompile(&self,ScriptInterface: &Any, ScriptBuf: &Any) -> (bool,String) { [INFO] [stdout] 6343 + fn PreCompile(&self,ScriptInterface: &Any, ScriptBuf: &dyn Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6429:25 [INFO] [stdout] | [INFO] [stdout] 6429 | fn Get(&self,Name: &Any) -> STARRESULT{ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6429 - fn Get(&self,Name: &Any) -> STARRESULT{ [INFO] [stdout] 6429 + fn Get(&self,Name: &dyn Any) -> STARRESULT{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6460:37 [INFO] [stdout] | [INFO] [stdout] 6460 | fn GetObject(&self,ObjectName: &Any) -> STAROBJECT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6460 - fn GetObject(&self,ObjectName: &Any) -> STAROBJECT { [INFO] [stdout] 6460 + fn GetObject(&self,ObjectName: &dyn Any) -> STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6485:37 [INFO] [stdout] | [INFO] [stdout] 6485 | fn GetObjectEx(&self,ObjectID: &Any) -> STAROBJECT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6485 - fn GetObjectEx(&self,ObjectID: &Any) -> STAROBJECT { [INFO] [stdout] 6485 + fn GetObjectEx(&self,ObjectID: &dyn Any) -> STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6512:27 [INFO] [stdout] | [INFO] [stdout] 6512 | fn New(&self,args: &[&Any]) -> STAROBJECT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6512 - fn New(&self,args: &[&Any]) -> STAROBJECT { [INFO] [stdout] 6512 + fn New(&self,args: &[&dyn Any]) -> STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6662:45 [INFO] [stdout] | [INFO] [stdout] 6662 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6662 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] 6662 + fn RunScript(&self,In_ScriptInterface: &dyn Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6662:65 [INFO] [stdout] | [INFO] [stdout] 6662 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6662 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] 6662 + fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &dyn Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6662:80 [INFO] [stdout] | [INFO] [stdout] 6662 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6662 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] 6662 + fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &dyn Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6662:104 [INFO] [stdout] | [INFO] [stdout] 6662 | fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6662 - fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] 6662 + fn RunScript(&self,In_ScriptInterface: &Any, In_ScriptBuf: &Any, In_Name: &Any, In_WorkDirectory: &dyn Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6702:47 [INFO] [stdout] | [INFO] [stdout] 6702 | fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6702 - fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] 6702 + fn RunScriptEx(&self,In_ScriptInterface: &dyn Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6702:83 [INFO] [stdout] | [INFO] [stdout] 6702 | fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6702 - fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] 6702 + fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &dyn Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6702:107 [INFO] [stdout] | [INFO] [stdout] 6702 | fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6702 - fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] 6702 + fn RunScriptEx(&self,In_ScriptInterface: &Any, BinBuf: &STARBINBUF, In_Name: &Any, In_WorkDirectory: &dyn Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6744:42 [INFO] [stdout] | [INFO] [stdout] 6744 | fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6744 - fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] 6744 + fn DoFile(&self,In_ScriptInterface: &dyn Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6744:61 [INFO] [stdout] | [INFO] [stdout] 6744 | fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6744 - fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] 6744 + fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &dyn Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6744:85 [INFO] [stdout] | [INFO] [stdout] 6744 | fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6744 - fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any) -> (bool,String) { [INFO] [stdout] 6744 + fn DoFile(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &dyn Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6748:44 [INFO] [stdout] | [INFO] [stdout] 6748 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6748 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String) { [INFO] [stdout] 6748 + fn DoFileEx(&self,In_ScriptInterface: &dyn Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6748:63 [INFO] [stdout] | [INFO] [stdout] 6748 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6748 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String) { [INFO] [stdout] 6748 + fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &dyn Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6748:87 [INFO] [stdout] | [INFO] [stdout] 6748 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6748 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String) { [INFO] [stdout] 6748 + fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &dyn Any, In_ModuleName: &Any)-> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6748:108 [INFO] [stdout] | [INFO] [stdout] 6748 | fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6748 - fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &Any)-> (bool,String) { [INFO] [stdout] 6748 + fn DoFileEx(&self,In_ScriptInterface: &Any, In_FileName: &Any, In_WorkDirectory: &Any, In_ModuleName: &dyn Any)-> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6822:46 [INFO] [stdout] | [INFO] [stdout] 6822 | fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6822 - fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] 6822 + fn LoadRawModule(&self,ScriptInterface: &dyn Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6822:64 [INFO] [stdout] | [INFO] [stdout] 6822 | fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6822 - fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] 6822 + fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &dyn Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6822:84 [INFO] [stdout] | [INFO] [stdout] 6822 | fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6822 - fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &Any, IsString: bool) -> bool { [INFO] [stdout] 6822 + fn LoadRawModule(&self,ScriptInterface: &Any, ModuleName: &Any, FileOrString: &dyn Any, IsString: bool) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6848:44 [INFO] [stdout] | [INFO] [stdout] 6848 | fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STA... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6848 - fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STAROBJECT { [INFO] [stdout] 6848 + fn NewRawProxy(&self,ScriptInterface: &dyn Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6848:93 [INFO] [stdout] | [INFO] [stdout] 6848 | fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STA... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6848 - fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STAROBJECT { [INFO] [stdout] 6848 + fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &dyn Any, ProyInfo: &Any, ProxyType: isize) -> STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6848:109 [INFO] [stdout] | [INFO] [stdout] 6848 | fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STA... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6848 - fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &Any, ProxyType: isize) -> STAROBJECT { [INFO] [stdout] 6848 + fn NewRawProxy(&self,ScriptInterface: &Any, AttachObject: &STAROBJECT, AttachFunction: &Any, ProyInfo: &dyn Any, ProxyType: isize) -> STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6883:49 [INFO] [stdout] | [INFO] [stdout] 6883 | fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6883 - fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT { [INFO] [stdout] 6883 + fn ImportRawContext(&self,ScriptInterface: &dyn Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6883:68 [INFO] [stdout] | [INFO] [stdout] 6883 | fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6883 - fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT { [INFO] [stdout] 6883 + fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &dyn Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6883:102 [INFO] [stdout] | [INFO] [stdout] 6883 | fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6883 - fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &Any) -> STAROBJECT { [INFO] [stdout] 6883 + fn ImportRawContext(&self,ScriptInterface: &Any, ContextName: &Any, IsClass: bool, ContextInfo: &dyn Any) -> STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:7661:47 [INFO] [stdout] | [INFO] [stdout] 7661 | fn Set<'a>(&'a self,Index: isize, Value: &Any) -> &'a STARPARAPKG { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7661 - fn Set<'a>(&'a self,Index: isize, Value: &Any) -> &'a STARPARAPKG { [INFO] [stdout] 7661 + fn Set<'a>(&'a self,Index: isize, Value: &dyn Any) -> &'a STARPARAPKG { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:7713:37 [INFO] [stdout] | [INFO] [stdout] 7713 | fn Build<'a>(&'a self,tuple: &[&Any]) -> &'a STARPARAPKG { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7713 - fn Build<'a>(&'a self,tuple: &[&Any]) -> &'a STARPARAPKG { [INFO] [stdout] 7713 + fn Build<'a>(&'a self,tuple: &[&dyn Any]) -> &'a STARPARAPKG { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:7834:29 [INFO] [stdout] | [INFO] [stdout] 7834 | fn FromJSon(&self,Buf: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7834 - fn FromJSon(&self,Buf: &Any) -> bool { [INFO] [stdout] 7834 + fn FromJSon(&self,Buf: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8447:39 [INFO] [stdout] | [INFO] [stdout] 8447 | fn SaveToFile(&self,In_FileName: &Any, TxtFileFlag: bool) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8447 - fn SaveToFile(&self,In_FileName: &Any, TxtFileFlag: bool) -> bool { [INFO] [stdout] 8447 + fn SaveToFile(&self,In_FileName: &dyn Any, TxtFileFlag: bool) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8485:41 [INFO] [stdout] | [INFO] [stdout] 8485 | fn LoadFromFile(&self,In_FileName: &Any, TxtFileFlag: bool) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8485 - fn LoadFromFile(&self,In_FileName: &Any, TxtFileFlag: bool) -> bool { [INFO] [stdout] 8485 + fn LoadFromFile(&self,In_FileName: &dyn Any, TxtFileFlag: bool) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8707:41 [INFO] [stdout] | [INFO] [stdout] 8707 | fn LoadFromFile(&self,In_FileName: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8707 - fn LoadFromFile(&self,In_FileName: &Any) -> (bool,String) { [INFO] [stdout] 8707 + fn LoadFromFile(&self,In_FileName: &dyn Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8773:37 [INFO] [stdout] | [INFO] [stdout] 8773 | fn LoadFromBufEx(&self,UtfArg: &Any) -> (bool,String) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8773 - fn LoadFromBufEx(&self,UtfArg: &Any) -> (bool,String) { [INFO] [stdout] 8773 + fn LoadFromBufEx(&self,UtfArg: &dyn Any) -> (bool,String) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8804:39 [INFO] [stdout] | [INFO] [stdout] 8804 | fn SaveToFile(&self,In_FileName: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8804 - fn SaveToFile(&self,In_FileName: &Any) -> bool { [INFO] [stdout] 8804 + fn SaveToFile(&self,In_FileName: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8917:34 [INFO] [stdout] | [INFO] [stdout] 8917 | fn FindElement(&self,Value: &Any) -> i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8917 - fn FindElement(&self,Value: &Any) -> i64 { [INFO] [stdout] 8917 + fn FindElement(&self,Value: &dyn Any) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:8942:56 [INFO] [stdout] | [INFO] [stdout] 8942 | fn FindElementEx(&self,ParentElement: i64, Value: &Any) -> i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8942 - fn FindElementEx(&self,ParentElement: i64, Value: &Any) -> i64 { [INFO] [stdout] 8942 + fn FindElementEx(&self,ParentElement: i64, Value: &dyn Any) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9108:48 [INFO] [stdout] | [INFO] [stdout] 9108 | fn GetNsValue(&self,Element: i64, nsName: &Any) -> String { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9108 - fn GetNsValue(&self,Element: i64, nsName: &Any) -> String { [INFO] [stdout] 9108 + fn GetNsValue(&self,Element: i64, nsName: &dyn Any) -> String { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9133:52 [INFO] [stdout] | [INFO] [stdout] 9133 | fn FindAttribute(&self,Element: i64, In_Name: &Any) -> i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9133 - fn FindAttribute(&self,Element: i64, In_Name: &Any) -> i64 { [INFO] [stdout] 9133 + fn FindAttribute(&self,Element: i64, In_Name: &dyn Any) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9342:42 [INFO] [stdout] | [INFO] [stdout] 9342 | fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9342 - fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &Any) { [INFO] [stdout] 9342 + fn SetDeclaration(&self,In_Version: &dyn Any, In_Encoding: &Any, In_Standalone: &Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9342:61 [INFO] [stdout] | [INFO] [stdout] 9342 | fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9342 - fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &Any) { [INFO] [stdout] 9342 + fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &dyn Any, In_Standalone: &Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9342:82 [INFO] [stdout] | [INFO] [stdout] 9342 | fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9342 - fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &Any) { [INFO] [stdout] 9342 + fn SetDeclaration(&self,In_Version: &Any, In_Encoding: &Any, In_Standalone: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9386:79 [INFO] [stdout] | [INFO] [stdout] 9386 | fn InsertElementBefore(&self,ParentElement: i64, Element: i64, In_Value: &Any) -> i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9386 - fn InsertElementBefore(&self,ParentElement: i64, Element: i64, In_Value: &Any) -> i64 { [INFO] [stdout] 9386 + fn InsertElementBefore(&self,ParentElement: i64, Element: i64, In_Value: &dyn Any) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9413:78 [INFO] [stdout] | [INFO] [stdout] 9413 | fn InsertElementAfter(&self,ParentElement: i64, Element: i64, In_Value: &Any) -> i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9413 - fn InsertElementAfter(&self,ParentElement: i64, Element: i64, In_Value: &Any) -> i64 { [INFO] [stdout] 9413 + fn InsertElementAfter(&self,ParentElement: i64, Element: i64, In_Value: &dyn Any) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9459:50 [INFO] [stdout] | [INFO] [stdout] 9459 | fn SetElement(&self,Element: i64, In_Value: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9459 - fn SetElement(&self,Element: i64, In_Value: &Any) { [INFO] [stdout] 9459 + fn SetElement(&self,Element: i64, In_Value: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9480:42 [INFO] [stdout] | [INFO] [stdout] 9480 | fn SetNs(&self,Element: i64, nsName:&Any, nsValue: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9480 - fn SetNs(&self,Element: i64, nsName:&Any, nsValue: &Any) { [INFO] [stdout] 9480 + fn SetNs(&self,Element: i64, nsName:&dyn Any, nsValue: &Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9480:57 [INFO] [stdout] | [INFO] [stdout] 9480 | fn SetNs(&self,Element: i64, nsName:&Any, nsValue: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9480 - fn SetNs(&self,Element: i64, nsName:&Any, nsValue: &Any) { [INFO] [stdout] 9480 + fn SetNs(&self,Element: i64, nsName:&Any, nsValue: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9503:73 [INFO] [stdout] | [INFO] [stdout] 9503 | fn InsertTextBefore(&self,ParentElement: i64, Text: i64, In_Value: &Any, CDataFlag: bool) ->i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9503 - fn InsertTextBefore(&self,ParentElement: i64, Text: i64, In_Value: &Any, CDataFlag: bool) ->i64 { [INFO] [stdout] 9503 + fn InsertTextBefore(&self,ParentElement: i64, Text: i64, In_Value: &dyn Any, CDataFlag: bool) ->i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9528:72 [INFO] [stdout] | [INFO] [stdout] 9528 | fn InsertTextAfter(&self,ParentElement: i64, Text: i64, In_Value: &Any, CDataFlag: bool) -> i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9528 - fn InsertTextAfter(&self,ParentElement: i64, Text: i64, In_Value: &Any, CDataFlag: bool) -> i64 { [INFO] [stdout] 9528 + fn InsertTextAfter(&self,ParentElement: i64, Text: i64, In_Value: &dyn Any, CDataFlag: bool) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9572:44 [INFO] [stdout] | [INFO] [stdout] 9572 | fn SetText(&self,Text: i64, In_Value: &Any, CDataFlag: bool) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9572 - fn SetText(&self,Text: i64, In_Value: &Any, CDataFlag: bool) { [INFO] [stdout] 9572 + fn SetText(&self,Text: i64, In_Value: &dyn Any, CDataFlag: bool) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9593:79 [INFO] [stdout] | [INFO] [stdout] 9593 | fn InsertCommentBefore(&self,ParentElement: i64, Comment: i64, In_Value: &Any) -> i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9593 - fn InsertCommentBefore(&self,ParentElement: i64, Comment: i64, In_Value: &Any) -> i64 { [INFO] [stdout] 9593 + fn InsertCommentBefore(&self,ParentElement: i64, Comment: i64, In_Value: &dyn Any) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9618:78 [INFO] [stdout] | [INFO] [stdout] 9618 | fn InsertCommentAfter(&self,ParentElement: i64, Comment: i64, In_Value: &Any) -> i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9618 - fn InsertCommentAfter(&self,ParentElement: i64, Comment: i64, In_Value: &Any) -> i64 { [INFO] [stdout] 9618 + fn InsertCommentAfter(&self,ParentElement: i64, Comment: i64, In_Value: &dyn Any) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9662:50 [INFO] [stdout] | [INFO] [stdout] 9662 | fn SetComment(&self,Comment: i64, In_Value: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9662 - fn SetComment(&self,Comment: i64, In_Value: &Any) { [INFO] [stdout] 9662 + fn SetComment(&self,Comment: i64, In_Value: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9683:51 [INFO] [stdout] | [INFO] [stdout] 9683 | fn SetAttribute(&self,Element: i64, In_Name: &Any, In_Value: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9683 - fn SetAttribute(&self,Element: i64, In_Name: &Any, In_Value: &Any) { [INFO] [stdout] 9683 + fn SetAttribute(&self,Element: i64, In_Name: &dyn Any, In_Value: &Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9683:67 [INFO] [stdout] | [INFO] [stdout] 9683 | fn SetAttribute(&self,Element: i64, In_Name: &Any, In_Value: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9683 - fn SetAttribute(&self,Element: i64, In_Name: &Any, In_Value: &Any) { [INFO] [stdout] 9683 + fn SetAttribute(&self,Element: i64, In_Name: &Any, In_Value: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9706:54 [INFO] [stdout] | [INFO] [stdout] 9706 | fn RemoveAttribute(&self,Element: i64, In_Name: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9706 - fn RemoveAttribute(&self,Element: i64, In_Name: &Any) { [INFO] [stdout] 9706 + fn RemoveAttribute(&self,Element: i64, In_Name: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10741:26 [INFO] [stdout] | [INFO] [stdout] 10741 | fn Get(&self,InVar: &Any) -> STARRESULT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10741 - fn Get(&self,InVar: &Any) -> STARRESULT { [INFO] [stdout] 10741 + fn Get(&self,InVar: &dyn Any) -> STARRESULT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10876:29 [INFO] [stdout] | [INFO] [stdout] 10876 | fn GetBool(&self,InVar: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10876 - fn GetBool(&self,InVar: &Any) -> bool { [INFO] [stdout] 10876 + fn GetBool(&self,InVar: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10890:29 [INFO] [stdout] | [INFO] [stdout] 10890 | fn GetInt(&self,InVar: &Any) -> i32 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10890 - fn GetInt(&self,InVar: &Any) -> i32 { [INFO] [stdout] 10890 + fn GetInt(&self,InVar: &dyn Any) -> i32 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10900:31 [INFO] [stdout] | [INFO] [stdout] 10900 | fn GetInt64(&self,InVar: &Any) -> i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10900 - fn GetInt64(&self,InVar: &Any) -> i64 { [INFO] [stdout] 10900 + fn GetInt64(&self,InVar: &dyn Any) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10910:32 [INFO] [stdout] | [INFO] [stdout] 10910 | fn GetString(&self,InVar: &Any) -> String { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10910 - fn GetString(&self,InVar: &Any) -> String { [INFO] [stdout] 10910 + fn GetString(&self,InVar: &dyn Any) -> String { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10924:32 [INFO] [stdout] | [INFO] [stdout] 10924 | fn GetDouble(&self,InVar: &Any) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10924 - fn GetDouble(&self,InVar: &Any) -> f64 { [INFO] [stdout] 10924 + fn GetDouble(&self,InVar: &dyn Any) -> f64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10934:32 [INFO] [stdout] | [INFO] [stdout] 10934 | fn GetObject(&self,InVar: &Any)->STAROBJECT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10934 - fn GetObject(&self,InVar: &Any)->STAROBJECT { [INFO] [stdout] 10934 + fn GetObject(&self,InVar: &dyn Any)->STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10948:33 [INFO] [stdout] | [INFO] [stdout] 10948 | fn GetParaPkg(&self,InVar: &Any) -> STARPARAPKG { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10948 - fn GetParaPkg(&self,InVar: &Any) -> STARPARAPKG { [INFO] [stdout] 10948 + fn GetParaPkg(&self,InVar: &dyn Any) -> STARPARAPKG { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10962:32 [INFO] [stdout] | [INFO] [stdout] 10962 | fn GetBinBuf(&self,InVar: &Any) -> STARBINBUF { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10962 - fn GetBinBuf(&self,InVar: &Any) -> STARBINBUF { [INFO] [stdout] 10962 + fn GetBinBuf(&self,InVar: &dyn Any) -> STARBINBUF { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10976:26 [INFO] [stdout] | [INFO] [stdout] 10976 | fn Set(&self,InVar: &Any, Para: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10976 - fn Set(&self,InVar: &Any, Para: &Any) { [INFO] [stdout] 10976 + fn Set(&self,InVar: &dyn Any, Para: &Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10976:38 [INFO] [stdout] | [INFO] [stdout] 10976 | fn Set(&self,InVar: &Any, Para: &Any) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10976 - fn Set(&self,InVar: &Any, Para: &Any) { [INFO] [stdout] 10976 + fn Set(&self,InVar: &Any, Para: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11155:30 [INFO] [stdout] | [INFO] [stdout] 11155 | fn Call(&self,FuncName: &Any, Args: &[&Any]) -> STARRESULT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11155 - fn Call(&self,FuncName: &Any, Args: &[&Any]) -> STARRESULT { [INFO] [stdout] 11155 + fn Call(&self,FuncName: &dyn Any, Args: &[&Any]) -> STARRESULT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11155:44 [INFO] [stdout] | [INFO] [stdout] 11155 | fn Call(&self,FuncName: &Any, Args: &[&Any]) -> STARRESULT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11155 - fn Call(&self,FuncName: &Any, Args: &[&Any]) -> STARRESULT { [INFO] [stdout] 11155 + fn Call(&self,FuncName: &Any, Args: &[&dyn Any]) -> STARRESULT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11159:34 [INFO] [stdout] | [INFO] [stdout] 11159 | fn CallBool(&self,FuncName: &Any, Args: &[&Any]) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11159 - fn CallBool(&self,FuncName: &Any, Args: &[&Any]) -> bool { [INFO] [stdout] 11159 + fn CallBool(&self,FuncName: &dyn Any, Args: &[&Any]) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11159:48 [INFO] [stdout] | [INFO] [stdout] 11159 | fn CallBool(&self,FuncName: &Any, Args: &[&Any]) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11159 - fn CallBool(&self,FuncName: &Any, Args: &[&Any]) -> bool { [INFO] [stdout] 11159 + fn CallBool(&self,FuncName: &Any, Args: &[&dyn Any]) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11173:33 [INFO] [stdout] | [INFO] [stdout] 11173 | fn CallInt(&self,FuncName: &Any, Args: &[&Any]) -> i32 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11173 - fn CallInt(&self,FuncName: &Any, Args: &[&Any]) -> i32 { [INFO] [stdout] 11173 + fn CallInt(&self,FuncName: &dyn Any, Args: &[&Any]) -> i32 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11173:47 [INFO] [stdout] | [INFO] [stdout] 11173 | fn CallInt(&self,FuncName: &Any, Args: &[&Any]) -> i32 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11173 - fn CallInt(&self,FuncName: &Any, Args: &[&Any]) -> i32 { [INFO] [stdout] 11173 + fn CallInt(&self,FuncName: &Any, Args: &[&dyn Any]) -> i32 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11183:35 [INFO] [stdout] | [INFO] [stdout] 11183 | fn CallInt64(&self,FuncName: &Any, Args: &[&Any]) -> i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11183 - fn CallInt64(&self,FuncName: &Any, Args: &[&Any]) -> i64 { [INFO] [stdout] 11183 + fn CallInt64(&self,FuncName: &dyn Any, Args: &[&Any]) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11183:49 [INFO] [stdout] | [INFO] [stdout] 11183 | fn CallInt64(&self,FuncName: &Any, Args: &[&Any]) -> i64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11183 - fn CallInt64(&self,FuncName: &Any, Args: &[&Any]) -> i64 { [INFO] [stdout] 11183 + fn CallInt64(&self,FuncName: &Any, Args: &[&dyn Any]) -> i64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11193:36 [INFO] [stdout] | [INFO] [stdout] 11193 | fn CallString(&self,FuncName: &Any, Args: &[&Any]) ->String { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11193 - fn CallString(&self,FuncName: &Any, Args: &[&Any]) ->String { [INFO] [stdout] 11193 + fn CallString(&self,FuncName: &dyn Any, Args: &[&Any]) ->String { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11193:50 [INFO] [stdout] | [INFO] [stdout] 11193 | fn CallString(&self,FuncName: &Any, Args: &[&Any]) ->String { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11193 - fn CallString(&self,FuncName: &Any, Args: &[&Any]) ->String { [INFO] [stdout] 11193 + fn CallString(&self,FuncName: &Any, Args: &[&dyn Any]) ->String { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11207:36 [INFO] [stdout] | [INFO] [stdout] 11207 | fn CallDouble(&self,FuncName: &Any, Args: &[&Any]) ->f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11207 - fn CallDouble(&self,FuncName: &Any, Args: &[&Any]) ->f64 { [INFO] [stdout] 11207 + fn CallDouble(&self,FuncName: &dyn Any, Args: &[&Any]) ->f64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11207:50 [INFO] [stdout] | [INFO] [stdout] 11207 | fn CallDouble(&self,FuncName: &Any, Args: &[&Any]) ->f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11207 - fn CallDouble(&self,FuncName: &Any, Args: &[&Any]) ->f64 { [INFO] [stdout] 11207 + fn CallDouble(&self,FuncName: &Any, Args: &[&dyn Any]) ->f64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11217:36 [INFO] [stdout] | [INFO] [stdout] 11217 | fn CallObject(&self,FuncName: &Any, Args: &[&Any]) ->STAROBJECT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11217 - fn CallObject(&self,FuncName: &Any, Args: &[&Any]) ->STAROBJECT { [INFO] [stdout] 11217 + fn CallObject(&self,FuncName: &dyn Any, Args: &[&Any]) ->STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11217:50 [INFO] [stdout] | [INFO] [stdout] 11217 | fn CallObject(&self,FuncName: &Any, Args: &[&Any]) ->STAROBJECT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11217 - fn CallObject(&self,FuncName: &Any, Args: &[&Any]) ->STAROBJECT { [INFO] [stdout] 11217 + fn CallObject(&self,FuncName: &Any, Args: &[&dyn Any]) ->STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11231:37 [INFO] [stdout] | [INFO] [stdout] 11231 | fn CallParaPkg(&self,FuncName: &Any, Args: &[&Any]) ->STARPARAPKG { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11231 - fn CallParaPkg(&self,FuncName: &Any, Args: &[&Any]) ->STARPARAPKG { [INFO] [stdout] 11231 + fn CallParaPkg(&self,FuncName: &dyn Any, Args: &[&Any]) ->STARPARAPKG { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11231:51 [INFO] [stdout] | [INFO] [stdout] 11231 | fn CallParaPkg(&self,FuncName: &Any, Args: &[&Any]) ->STARPARAPKG { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11231 - fn CallParaPkg(&self,FuncName: &Any, Args: &[&Any]) ->STARPARAPKG { [INFO] [stdout] 11231 + fn CallParaPkg(&self,FuncName: &Any, Args: &[&dyn Any]) ->STARPARAPKG { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11245:36 [INFO] [stdout] | [INFO] [stdout] 11245 | fn CallBinBuf(&self,FuncName: &Any, Args: &[&Any]) ->STARBINBUF { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11245 - fn CallBinBuf(&self,FuncName: &Any, Args: &[&Any]) ->STARBINBUF { [INFO] [stdout] 11245 + fn CallBinBuf(&self,FuncName: &dyn Any, Args: &[&Any]) ->STARBINBUF { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11245:50 [INFO] [stdout] | [INFO] [stdout] 11245 | fn CallBinBuf(&self,FuncName: &Any, Args: &[&Any]) ->STARBINBUF { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11245 - fn CallBinBuf(&self,FuncName: &Any, Args: &[&Any]) ->STARBINBUF { [INFO] [stdout] 11245 + fn CallBinBuf(&self,FuncName: &Any, Args: &[&dyn Any]) ->STARBINBUF { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11259:39 [INFO] [stdout] | [INFO] [stdout] 11259 | fn Call_Internal(&self,FuncName: &Any, Args: &[&Any]) ->STARRESULT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11259 - fn Call_Internal(&self,FuncName: &Any, Args: &[&Any]) ->STARRESULT { [INFO] [stdout] 11259 + fn Call_Internal(&self,FuncName: &dyn Any, Args: &[&Any]) ->STARRESULT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11259:53 [INFO] [stdout] | [INFO] [stdout] 11259 | fn Call_Internal(&self,FuncName: &Any, Args: &[&Any]) ->STARRESULT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11259 - fn Call_Internal(&self,FuncName: &Any, Args: &[&Any]) ->STARRESULT { [INFO] [stdout] 11259 + fn Call_Internal(&self,FuncName: &Any, Args: &[&dyn Any]) ->STARRESULT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11326:27 [INFO] [stdout] | [INFO] [stdout] 11326 | fn New(&self,args: &[&Any]) -> STAROBJECT { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11326 - fn New(&self,args: &[&Any]) -> STAROBJECT { [INFO] [stdout] 11326 + fn New(&self,args: &[&dyn Any]) -> STAROBJECT { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11782:42 [INFO] [stdout] | [INFO] [stdout] 11782 | fn RegScriptProc_P(&self,ScriptName:&Any, CallBackProc:fn(CleGroup:&STARSRVGROUP,CleService:&STARSERVICE,CleObject:&STAROBJECT,Paras:... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11782 - fn RegScriptProc_P(&self,ScriptName:&Any, CallBackProc:fn(CleGroup:&STARSRVGROUP,CleService:&STARSERVICE,CleObject:&STAROBJECT,Paras: &[STARRESULT]) -> STARRESULT) { [INFO] [stdout] 11782 + fn RegScriptProc_P(&self,ScriptName:&dyn Any, CallBackProc:fn(CleGroup:&STARSRVGROUP,CleService:&STARSERVICE,CleObject:&STAROBJECT,Paras: &[STARRESULT]) -> STARRESULT) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:4901:26 [INFO] [stdout] | [INFO] [stdout] 4901 | In_ServiceName: &Any, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 4901 - In_ServiceName: &Any, [INFO] [stdout] 4901 + In_ServiceName: &dyn Any, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:4902:26 [INFO] [stdout] | [INFO] [stdout] 4902 | In_ServicePass: &Any, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 4902 - In_ServicePass: &Any, [INFO] [stdout] 4902 + In_ServicePass: &dyn Any, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:4905:27 [INFO] [stdout] | [INFO] [stdout] 4905 | DependService: &[&Any], [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 4905 - DependService: &[&Any], [INFO] [stdout] 4905 + DependService: &[&dyn Any], [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5003:27 [INFO] [stdout] | [INFO] [stdout] 5003 | DependService: &[&Any], [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5003 - DependService: &[&Any], [INFO] [stdout] 5003 + DependService: &[&dyn Any], [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5060:26 [INFO] [stdout] | [INFO] [stdout] 5060 | DebugInterface: &Any, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5060 - DebugInterface: &Any, [INFO] [stdout] 5060 + DebugInterface: &dyn Any, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5062:27 [INFO] [stdout] | [INFO] [stdout] 5062 | ClientInterface: &Any, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5062 - ClientInterface: &Any, [INFO] [stdout] 5062 + ClientInterface: &dyn Any, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5195:27 [INFO] [stdout] | [INFO] [stdout] 5195 | -> (bool, Box), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5195 - -> (bool, Box), [INFO] [stdout] 5195 + -> (bool, Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5194:67 [INFO] [stdout] | [INFO] [stdout] 5194 | CallBackProc: fn(ServiceGroupID: u32, uMsg: u32, wParam: &Any, lParam: &Any) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5194 - CallBackProc: fn(ServiceGroupID: u32, uMsg: u32, wParam: &Any, lParam: &Any) [INFO] [stdout] 5194 + CallBackProc: fn(ServiceGroupID: u32, uMsg: u32, wParam: &dyn Any, lParam: &Any) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5194:81 [INFO] [stdout] | [INFO] [stdout] 5194 | CallBackProc: fn(ServiceGroupID: u32, uMsg: u32, wParam: &Any, lParam: &Any) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5194 - CallBackProc: fn(ServiceGroupID: u32, uMsg: u32, wParam: &Any, lParam: &Any) [INFO] [stdout] 5194 + CallBackProc: fn(ServiceGroupID: u32, uMsg: u32, wParam: &Any, lParam: &dyn Any) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5279:42 [INFO] [stdout] | [INFO] [stdout] 5279 | pub fn SetRegisterCode(In_FileName: &Any, Single: bool) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5279 - pub fn SetRegisterCode(In_FileName: &Any, Single: bool) -> bool { [INFO] [stdout] 5279 + pub fn SetRegisterCode(In_FileName: &dyn Any, Single: bool) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5345:48 [INFO] [stdout] | [INFO] [stdout] 5345 | pub fn GetScriptIndex(In_ScriptInterface: &Any) -> i32 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5345 - pub fn GetScriptIndex(In_ScriptInterface: &Any) -> i32 { [INFO] [stdout] 5345 + pub fn GetScriptIndex(In_ScriptInterface: &dyn Any) -> i32 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5363:43 [INFO] [stdout] | [INFO] [stdout] 5363 | pub fn SetScript(In_ScriptInterface: &Any, In_Module: &Any, In_Para: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5363 - pub fn SetScript(In_ScriptInterface: &Any, In_Module: &Any, In_Para: &Any) -> bool { [INFO] [stdout] 5363 + pub fn SetScript(In_ScriptInterface: &dyn Any, In_Module: &Any, In_Para: &Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5363:60 [INFO] [stdout] | [INFO] [stdout] 5363 | pub fn SetScript(In_ScriptInterface: &Any, In_Module: &Any, In_Para: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5363 - pub fn SetScript(In_ScriptInterface: &Any, In_Module: &Any, In_Para: &Any) -> bool { [INFO] [stdout] 5363 + pub fn SetScript(In_ScriptInterface: &Any, In_Module: &dyn Any, In_Para: &Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5363:75 [INFO] [stdout] | [INFO] [stdout] 5363 | pub fn SetScript(In_ScriptInterface: &Any, In_Module: &Any, In_Para: &Any) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5363 - pub fn SetScript(In_ScriptInterface: &Any, In_Module: &Any, In_Para: &Any) -> bool { [INFO] [stdout] 5363 + pub fn SetScript(In_ScriptInterface: &Any, In_Module: &Any, In_Para: &dyn Any) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5406:49 [INFO] [stdout] | [INFO] [stdout] 5406 | pub fn GetSrvGroup(In_ServiceName_GroupID: &Any) -> STARSRVGROUP { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5406 - pub fn GetSrvGroup(In_ServiceName_GroupID: &Any) -> STARSRVGROUP { [INFO] [stdout] 5406 + pub fn GetSrvGroup(In_ServiceName_GroupID: &dyn Any) -> STARSRVGROUP { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5577:27 [INFO] [stdout] | [INFO] [stdout] 5577 | pub fn get_env(Name: &Any) -> String{ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5577 - pub fn get_env(Name: &Any) -> String{ [INFO] [stdout] 5577 + pub fn get_env(Name: &dyn Any) -> String{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5588:27 [INFO] [stdout] | [INFO] [stdout] 5588 | pub fn set_env(Name: &Any,Buf: &Any) -> bool{ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5588 - pub fn set_env(Name: &Any,Buf: &Any) -> bool{ [INFO] [stdout] 5588 + pub fn set_env(Name: &dyn Any,Buf: &Any) -> bool{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5588:37 [INFO] [stdout] | [INFO] [stdout] 5588 | pub fn set_env(Name: &Any,Buf: &Any) -> bool{ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5588 - pub fn set_env(Name: &Any,Buf: &Any) -> bool{ [INFO] [stdout] 5588 + pub fn set_env(Name: &Any,Buf: &dyn Any) -> bool{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5597:26 [INFO] [stdout] | [INFO] [stdout] 5597 | pub fn ToString(val:&Any) -> String{ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5597 - pub fn ToString(val:&Any) -> String{ [INFO] [stdout] 5597 + pub fn ToString(val:&dyn Any) -> String{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5607:24 [INFO] [stdout] | [INFO] [stdout] 5607 | pub fn ToBool(val:&Any) -> bool{ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5607 - pub fn ToBool(val:&Any) -> bool{ [INFO] [stdout] 5607 + pub fn ToBool(val:&dyn Any) -> bool{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5615:23 [INFO] [stdout] | [INFO] [stdout] 5615 | pub fn ToInt(Val:&Any) -> i32{ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5615 - pub fn ToInt(Val:&Any) -> i32{ [INFO] [stdout] 5615 + pub fn ToInt(Val:&dyn Any) -> i32{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5619:25 [INFO] [stdout] | [INFO] [stdout] 5619 | pub fn ToInt64(Val:&Any) -> i64{ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5619 - pub fn ToInt64(Val:&Any) -> i64{ [INFO] [stdout] 5619 + pub fn ToInt64(Val:&dyn Any) -> i64{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:5623:26 [INFO] [stdout] | [INFO] [stdout] 5623 | pub fn ToDouble(Val:&Any) -> f64{ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5623 - pub fn ToDouble(Val:&Any) -> f64{ [INFO] [stdout] 5623 + pub fn ToDouble(Val:&dyn Any) -> f64{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6518:28 [INFO] [stdout] | [INFO] [stdout] 6518 | let mut ObjectTemp : &Any; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6518 - let mut ObjectTemp : &Any; [INFO] [stdout] 6518 + let mut ObjectTemp : &dyn Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:6990:76 [INFO] [stdout] | [INFO] [stdout] 6990 | if let Some(ObjData) = tuple[0].downcast_ref::>() { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6990 - if let Some(ObjData) = tuple[0].downcast_ref::>() { [INFO] [stdout] 6990 + if let Some(ObjData) = tuple[0].downcast_ref::>() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:7011:74 [INFO] [stdout] | [INFO] [stdout] 7011 | }else if let Some(ObjData) = tuple[0].downcast_ref::>() { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7011 - }else if let Some(ObjData) = tuple[0].downcast_ref::>() { [INFO] [stdout] 7011 + }else if let Some(ObjData) = tuple[0].downcast_ref::>() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:7104:80 [INFO] [stdout] | [INFO] [stdout] 7104 | }else if let Some(fdata) = tuple[i].downcast_ref::>() { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7104 - }else if let Some(fdata) = tuple[i].downcast_ref::>() { [INFO] [stdout] 7104 + }else if let Some(fdata) = tuple[i].downcast_ref::>() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:7114:78 [INFO] [stdout] | [INFO] [stdout] 7114 | }else if let Some(fdata) = tuple[i].downcast_ref::>() { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7114 - }else if let Some(fdata) = tuple[i].downcast_ref::>() { [INFO] [stdout] 7114 + }else if let Some(fdata) = tuple[i].downcast_ref::>() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:9952:25 [INFO] [stdout] | [INFO] [stdout] 9952 | let mut localobject : &Any; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9952 - let mut localobject : &Any; [INFO] [stdout] 9952 + let mut localobject : &dyn Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:10041:68 [INFO] [stdout] | [INFO] [stdout] 10041 | }else if let Some(fdata) = Object.downcast_ref::>() { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10041 - }else if let Some(fdata) = Object.downcast_ref::>() { [INFO] [stdout] 10041 + }else if let Some(fdata) = Object.downcast_ref::>() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11332:28 [INFO] [stdout] | [INFO] [stdout] 11332 | let mut ObjectTemp : &Any; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11332 - let mut ObjectTemp : &Any; [INFO] [stdout] 11332 + let mut ObjectTemp : &dyn Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:4307:25 [INFO] [stdout] | [INFO] [stdout] 4307 | let mut s = [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:4319:29 [INFO] [stdout] | [INFO] [stdout] 4319 | let mut s = [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:4330:29 [INFO] [stdout] | [INFO] [stdout] 4330 | let mut s = [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:4503:17 [INFO] [stdout] | [INFO] [stdout] 4503 | let mut ObjectRefInSrvGroup = Star_SRPBasic_FindIDKey( [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:4535:17 [INFO] [stdout] | [INFO] [stdout] 4535 | let mut ObjectRefInSrvGroup = Star_SRPBasic_FindIDKey( [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:4557:17 [INFO] [stdout] | [INFO] [stdout] 4557 | let mut ObjectRefInSrvGroup = Star_SRPBasic_FindIDKey( [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:4578:17 [INFO] [stdout] | [INFO] [stdout] 4578 | let mut selfval = &mut ObjData.ObjData; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:4608:17 [INFO] [stdout] | [INFO] [stdout] 4608 | let mut selfval = &mut ObjData.ObjData; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:4638:17 [INFO] [stdout] | [INFO] [stdout] 4638 | let mut selfval = &mut ObjData.ObjData; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:4670:17 [INFO] [stdout] | [INFO] [stdout] 4670 | let mut selfval = &mut ObjData.ObjData; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:4780:21 [INFO] [stdout] | [INFO] [stdout] 4780 | let mut ServiceGroupID:u32; [INFO] [stdout] | ----^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:4866:17 [INFO] [stdout] | [INFO] [stdout] 4866 | let mut ObjectRefInSrvGroup = Star_SRPBasic_DelIDKey( [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:6993:21 [INFO] [stdout] | [INFO] [stdout] 6993 | let mut NewParaPkg = Star_SRPBasic_GetParaPkgInterface(BasicSRPInterface); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:7014:21 [INFO] [stdout] | [INFO] [stdout] 7014 | let mut NewParaPkg = Star_SRPBasic_GetParaPkgInterface(BasicSRPInterface); [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:11791:25 [INFO] [stdout] | [INFO] [stdout] 11791 | let mut fdata = &mut ObjData.ObjData; [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:2845:51 [INFO] [stdout] | [INFO] [stdout] 2845 | CString::new("rust").unwrap().as_ptr(), [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:2882:51 [INFO] [stdout] | [INFO] [stdout] 2882 | CString::new("rust").unwrap().as_ptr(), [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:2973:79 [INFO] [stdout] | [INFO] [stdout] 2973 | ... CString::new("_StarToString".to_owned()).unwrap().as_ptr(), [INFO] [stdout] | ------------------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:2974:69 [INFO] [stdout] | [INFO] [stdout] 2974 | ... CString::new("()s".to_owned()).unwrap().as_ptr(), /*"()s"*/ [INFO] [stdout] | --------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:2991:79 [INFO] [stdout] | [INFO] [stdout] 2991 | ... CString::new("_StarToString".to_owned()).unwrap().as_ptr(), [INFO] [stdout] | ------------------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:2992:69 [INFO] [stdout] | [INFO] [stdout] 2992 | ... CString::new("()s".to_owned()).unwrap().as_ptr(), /*"()s"*/ [INFO] [stdout] | --------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:3588:54 [INFO] [stdout] | [INFO] [stdout] 3588 | CString::new("rust".to_owned()).unwrap().as_ptr(), [INFO] [stdout] | ---------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:3609:22 [INFO] [stdout] | [INFO] [stdout] 3607 | / CString::new("coding to ansi fail...".to_owned()) [INFO] [stdout] 3608 | | .unwrap() [INFO] [stdout] | |_____________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 3609 | .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:3643:22 [INFO] [stdout] | [INFO] [stdout] 3641 | / CString::new("coding to ansi fail...".to_owned()) [INFO] [stdout] 3642 | | .unwrap() [INFO] [stdout] | |_____________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 3643 | .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:3668:60 [INFO] [stdout] | [INFO] [stdout] 3668 | CString::new(ObjData.clone()).unwrap().as_ptr() as *const i8, [INFO] [stdout] | -------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:3677:60 [INFO] [stdout] | [INFO] [stdout] 3677 | CString::new(ObjData.clone()).unwrap().as_ptr() as *const i8, [INFO] [stdout] | -------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:3702:60 [INFO] [stdout] | [INFO] [stdout] 3702 | CString::new(ObjData.clone()).unwrap().as_ptr() as *const i8, [INFO] [stdout] | -------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:3715:60 [INFO] [stdout] | [INFO] [stdout] 3715 | CString::new(ObjData.clone()).unwrap().as_ptr() as *const i8, [INFO] [stdout] | -------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:4917:43 [INFO] [stdout] | [INFO] [stdout] 4917 | CString::new("").unwrap().as_ptr() as *const c_char, [INFO] [stdout] | ------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:4919:43 [INFO] [stdout] | [INFO] [stdout] 4919 | CString::new("").unwrap().as_ptr() as *const c_char, [INFO] [stdout] | ------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:4934:28 [INFO] [stdout] | [INFO] [stdout] 4934 | panic!(format!{"import depend service {:?} fail", DependService[num]}); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 4934 - panic!(format!{"import depend service {:?} fail", DependService[num]}); [INFO] [stdout] 4934 + panic!("import depend service {:?} fail", DependService[num]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:4941:43 [INFO] [stdout] | [INFO] [stdout] 4941 | CString::new("").unwrap().as_ptr() as *const c_char, [INFO] [stdout] | ------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:4954:24 [INFO] [stdout] | [INFO] [stdout] 4954 | panic!(format!{"create service [{:?}] fail", In_ServiceName}); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 4954 - panic!(format!{"create service [{:?}] fail", In_ServiceName}); [INFO] [stdout] 4954 + panic!("create service [{:?}] fail", In_ServiceName); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:4959:47 [INFO] [stdout] | [INFO] [stdout] 4959 | CString::new("root").unwrap().as_ptr() as *const c_char, [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:4973:47 [INFO] [stdout] | [INFO] [stdout] 4973 | CString::new("").unwrap().as_ptr() as *const c_char, [INFO] [stdout] | ------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5016:43 [INFO] [stdout] | [INFO] [stdout] 5016 | CString::new("").unwrap().as_ptr() as *const c_char, [INFO] [stdout] | ------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5018:43 [INFO] [stdout] | [INFO] [stdout] 5018 | CString::new("").unwrap().as_ptr() as *const c_char, [INFO] [stdout] | ------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:5031:28 [INFO] [stdout] | [INFO] [stdout] 5031 | panic!(format!{"import depend service {:?} fail", DependService[num]}); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 5031 - panic!(format!{"import depend service {:?} fail", DependService[num]}); [INFO] [stdout] 5031 + panic!("import depend service {:?} fail", DependService[num]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5039:47 [INFO] [stdout] | [INFO] [stdout] 5039 | CString::new("").unwrap().as_ptr() as *const c_char, [INFO] [stdout] | ------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5425:86 [INFO] [stdout] | [INFO] [stdout] 5425 | let ServiceName = CString::new(ServiceName_GroupID.clone()).unwrap().as_ptr(); [INFO] [stdout] | -------------------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5493:124 [INFO] [stdout] | [INFO] [stdout] 5493 | ...PControlInterface, VSFAULT_INDICATION, CString::new("rust").unwrap().as_ptr(), 0, cstr); [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5508:121 [INFO] [stdout] | [INFO] [stdout] 5508 | starrust_SRPControl_ProcessError(StarRust_SRPControlInterface, VSFAULT_WARNING, CString::new("rust").unwrap().as_ptr(), ... [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5523:125 [INFO] [stdout] | [INFO] [stdout] 5523 | ...ControlInterface, VSFAULT_NORMALERROR, CString::new("rust").unwrap().as_ptr(), 0, cstr); [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5538:124 [INFO] [stdout] | [INFO] [stdout] 5538 | ...PControlInterface, VSFAULT_INDICATION, CString::new("rust").unwrap().as_ptr(), 0, cstr); [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5553:121 [INFO] [stdout] | [INFO] [stdout] 5553 | starrust_SRPControl_ProcessError(StarRust_SRPControlInterface, VSFAULT_WARNING, CString::new("rust").unwrap().as_ptr(), ... [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5568:125 [INFO] [stdout] | [INFO] [stdout] 5568 | ...ControlInterface, VSFAULT_NORMALERROR, CString::new("rust").unwrap().as_ptr(), 0, cstr); [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5728:141 [INFO] [stdout] | [INFO] [stdout] 5728 | ...ObjData.BasicSRPInterface, ServiceName,CString::new("root").unwrap().as_ptr(), RootPass); [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5813:118 [INFO] [stdout] | [INFO] [stdout] 5813 | ...dy.BasicSRPInterface, VSFAULT_WARNING, CString::new("rust").unwrap().as_ptr(), 0, CString::new("service must be created").unwrap().as_... [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5813:180 [INFO] [stdout] | [INFO] [stdout] 5813 | ...("rust").unwrap().as_ptr(), 0, CString::new("service must be created").unwrap().as_ptr()); [INFO] [stdout] | ------------------------------------------------ ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5816:128 [INFO] [stdout] | [INFO] [stdout] 5816 | ...dy.BasicSRPInterface, VSFAULT_WARNING, CString::new("rust").unwrap().as_ptr(), 0, CString::new("parameter not supported for starparapk... [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:5816:206 [INFO] [stdout] | [INFO] [stdout] 5816 | ...").unwrap().as_ptr(), 0, CString::new("parameter not supported for starparapkg").unwrap().as_ptr()); [INFO] [stdout] | ---------------------------------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:6368:188 [INFO] [stdout] | [INFO] [stdout] 6368 | ..., vs_string_strlen(In_ScriptBuf) as i32, CString::new("").unwrap().as_ptr(),ErrorInfo.as_mut_ptr() as *mut [*mut c_char;1]); [INFO] [stdout] | ------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:6443:72 [INFO] [stdout] | [INFO] [stdout] 6443 | if vs_string_strcmp(ParaName, CString::new("_Name").unwrap().as_ptr()) == 0 { [INFO] [stdout] | ------------------------------ ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:6449:80 [INFO] [stdout] | [INFO] [stdout] 6449 | if vs_string_strcmp(ParaName, CString::new("_ServiceGroup").unwrap().as_ptr()) == 0 { [INFO] [stdout] | -------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:6612:38 [INFO] [stdout] | [INFO] [stdout] 6610 | / ... CString::new(format!("Get Parent Attribute [{}]",SRPRustSetStr(QueueAttrName, false))) [INFO] [stdout] 6611 | | ... .unwrap() [INFO] [stdout] | |___________________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 6612 | ... .as_ptr() [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:6635:38 [INFO] [stdout] | [INFO] [stdout] 6633 | / ... CString::new(format!("not Found Parent Sync Attribute Queue")) [INFO] [stdout] 6634 | | ... .unwrap() [INFO] [stdout] | |___________________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 6635 | ... .as_ptr() [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:7684:55 [INFO] [stdout] | [INFO] [stdout] 7684 | CString::new("rust").unwrap().as_ptr(), [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:7735:55 [INFO] [stdout] | [INFO] [stdout] 7735 | CString::new("rust").unwrap().as_ptr(), [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:8469:71 [INFO] [stdout] | [INFO] [stdout] 8469 | hFile = vs_file_fopen(FileName, CString::new("wt").unwrap().as_ptr()); [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:8471:71 [INFO] [stdout] | [INFO] [stdout] 8471 | hFile = vs_file_fopen(FileName, CString::new("wb").unwrap().as_ptr()); [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:8502:71 [INFO] [stdout] | [INFO] [stdout] 8502 | hFile = vs_file_fopen(FileName, CString::new("rt").unwrap().as_ptr()); [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:8504:71 [INFO] [stdout] | [INFO] [stdout] 8504 | hFile = vs_file_fopen(FileName, CString::new("rb").unwrap().as_ptr()); [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:10599:22 [INFO] [stdout] | [INFO] [stdout] 10597 | / CString::new(S) [INFO] [stdout] 10598 | | .unwrap() [INFO] [stdout] | |_____________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 10599 | .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:10634:30 [INFO] [stdout] | [INFO] [stdout] 10632 | / ... CString::new("not Found Parent Sync Attribute Queue".to_owned()) [INFO] [stdout] 10633 | | ... .unwrap() [INFO] [stdout] | |_______________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 10634 | ... .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:10800:165 [INFO] [stdout] | [INFO] [stdout] 10800 | ...ct,starrust_GetCharByIndex(ParaName, 3), CString::new("").unwrap().as_ptr()), true))), [INFO] [stdout] | ------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:10864:30 [INFO] [stdout] | [INFO] [stdout] 10862 | / ... CString::new(S) [INFO] [stdout] 10863 | | ... .unwrap() [INFO] [stdout] | |_______________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 10864 | ... .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:11090:26 [INFO] [stdout] | [INFO] [stdout] 11088 | / CString::new(S) [INFO] [stdout] 11089 | | .unwrap() [INFO] [stdout] | |_________________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 11090 | .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:11115:34 [INFO] [stdout] | [INFO] [stdout] 11113 | / ... CString::new(S) [INFO] [stdout] 11114 | | ... .unwrap() [INFO] [stdout] | |_______________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 11115 | ... .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:11135:30 [INFO] [stdout] | [INFO] [stdout] 11133 | / ... CString::new(S) [INFO] [stdout] 11134 | | ... .unwrap() [INFO] [stdout] | |_______________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 11135 | ... .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:11148:22 [INFO] [stdout] | [INFO] [stdout] 11146 | / CString::new(S) [INFO] [stdout] 11147 | | .unwrap() [INFO] [stdout] | |_____________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 11148 | .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:11319:22 [INFO] [stdout] | [INFO] [stdout] 11317 | / CString::new(S) [INFO] [stdout] 11318 | | .unwrap() [INFO] [stdout] | |_____________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 11319 | .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:11426:22 [INFO] [stdout] | [INFO] [stdout] 11424 | / CString::new("Get Interface Error".to_owned()) [INFO] [stdout] 11425 | | .unwrap() [INFO] [stdout] | |_____________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 11426 | .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:11440:22 [INFO] [stdout] | [INFO] [stdout] 11438 | / CString::new("Get Object Error".to_owned()) [INFO] [stdout] 11439 | | .unwrap() [INFO] [stdout] | |_____________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 11440 | .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:11837:118 [INFO] [stdout] | [INFO] [stdout] 11837 | return FROMVS_BOOL(Star_SRPI_ReleaseOwnerExForScript(SRPInterface, CString::new("rust".to_owned()).unwrap().as_ptr(),SRPObj... [INFO] [stdout] | ---------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:11882:51 [INFO] [stdout] | [INFO] [stdout] 11882 | CString::new("rust").unwrap().as_ptr(), [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:11884:46 [INFO] [stdout] | [INFO] [stdout] 11884 | CString::new(s).unwrap().as_ptr(), [INFO] [stdout] | ------------------------ ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:11926:14 [INFO] [stdout] | [INFO] [stdout] 11924 | / CString::new(S) [INFO] [stdout] 11925 | | .unwrap() [INFO] [stdout] | |_____________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 11926 | .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:11942:18 [INFO] [stdout] | [INFO] [stdout] 11940 | / CString::new(S) [INFO] [stdout] 11941 | | .unwrap() [INFO] [stdout] | |_________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 11942 | .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:12081:18 [INFO] [stdout] | [INFO] [stdout] 12079 | / CString::new("return STARRESULT_TUPLE is not supported") [INFO] [stdout] 12080 | | .unwrap() [INFO] [stdout] | |_________________________- this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] 12081 | .as_ptr(), [INFO] [stdout] | ^^^^^^ this pointer will be invalid [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:12134:51 [INFO] [stdout] | [INFO] [stdout] 12134 | CString::new("rust").unwrap().as_ptr(), [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:12136:46 [INFO] [stdout] | [INFO] [stdout] 12136 | CString::new(s).unwrap().as_ptr(), [INFO] [stdout] | ------------------------ ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 559 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.36s [INFO] running `Command { std: "docker" "inspect" "6c32273bcd906639163c620eb925e61c647bcc19b6eef1638886aab8b9867865", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c32273bcd906639163c620eb925e61c647bcc19b6eef1638886aab8b9867865", kill_on_drop: false }` [INFO] [stdout] 6c32273bcd906639163c620eb925e61c647bcc19b6eef1638886aab8b9867865 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e7efcc4fb3fc33d6e2cb54327b8f501ff6225df3f5ab12d554de60bb43c8c7b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6e7efcc4fb3fc33d6e2cb54327b8f501ff6225df3f5ab12d554de60bb43c8c7b", kill_on_drop: false }` [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 501 | return STARRC!(None); [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 `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 504 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 514 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 517 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 527 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 530 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 540 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 543 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 553 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 556 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 566 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 569 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1169 | ObjData_StarSrvGroup: STARRC_WEAK!(), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1170 | ObjData_StarService: STARRC_WEAK!(), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1171 | ObjData_StarParaPkg: STARRC_WEAK!(), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1172 | ObjData_StarBinBuf: STARRC_WEAK!(), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1173 | ObjData_StarSXml: STARRC_WEAK!(), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1174 | ObjData_StarObject: STARRC_WEAK!(), [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1176 | SObjData_StarSrvGroup: STARRC!(None), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1177 | SObjData_StarService: STARRC!(None), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1178 | SObjData_StarParaPkg: STARRC!(None), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1179 | SObjData_StarBinBuf: STARRC!(None), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1180 | SObjData_StarSXml: STARRC!(None), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1181 | SObjData_StarObject: STARRC!(None), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1496 | item.ObjData_StarSrvGroup = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1556 | item.ObjData_StarService = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1616 | item.ObjData_StarParaPkg = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1676 | item.ObjData_StarBinBuf = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1736 | item.ObjData_StarSXml = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1796 | item.ObjData_StarObject = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1822 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1850 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1860 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1888 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1898 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1926 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1936 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1964 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1974 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2002 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2012 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2040 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2097 | olditem.ObjData_StarSrvGroup = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2098 | olditem.ObjData_StarService = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2099 | olditem.ObjData_StarParaPkg = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2100 | olditem.ObjData_StarBinBuf = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2101 | olditem.ObjData_StarSXml = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2102 | olditem.ObjData_StarObject = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2104 | olditem.SObjData_StarSrvGroup = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2105 | olditem.SObjData_StarService = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2106 | olditem.SObjData_StarParaPkg = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2107 | olditem.SObjData_StarBinBuf = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2108 | olditem.SObjData_StarSXml = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2109 | olditem.SObjData_StarObject = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2173 | olditem.ObjData_StarSrvGroup = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2174 | olditem.ObjData_StarService = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2175 | olditem.ObjData_StarParaPkg = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2176 | olditem.ObjData_StarBinBuf = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2177 | olditem.ObjData_StarSXml = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:304:20 [INFO] [stdout] | [INFO] [stdout] 304 | Weak::new(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2178 | olditem.ObjData_StarObject = STARRC_WEAK!(); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC_WEAK` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2180 | olditem.SObjData_StarSrvGroup = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2181 | olditem.SObjData_StarService = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2182 | olditem.SObjData_StarParaPkg = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2183 | olditem.SObjData_StarBinBuf = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2184 | olditem.SObjData_StarSXml = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2185 | olditem.SObjData_StarObject = STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2248 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2279 | let mut rs = STARRC!(Some(s)); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2400 | let mut rs = STARRC!(Some(s)); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2515 | let mut rs = STARRC!(Some(s)); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2533 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2618 | let mut rs = STARRC!(Some(s)); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2636 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2723 | let mut rs = STARRC!(Some(s)); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2741 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2822 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2863 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 2916 | let rs = STARRC!(Some(s)); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4290 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4399 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4418 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4509 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4513 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4521 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4640 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4644 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4649 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4659 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4672 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4676 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4681 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4691 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4968 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 4995 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5414 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5439 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5454 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5463 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5710 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5738 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5740 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5748 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5760 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5772 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5776 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5801 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5807 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5834 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5840 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5849 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 5855 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6463 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6469 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6474 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6479 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6488 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6494 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6499 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6506 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6528 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6534 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6537 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6573 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6583 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6587 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6615 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6638 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6648 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6851 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6857 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6860 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6870 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6877 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6886 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6892 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6895 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 6905 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 7580 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 7583 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 7594 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 7597 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 7608 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `STARRC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:299:43 [INFO] [stdout] | [INFO] [stdout] 299 | Rc::new(Some(RefCell::new($name))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 7611 | return STARRC!(None); [INFO] [stdout] | ------------- in this macro invocation [WARN] too many lines in the log, truncating it