[INFO] fetching crate spo-rhai 1.17.2...
[INFO] documenting spo-rhai-1.17.2 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate spo-rhai 1.17.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate spo-rhai 1.17.2
[INFO] finished tweaking crates.io crate spo-rhai 1.17.2
[INFO] tweaked toml for crates.io crate spo-rhai 1.17.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate spo-rhai 1.17.2 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate spo-rhai 1.17.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c0abbb214a73f169b553897ea1ffcd7f044f3a7253ea93787076bfd732741a4a
[INFO] running `Command { std: "docker" "start" "c0abbb214a73f169b553897ea1ffcd7f044f3a7253ea93787076bfd732741a4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0abbb214a73f169b553897ea1ffcd7f044f3a7253ea93787076bfd732741a4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c0abbb214a73f169b553897ea1ffcd7f044f3a7253ea93787076bfd732741a4a" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0abbb214a73f169b553897ea1ffcd7f044f3a7253ea93787076bfd732741a4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c0abbb214a73f169b553897ea1ffcd7f044f3a7253ea93787076bfd732741a4a" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling ahash v0.8.8
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking thin-vec v0.2.13
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking const-random v0.1.17
[INFO] [stderr]     Checking indexmap v2.2.3
[INFO] [stderr]    Compiling spo-rhai_codegen v2.0.0
[INFO] [stderr]     Checking spo-rhai v1.17.2 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting spo-rhai v1.17.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the `cold` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/packages/mod.rs:48:7
[INFO] [stdout]    |
[INFO] [stdout] 48 |     #[cold]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `cold` attribute can be applied to foreign functions and functions with a body
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/api/limits.rs:122:7
[INFO] [stdout]     |
[INFO] [stdout] 122 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/api/custom_syntax.rs:152:7
[INFO] [stdout]     |
[INFO] [stdout] 152 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/api/custom_syntax.rs:160:7
[INFO] [stdout]     |
[INFO] [stdout] 160 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/api/custom_syntax.rs:170:7
[INFO] [stdout]     |
[INFO] [stdout] 170 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/ast/ast.rs:39:7
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ast/ast.rs:866:7
[INFO] [stdout]     |
[INFO] [stdout] 866 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ast/ast.rs:874:7
[INFO] [stdout]     |
[INFO] [stdout] 874 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ast/ast.rs:883:7
[INFO] [stdout]     |
[INFO] [stdout] 883 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ast/ast.rs:892:7
[INFO] [stdout]     |
[INFO] [stdout] 892 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ast/ast.rs:901:7
[INFO] [stdout]     |
[INFO] [stdout] 901 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ast/ast.rs:910:7
[INFO] [stdout]     |
[INFO] [stdout] 910 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ast/expr.rs:333:7
[INFO] [stdout]     |
[INFO] [stdout] 333 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/ast/ident.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/ast/ident.rs:40:7
[INFO] [stdout]    |
[INFO] [stdout] 40 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ast/stmt.rs:222:7
[INFO] [stdout]     |
[INFO] [stdout] 222 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ast/stmt.rs:484:7
[INFO] [stdout]     |
[INFO] [stdout] 484 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ast/stmt.rs:492:7
[INFO] [stdout]     |
[INFO] [stdout] 492 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ast/stmt.rs:500:7
[INFO] [stdout]     |
[INFO] [stdout] 500 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/ast/stmt.rs:674:7
[INFO] [stdout]     |
[INFO] [stdout] 674 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/engine.rs:195:7
[INFO] [stdout]     |
[INFO] [stdout] 195 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/func/hashing.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/func/hashing.rs:49:7
[INFO] [stdout]    |
[INFO] [stdout] 49 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/module/mod.rs:582:7
[INFO] [stdout]     |
[INFO] [stdout] 582 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/module/resolvers/collection.rs:118:7
[INFO] [stdout]     |
[INFO] [stdout] 118 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/module/resolvers/file.rs:60:7
[INFO] [stdout]    |
[INFO] [stdout] 60 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/module/resolvers/stat.rs:132:7
[INFO] [stdout]     |
[INFO] [stdout] 132 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/arithmetic.rs:197:1
[INFO] [stdout]     |
[INFO] [stdout] 197 | / def_package! {
[INFO] [stdout] 198 | |     /// Basic arithmetic package.
[INFO] [stdout] 199 | |     pub ArithmeticPackage(lib) {
[INFO] [stdout] 200 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout] 229 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/array_basic.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | / def_package! {
[INFO] [stdout]  17 | |     /// Package of basic array utilities.
[INFO] [stdout]  18 | |     pub BasicArrayPackage(lib) {
[INFO] [stdout]  19 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout]  27 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/bit_field.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | / def_package! {
[INFO] [stdout]  12 | |     /// Package of basic bit-field utilities.
[INFO] [stdout]  13 | |     pub BitFieldPackage(lib) {
[INFO] [stdout]  14 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout]  18 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/blob_basic.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | / def_package! {
[INFO] [stdout]  18 | |     /// Package of basic BLOB utilities.
[INFO] [stdout]  19 | |     pub BasicBlobPackage(lib) {
[INFO] [stdout]  20 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout]  36 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/fn_basic.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / def_package! {
[INFO] [stdout]   8 | |     /// Package of basic function pointer utilities.
[INFO] [stdout]   9 | |     pub BasicFnPackage(lib) {
[INFO] [stdout]  10 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout]  14 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/iter_basic.rs:349:1
[INFO] [stdout]     |
[INFO] [stdout] 349 | / def_package! {
[INFO] [stdout] 350 | |     /// Package of basic range iterators
[INFO] [stdout] 351 | |     pub BasicIteratorPackage(lib) {
[INFO] [stdout] 352 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout] 392 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/lang_core.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout]  13 | / def_package! {
[INFO] [stdout]  14 | |     /// Package of core language features.
[INFO] [stdout]  15 | |     pub LanguageCorePackage(lib) {
[INFO] [stdout]  16 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout]  25 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/logic.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 | / def_package! {
[INFO] [stdout]  43 | |     /// Package of basic logic operators.
[INFO] [stdout]  44 | |     pub LogicPackage(lib) {
[INFO] [stdout]  45 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout]  79 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/map_basic.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout]  13 | / def_package! {
[INFO] [stdout]  14 | |     /// Package of basic object map utilities.
[INFO] [stdout]  15 | |     pub BasicMapPackage(lib) {
[INFO] [stdout]  16 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout]  20 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/math_basic.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | / def_package! {
[INFO] [stdout]  57 | |     /// Basic mathematical package.
[INFO] [stdout]  58 | |     pub BasicMathPackage(lib) {
[INFO] [stdout]  59 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/pkg_core.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / def_package! {
[INFO] [stdout]   9 | |     /// Core package containing basic facilities.
[INFO] [stdout]  10 | |     ///
[INFO] [stdout]  11 | |     /// # Contents
[INFO] [stdout] ...   |
[INFO] [stdout]  29 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/pkg_std.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / def_package! {
[INFO] [stdout]   9 | |     /// Standard package containing all built-in features.
[INFO] [stdout]  10 | |     ///
[INFO] [stdout]  11 | |     /// # Contents
[INFO] [stdout] ...   |
[INFO] [stdout]  35 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/string_basic.rs:25:1
[INFO] [stdout]     |
[INFO] [stdout]  25 | / def_package! {
[INFO] [stdout]  26 | |     /// Package of basic string utilities (e.g. printing)
[INFO] [stdout]  27 | |     pub BasicStringPackage(lib) {
[INFO] [stdout]  28 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout]  40 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/string_more.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout]  13 | / def_package! {
[INFO] [stdout]  14 | |     /// Package of additional string utilities over [`BasicStringPackage`][super::BasicStringPackage]
[INFO] [stdout]  15 | |     pub MoreStringPackage(lib) {
[INFO] [stdout]  16 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout]  20 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/packages/mod.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |               #[must_use]
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/packages/time_basic.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | / def_package! {
[INFO] [stdout]  18 | |     /// Package of basic timing utilities.
[INFO] [stdout]  19 | |     pub BasicTimePackage(lib) {
[INFO] [stdout]  20 | |         lib.flags |= ModuleFlags::STANDARD_LIB;
[INFO] [stdout] ...   |
[INFO] [stdout]  25 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/types/float.rs:31:7
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/types/float.rs:39:7
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/types/immutable_string.rs:63:7
[INFO] [stdout]    |
[INFO] [stdout] 63 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/types/immutable_string.rs:71:7
[INFO] [stdout]    |
[INFO] [stdout] 71 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/types/immutable_string.rs:79:7
[INFO] [stdout]    |
[INFO] [stdout] 79 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/types/immutable_string.rs:87:7
[INFO] [stdout]    |
[INFO] [stdout] 87 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/types/immutable_string.rs:191:7
[INFO] [stdout]     |
[INFO] [stdout] 191 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/types/immutable_string.rs:199:7
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/types/immutable_string.rs:207:7
[INFO] [stdout]     |
[INFO] [stdout] 207 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/types/immutable_string.rs:215:7
[INFO] [stdout]     |
[INFO] [stdout] 215 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/types/immutable_string.rs:223:7
[INFO] [stdout]     |
[INFO] [stdout] 223 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/types/interner.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 |     #[must_use]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/types/position.rs:137:7
[INFO] [stdout]     |
[INFO] [stdout] 137 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/types/position.rs:204:7
[INFO] [stdout]     |
[INFO] [stdout] 204 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/types/scope.rs:118:7
[INFO] [stdout]     |
[INFO] [stdout] 118 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `must_use` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/types/scope.rs:140:7
[INFO] [stdout]     |
[INFO] [stdout] 140 |     #[must_use]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the `must_use` attribute can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `eval_with_context_raw` links to private item `crate::ast::StmtBlock`
[INFO] [stdout]   --> src/api/custom_syntax.rs:82:111
[INFO] [stdout]    |
[INFO] [stdout] 82 |     /// * whether to rewind the [`Scope`][crate::Scope] after evaluation if the expression is a [`StmtBlock`][crate::ast::StmtBlock]
[INFO] [stdout]    |                                                                                                               ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::GlobalRuntimeState`
[INFO] [stdout]   --> src/ast/namespace.rs:16:28
[INFO] [stdout]    |
[INFO] [stdout] 16 | /// [global runtime state][crate::GlobalRuntimeState] is cached for quick search purposes.
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `GlobalRuntimeState` in module `spo_rhai`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `eval_expression_tree_raw` links to private item `crate::ast::StmtBlock`
[INFO] [stdout]    --> src/eval/eval_context.rs:173:97
[INFO] [stdout]     |
[INFO] [stdout] 173 |     /// * whether to rewind the [`Scope`] after evaluation if the expression is a [`StmtBlock`][crate::ast::StmtBlock]
[INFO] [stdout]     |                                                                                                 ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `fn_def` links to private item `crate::ast::ScriptFuncDef`
[INFO] [stdout]   --> src/func/function.rs:56:55
[INFO] [stdout]    |
[INFO] [stdout] 56 |         /// Shared reference to the [`ScriptFuncDef`][crate::ast::ScriptFuncDef] function definition.
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `resolve_raw` links to private item `GlobalRuntimeState`
[INFO] [stdout]   --> src/module/resolvers/mod.rs:30:60
[INFO] [stdout]    |
[INFO] [stdout] 30 |     /// Resolve a module based on a path string, given a [`GlobalRuntimeState`] and the current [`Scope`].
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::GlobalRuntimeState`
[INFO] [stdout]     --> src/module/mod.rs:2211:39
[INFO] [stdout]      |
[INFO] [stdout] 2211 |     /// In particular, the [`global`][crate::GlobalRuntimeState] parameter allows the entire
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `GlobalRuntimeState` in module `spo_rhai`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::DebuggingPackage`
[INFO] [stdout]   --> src/packages/pkg_core.rs:18:32
[INFO] [stdout]    |
[INFO] [stdout] 18 |     /// * [`DebuggingPackage`][super::DebuggingPackage]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^ no item named `DebuggingPackage` in module `packages`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `make_mut` links to private item `SmartString`
[INFO] [stdout]    --> src/types/immutable_string.rs:749:50
[INFO] [stdout]     |
[INFO] [stdout] 749 |     /// Then return a mutable reference to the [`SmartString`].
[INFO] [stdout]     |                                                  ^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `get_mut` links to private item `SmartString`
[INFO] [stdout]    --> src/types/immutable_string.rs:757:46
[INFO] [stdout]     |
[INFO] [stdout] 757 |     /// Return a mutable reference to the [` SmartString`] wrapped by the [`ImmutableString`]
[INFO] [stdout]     |                                              ^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/api/compile.rs:39:44
[INFO] [stdout]    |
[INFO] [stdout] 39 |     /// If not [`OptimizationLevel::None`][crate::OptimizationLevel::None], constants defined within
[INFO] [stdout]    |                 -------------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 39 -     /// If not [`OptimizationLevel::None`][crate::OptimizationLevel::None], constants defined within
[INFO] [stdout] 39 +     /// If not [`OptimizationLevel::None`], constants defined within
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/api/compile.rs:156:37
[INFO] [stdout]     |
[INFO] [stdout] 156 |     /// [`OptimizationLevel::Full`][crate::OptimizationLevel::Full].
[INFO] [stdout]     |          -------------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |          |
[INFO] [stdout]     |          because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 156 -     /// [`OptimizationLevel::Full`][crate::OptimizationLevel::Full].
[INFO] [stdout] 156 +     /// [`OptimizationLevel::Full`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/api/compile.rs:165:44
[INFO] [stdout]     |
[INFO] [stdout] 165 |     /// If not [`OptimizationLevel::None`][crate::OptimizationLevel::None], constants defined within
[INFO] [stdout]     |                 -------------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 165 -     /// If not [`OptimizationLevel::None`][crate::OptimizationLevel::None], constants defined within
[INFO] [stdout] 165 +     /// If not [`OptimizationLevel::None`], constants defined within
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/api/register.rs:107:73
[INFO] [stdout]     |
[INFO] [stdout] 107 |     /// This function is very low level.  It takes a list of [`TypeId`][std::any::TypeId]'s
[INFO] [stdout]     |                                                               --------  ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                                               |
[INFO] [stdout]     |                                                               because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 107 -     /// This function is very low level.  It takes a list of [`TypeId`][std::any::TypeId]'s
[INFO] [stdout] 107 +     /// This function is very low level.  It takes a list of [`TypeId`]'s
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/api/register.rs:113:89
[INFO] [stdout]     |
[INFO] [stdout] 113 |     /// The arguments are guaranteed to be of the correct types matching the [`TypeId`][std::any::TypeId]'s.
[INFO] [stdout]     |                                                                               --------  ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                                                               |
[INFO] [stdout]     |                                                                               because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 113 -     /// The arguments are guaranteed to be of the correct types matching the [`TypeId`][std::any::TypeId]'s.
[INFO] [stdout] 113 +     /// The arguments are guaranteed to be of the correct types matching the [`TypeId`]'s.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/api/custom_syntax.rs:126:29
[INFO] [stdout]     |
[INFO] [stdout] 126 |     /// [`ImmutableString`][crate::ImmutableString].
[INFO] [stdout]     |          -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |          |
[INFO] [stdout]     |          because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 126 -     /// [`ImmutableString`][crate::ImmutableString].
[INFO] [stdout] 126 +     /// [`ImmutableString`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/ast/ast.rs:986:51
[INFO] [stdout]     |
[INFO] [stdout] 986 |     /// Functions defined within the same [`AST`][crate::AST].
[INFO] [stdout]     |                                            -----  ^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 986 -     /// Functions defined within the same [`AST`][crate::AST].
[INFO] [stdout] 986 +     /// Functions defined within the same [`AST`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/module/mod.rs:422:73
[INFO] [stdout]     |
[INFO] [stdout] 422 |     /// This function is very low level.  It takes a list of [`TypeId`][std::any::TypeId]'s
[INFO] [stdout]     |                                                               --------  ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                                               |
[INFO] [stdout]     |                                                               because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 422 -     /// This function is very low level.  It takes a list of [`TypeId`][std::any::TypeId]'s
[INFO] [stdout] 422 +     /// This function is very low level.  It takes a list of [`TypeId`]'s
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/module/mod.rs:428:41
[INFO] [stdout]     |
[INFO] [stdout] 428 |     /// [`String`], [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT] and
[INFO] [stdout]     |                      -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 428 -     /// [`String`], [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT] and
[INFO] [stdout] 428 +     /// [`String`], [`ImmutableString`], `&str` or [`INT`][crate::INT] and
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]     --> src/module/mod.rs:1438:73
[INFO] [stdout]      |
[INFO] [stdout] 1438 |     /// This function is very low level.  It takes a list of [`TypeId`][std::any::TypeId]'s
[INFO] [stdout]      |                                                               --------  ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]      |                                                               |
[INFO] [stdout]      |                                                               because label contains path that resolves to same destination
[INFO] [stdout]      |
[INFO] [stdout]      = note: when a link's destination is not specified,
[INFO] [stdout]              the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]      |
[INFO] [stdout] 1438 -     /// This function is very low level.  It takes a list of [`TypeId`][std::any::TypeId]'s
[INFO] [stdout] 1438 +     /// This function is very low level.  It takes a list of [`TypeId`]'s
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]     --> src/module/mod.rs:1664:29
[INFO] [stdout]      |
[INFO] [stdout] 1664 |     /// [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT].
[INFO] [stdout]      |          -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]      |          |
[INFO] [stdout]      |          because label contains path that resolves to same destination
[INFO] [stdout]      |
[INFO] [stdout]      = note: when a link's destination is not specified,
[INFO] [stdout]              the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]      |
[INFO] [stdout] 1664 -     /// [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT].
[INFO] [stdout] 1664 +     /// [`ImmutableString`], `&str` or [`INT`][crate::INT].
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]     --> src/module/mod.rs:1718:29
[INFO] [stdout]      |
[INFO] [stdout] 1718 |     /// [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT].
[INFO] [stdout]      |          -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]      |          |
[INFO] [stdout]      |          because label contains path that resolves to same destination
[INFO] [stdout]      |
[INFO] [stdout]      = note: when a link's destination is not specified,
[INFO] [stdout]              the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]      |
[INFO] [stdout] 1718 -     /// [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT].
[INFO] [stdout] 1718 +     /// [`ImmutableString`], `&str` or [`INT`][crate::INT].
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]     --> src/module/mod.rs:1767:29
[INFO] [stdout]      |
[INFO] [stdout] 1767 |     /// [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT].
[INFO] [stdout]      |          -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]      |          |
[INFO] [stdout]      |          because label contains path that resolves to same destination
[INFO] [stdout]      |
[INFO] [stdout]      = note: when a link's destination is not specified,
[INFO] [stdout]              the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]      |
[INFO] [stdout] 1767 -     /// [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT].
[INFO] [stdout] 1767 +     /// [`ImmutableString`], `&str` or [`INT`][crate::INT].
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_core.rs:13:35
[INFO] [stdout]    |
[INFO] [stdout] 13 |     /// * [`LanguageCorePackage`][super::LanguageCorePackage]
[INFO] [stdout]    |            ---------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 13 -     /// * [`LanguageCorePackage`][super::LanguageCorePackage]
[INFO] [stdout] 13 +     /// * [`LanguageCorePackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_core.rs:14:33
[INFO] [stdout]    |
[INFO] [stdout] 14 |     /// * [`ArithmeticPackage`][super::ArithmeticPackage]
[INFO] [stdout]    |            -------------------  ^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 14 -     /// * [`ArithmeticPackage`][super::ArithmeticPackage]
[INFO] [stdout] 14 +     /// * [`ArithmeticPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_core.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |     /// * [`BasicStringPackage`][super::BasicStringPackage]
[INFO] [stdout]    |            --------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 15 -     /// * [`BasicStringPackage`][super::BasicStringPackage]
[INFO] [stdout] 15 +     /// * [`BasicStringPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_core.rs:16:36
[INFO] [stdout]    |
[INFO] [stdout] 16 |     /// * [`BasicIteratorPackage`][super::BasicIteratorPackage]
[INFO] [stdout]    |            ----------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 16 -     /// * [`BasicIteratorPackage`][super::BasicIteratorPackage]
[INFO] [stdout] 16 +     /// * [`BasicIteratorPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_core.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |     /// * [`BasicFnPackage`][super::BasicFnPackage]
[INFO] [stdout]    |            ----------------  ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 17 -     /// * [`BasicFnPackage`][super::BasicFnPackage]
[INFO] [stdout] 17 +     /// * [`BasicFnPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:13:27
[INFO] [stdout]    |
[INFO] [stdout] 13 |     /// * [`CorePackage`][super::CorePackage]
[INFO] [stdout]    |            -------------  ^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 13 -     /// * [`CorePackage`][super::CorePackage]
[INFO] [stdout] 13 +     /// * [`CorePackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 |     /// * [`BitFieldPackage`][super::BitFieldPackage]
[INFO] [stdout]    |            -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 14 -     /// * [`BitFieldPackage`][super::BitFieldPackage]
[INFO] [stdout] 14 +     /// * [`BitFieldPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:15:28
[INFO] [stdout]    |
[INFO] [stdout] 15 |     /// * [`LogicPackage`][super::LogicPackage]
[INFO] [stdout]    |            --------------  ^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 15 -     /// * [`LogicPackage`][super::LogicPackage]
[INFO] [stdout] 15 +     /// * [`LogicPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 16 |     /// * [`BasicMathPackage`][super::BasicMathPackage]
[INFO] [stdout]    |            ------------------  ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 16 -     /// * [`BasicMathPackage`][super::BasicMathPackage]
[INFO] [stdout] 16 +     /// * [`BasicMathPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:17:33
[INFO] [stdout]    |
[INFO] [stdout] 17 |     /// * [`BasicArrayPackage`][super::BasicArrayPackage]
[INFO] [stdout]    |            -------------------  ^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 17 -     /// * [`BasicArrayPackage`][super::BasicArrayPackage]
[INFO] [stdout] 17 +     /// * [`BasicArrayPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:18:32
[INFO] [stdout]    |
[INFO] [stdout] 18 |     /// * [`BasicBlobPackage`][super::BasicBlobPackage]
[INFO] [stdout]    |            ------------------  ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 18 -     /// * [`BasicBlobPackage`][super::BasicBlobPackage]
[INFO] [stdout] 18 +     /// * [`BasicBlobPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 |     /// * [`BasicMapPackage`][super::BasicMapPackage]
[INFO] [stdout]    |            -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 19 -     /// * [`BasicMapPackage`][super::BasicMapPackage]
[INFO] [stdout] 19 +     /// * [`BasicMapPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:20:32
[INFO] [stdout]    |
[INFO] [stdout] 20 |     /// * [`BasicTimePackage`][super::BasicTimePackage]
[INFO] [stdout]    |            ------------------  ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 20 -     /// * [`BasicTimePackage`][super::BasicTimePackage]
[INFO] [stdout] 20 +     /// * [`BasicTimePackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:21:33
[INFO] [stdout]    |
[INFO] [stdout] 21 |     /// * [`MoreStringPackage`][super::MoreStringPackage]
[INFO] [stdout]    |            -------------------  ^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 21 -     /// * [`MoreStringPackage`][super::MoreStringPackage]
[INFO] [stdout] 21 +     /// * [`MoreStringPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/module/resolvers/mod.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / use crate::eval::GlobalRuntimeState;
[INFO] [stdout]  2 | | use crate::func::SendSync;
[INFO] [stdout]  3 | | use crate::{Engine, Position, RhaiResultOf, Scope, SharedModule, AST};
[INFO] [stdout]  4 | | #[cfg(feature = "no_std")]
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Module containing all built-in _module resolvers_ available to Rhai.`
[INFO] [stdout]    = help: ends near `Module containing all built-in [module resolvers][ModuleResolver].`
[INFO] [stdout]    = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/module/resolvers/mod.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / use crate::eval::GlobalRuntimeState;
[INFO] [stdout]  2 | | use crate::func::SendSync;
[INFO] [stdout]  3 | | use crate::{Engine, Position, RhaiResultOf, Scope, SharedModule, AST};
[INFO] [stdout]  4 | | #[cfg(feature = "no_std")]
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Module containing all built-in [module resolvers][ModuleResolver].`
[INFO] [stdout]    = help: ends near `Module containing all built-in [module resolvers][ModuleResolver].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `spo-rhai`
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: function `binary_and` is never used
[INFO] [stdout]    --> src/packages/arithmetic.rs:119:30
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 pub const fn binary_and(x: $arg_type, y: $arg_type) -> $arg_type {
[INFO] [stdout]     |                              ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | gen_arithmetic_functions!(arith_basic => INT);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `gen_arithmetic_functions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `binary_or` is never used
[INFO] [stdout]    --> src/packages/arithmetic.rs:123:30
[INFO] [stdout]     |
[INFO] [stdout] 123 |                 pub const fn binary_or(x: $arg_type, y: $arg_type) -> $arg_type {
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | gen_arithmetic_functions!(arith_basic => INT);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `gen_arithmetic_functions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `binary_xor` is never used
[INFO] [stdout]    --> src/packages/arithmetic.rs:127:30
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 pub const fn binary_xor(x: $arg_type, y: $arg_type) -> $arg_type {
[INFO] [stdout]     |                              ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | gen_arithmetic_functions!(arith_basic => INT);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `gen_arithmetic_functions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_zero` is never used
[INFO] [stdout]    --> src/packages/arithmetic.rs:132:30
[INFO] [stdout]     |
[INFO] [stdout] 132 |                 pub const fn is_zero(x: $arg_type) -> bool {
[INFO] [stdout]     |                              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | gen_arithmetic_functions!(arith_basic => INT);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `gen_arithmetic_functions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_odd` is never used
[INFO] [stdout]    --> src/packages/arithmetic.rs:137:30
[INFO] [stdout]     |
[INFO] [stdout] 137 |                 pub const fn is_odd(x: $arg_type) -> bool {
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | gen_arithmetic_functions!(arith_basic => INT);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `gen_arithmetic_functions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_even` is never used
[INFO] [stdout]    --> src/packages/arithmetic.rs:142:30
[INFO] [stdout]     |
[INFO] [stdout] 142 |                 pub const fn is_even(x: $arg_type) -> bool {
[INFO] [stdout]     |                              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | gen_arithmetic_functions!(arith_basic => INT);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `gen_arithmetic_functions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ast/ast.rs:721:27
[INFO] [stdout]     |
[INFO] [stdout] 721 |     pub fn iter_functions(&self) -> impl Iterator<Item = super::ScriptFnMetadata> {
[INFO] [stdout]     |                           ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 721 |     pub fn iter_functions(&self) -> impl Iterator<Item = super::ScriptFnMetadata<'_>> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/func/native.rs:535:30
[INFO] [stdout]     |
[INFO] [stdout] 535 | pub fn locked_read<T>(value: &Locked<T>) -> LockGuard<T> {
[INFO] [stdout]     |                              ^^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 535 | pub fn locked_read<T>(value: &Locked<T>) -> LockGuard<'_, T> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/func/native.rs:548:31
[INFO] [stdout]     |
[INFO] [stdout] 548 | pub fn locked_write<T>(value: &Locked<T>) -> LockGuardMut<T> {
[INFO] [stdout]     |                               ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 548 | pub fn locked_write<T>(value: &Locked<T>) -> LockGuardMut<'_, T> {
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/func/register.rs:42:41
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub fn by_ref<T: Variant + Clone>(data: &mut Dynamic) -> DynamicWriteLock<T> {
[INFO] [stdout]    |                                         ^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub fn by_ref<T: Variant + Clone>(data: &mut Dynamic) -> DynamicWriteLock<'_, T> {
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/module/resolvers/file.rs:201:24
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub const fn scope(&self) -> &Scope {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^
[INFO] [stdout]     |                        |         ||
[INFO] [stdout]     |                        |         |the same lifetime is hidden here
[INFO] [stdout]     |                        |         the same lifetime is elided here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub const fn scope(&self) -> &Scope<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/packages/iter_basic.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[derive(Clone, Hash, Eq, PartialEq)]
[INFO] [stdout]    |                           --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub add: fn(T, T) -> Option<T>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/types/dynamic.rs:1708:38
[INFO] [stdout]      |
[INFO] [stdout] 1708 |     pub fn read_lock<T: Any + Clone>(&self) -> Option<DynamicReadLock<T>> {
[INFO] [stdout]      |                                      ^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                      |
[INFO] [stdout]      |                                      the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1708 |     pub fn read_lock<T: Any + Clone>(&self) -> Option<DynamicReadLock<'_, T>> {
[INFO] [stdout]      |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/types/dynamic.rs:1739:39
[INFO] [stdout]      |
[INFO] [stdout] 1739 |     pub fn write_lock<T: Any + Clone>(&mut self) -> Option<DynamicWriteLock<T>> {
[INFO] [stdout]      |                                       ^^^^^^^^^            ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1739 |     pub fn write_lock<T: Any + Clone>(&mut self) -> Option<DynamicWriteLock<'_, T>> {
[INFO] [stdout]      |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c0abbb214a73f169b553897ea1ffcd7f044f3a7253ea93787076bfd732741a4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0abbb214a73f169b553897ea1ffcd7f044f3a7253ea93787076bfd732741a4a", kill_on_drop: false }`
[INFO] [stdout] c0abbb214a73f169b553897ea1ffcd7f044f3a7253ea93787076bfd732741a4a
