[INFO] fetching crate varlen 0.1.2... [INFO] testing varlen-0.1.2 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate varlen 0.1.2 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate varlen 0.1.2 [INFO] finished tweaking crates.io crate varlen 0.1.2 [INFO] tweaked toml for crates.io crate varlen 0.1.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate varlen 0.1.2 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 73 packages to latest compatible versions [INFO] [stderr] Adding svgbob v0.6.6 (available: v0.6.7) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d46e72c3477deb8588eed54b5fb692d1072cefdd79b4698f8b39bbb8c322f7f6 [INFO] running `Command { std: "docker" "start" "-a" "d46e72c3477deb8588eed54b5fb692d1072cefdd79b4698f8b39bbb8c322f7f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d46e72c3477deb8588eed54b5fb692d1072cefdd79b4698f8b39bbb8c322f7f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d46e72c3477deb8588eed54b5fb692d1072cefdd79b4698f8b39bbb8c322f7f6", kill_on_drop: false }` [INFO] [stdout] d46e72c3477deb8588eed54b5fb692d1072cefdd79b4698f8b39bbb8c322f7f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03b76925402da3ac4a19d287081199e18e20c9b479819e7c401b1248bbc92e9f [INFO] running `Command { std: "docker" "start" "-a" "03b76925402da3ac4a19d287081199e18e20c9b479819e7c401b1248bbc92e9f", kill_on_drop: false }` [INFO] [stderr] Compiling varlen v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/array.rs:181:22 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn copy(src: &[T]) -> SizedInit> [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] 181 | pub fn copy(src: &[T]) -> SizedInit> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/array.rs:197:34 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn clone_from_slice(src: &[T]) -> SizedInit> [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] 197 | pub fn clone_from_slice(src: &[T]) -> SizedInit> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/array.rs:261:26 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn try_copy(src: &[T]) -> Option, Len>> [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] 261 | pub fn try_copy(src: &[T]) -> Option, Len>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/array.rs:287:14 [INFO] [stdout] | [INFO] [stdout] 287 | src: &[T], [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 288 | ) -> Option, Len>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 288 | ) -> Option, Len>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 244 | / define_tuple!( [INFO] [stdout] 245 | | /// # Examples [INFO] [stdout] 246 | | /// [INFO] [stdout] 247 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 263 | | /// ``` [INFO] [stdout] 264 | | Tup2, tup2, , , , ); [INFO] [stdout] | |___________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 244 | / define_tuple!( [INFO] [stdout] 245 | | /// # Examples [INFO] [stdout] 246 | | /// [INFO] [stdout] 247 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 263 | | /// ``` [INFO] [stdout] 264 | | Tup2, tup2, , , , ); [INFO] [stdout] | |___________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 265 | / define_tuple!( [INFO] [stdout] 266 | | /// # Examples [INFO] [stdout] 267 | | /// [INFO] [stdout] 268 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 287 | | /// ``` [INFO] [stdout] 288 | | Tup3, tup3, , , , ); [INFO] [stdout] | |_____________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 265 | / define_tuple!( [INFO] [stdout] 266 | | /// # Examples [INFO] [stdout] 267 | | /// [INFO] [stdout] 268 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 287 | | /// ``` [INFO] [stdout] 288 | | Tup3, tup3, , , , ); [INFO] [stdout] | |_____________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 289 | / define_tuple!( [INFO] [stdout] 290 | | /// # Examples [INFO] [stdout] 291 | | /// [INFO] [stdout] 292 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 314 | | /// ``` [INFO] [stdout] 315 | | Tup4, tup4, , , , ); [INFO] [stdout] | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 289 | / define_tuple!( [INFO] [stdout] 290 | | /// # Examples [INFO] [stdout] 291 | | /// [INFO] [stdout] 292 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 314 | | /// ``` [INFO] [stdout] 315 | | Tup4, tup4, , , , ); [INFO] [stdout] | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 316 | / define_tuple!( [INFO] [stdout] 317 | | /// # Examples [INFO] [stdout] 318 | | /// [INFO] [stdout] 319 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 344 | | /// ``` [INFO] [stdout] 345 | | Tup5, tup5, , , , ); [INFO] [stdout] | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 316 | / define_tuple!( [INFO] [stdout] 317 | | /// # Examples [INFO] [stdout] 318 | | /// [INFO] [stdout] 319 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 344 | | /// ``` [INFO] [stdout] 345 | | Tup5, tup5, , , , ); [INFO] [stdout] | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `Command { std: "docker" "inspect" "03b76925402da3ac4a19d287081199e18e20c9b479819e7c401b1248bbc92e9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03b76925402da3ac4a19d287081199e18e20c9b479819e7c401b1248bbc92e9f", kill_on_drop: false }` [INFO] [stdout] 03b76925402da3ac4a19d287081199e18e20c9b479819e7c401b1248bbc92e9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da32925044279b1f29fdbd9a65879a8659cb007e32f74d7d714a48f1e0d60071 [INFO] running `Command { std: "docker" "start" "-a" "da32925044279b1f29fdbd9a65879a8659cb007e32f74d7d714a48f1e0d60071", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/array.rs:181:22 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn copy(src: &[T]) -> SizedInit> [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] 181 | pub fn copy(src: &[T]) -> SizedInit> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/array.rs:197:34 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn clone_from_slice(src: &[T]) -> SizedInit> [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] 197 | pub fn clone_from_slice(src: &[T]) -> SizedInit> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/array.rs:261:26 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn try_copy(src: &[T]) -> Option, Len>> [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] 261 | pub fn try_copy(src: &[T]) -> Option, Len>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/array.rs:287:14 [INFO] [stdout] | [INFO] [stdout] 287 | src: &[T], [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 288 | ) -> Option, Len>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 288 | ) -> Option, Len>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 244 | / define_tuple!( [INFO] [stdout] 245 | | /// # Examples [INFO] [stdout] 246 | | /// [INFO] [stdout] 247 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 263 | | /// ``` [INFO] [stdout] 264 | | Tup2, tup2, , , , ); [INFO] [stdout] | |___________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 244 | / define_tuple!( [INFO] [stdout] 245 | | /// # Examples [INFO] [stdout] 246 | | /// [INFO] [stdout] 247 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 263 | | /// ``` [INFO] [stdout] 264 | | Tup2, tup2, , , , ); [INFO] [stdout] | |___________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 265 | / define_tuple!( [INFO] [stdout] 266 | | /// # Examples [INFO] [stdout] 267 | | /// [INFO] [stdout] 268 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 287 | | /// ``` [INFO] [stdout] 288 | | Tup3, tup3, , , , ); [INFO] [stdout] | |_____________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 265 | / define_tuple!( [INFO] [stdout] 266 | | /// # Examples [INFO] [stdout] 267 | | /// [INFO] [stdout] 268 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 287 | | /// ``` [INFO] [stdout] 288 | | Tup3, tup3, , , , ); [INFO] [stdout] | |_____________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 289 | / define_tuple!( [INFO] [stdout] 290 | | /// # Examples [INFO] [stdout] 291 | | /// [INFO] [stdout] 292 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 314 | | /// ``` [INFO] [stdout] 315 | | Tup4, tup4, , , , ); [INFO] [stdout] | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 289 | / define_tuple!( [INFO] [stdout] 290 | | /// # Examples [INFO] [stdout] 291 | | /// [INFO] [stdout] 292 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 314 | | /// ``` [INFO] [stdout] 315 | | Tup4, tup4, , , , ); [INFO] [stdout] | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 316 | / define_tuple!( [INFO] [stdout] 317 | | /// # Examples [INFO] [stdout] 318 | | /// [INFO] [stdout] 319 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 344 | | /// ``` [INFO] [stdout] 345 | | Tup5, tup5, , , , ); [INFO] [stdout] | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 316 | / define_tuple!( [INFO] [stdout] 317 | | /// # Examples [INFO] [stdout] 318 | | /// [INFO] [stdout] 319 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 344 | | /// ``` [INFO] [stdout] 345 | | Tup5, tup5, , , , ); [INFO] [stdout] | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling varlen v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/array.rs:181:22 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn copy(src: &[T]) -> SizedInit> [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] 181 | pub fn copy(src: &[T]) -> SizedInit> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/array.rs:197:34 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn clone_from_slice(src: &[T]) -> SizedInit> [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] 197 | pub fn clone_from_slice(src: &[T]) -> SizedInit> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/array.rs:261:26 [INFO] [stdout] | [INFO] [stdout] 261 | pub fn try_copy(src: &[T]) -> Option, Len>> [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] 261 | pub fn try_copy(src: &[T]) -> Option, Len>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/array.rs:287:14 [INFO] [stdout] | [INFO] [stdout] 287 | src: &[T], [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 288 | ) -> Option, Len>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 288 | ) -> Option, Len>> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 244 | / define_tuple!( [INFO] [stdout] 245 | | /// # Examples [INFO] [stdout] 246 | | /// [INFO] [stdout] 247 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 263 | | /// ``` [INFO] [stdout] 264 | | Tup2, tup2, , , , ); [INFO] [stdout] | |___________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 244 | / define_tuple!( [INFO] [stdout] 245 | | /// # Examples [INFO] [stdout] 246 | | /// [INFO] [stdout] 247 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 263 | | /// ``` [INFO] [stdout] 264 | | Tup2, tup2, , , , ); [INFO] [stdout] | |___________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 265 | / define_tuple!( [INFO] [stdout] 266 | | /// # Examples [INFO] [stdout] 267 | | /// [INFO] [stdout] 268 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 287 | | /// ``` [INFO] [stdout] 288 | | Tup3, tup3, , , , ); [INFO] [stdout] | |_____________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 265 | / define_tuple!( [INFO] [stdout] 266 | | /// # Examples [INFO] [stdout] 267 | | /// [INFO] [stdout] 268 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 287 | | /// ``` [INFO] [stdout] 288 | | Tup3, tup3, , , , ); [INFO] [stdout] | |_____________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 289 | / define_tuple!( [INFO] [stdout] 290 | | /// # Examples [INFO] [stdout] 291 | | /// [INFO] [stdout] 292 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 314 | | /// ``` [INFO] [stdout] 315 | | Tup4, tup4, , , , ); [INFO] [stdout] | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 289 | / define_tuple!( [INFO] [stdout] 290 | | /// # Examples [INFO] [stdout] 291 | | /// [INFO] [stdout] 292 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 314 | | /// ``` [INFO] [stdout] 315 | | Tup4, tup4, , , , ); [INFO] [stdout] | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 316 | / define_tuple!( [INFO] [stdout] 317 | | /// # Examples [INFO] [stdout] 318 | | /// [INFO] [stdout] 319 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 344 | | /// ``` [INFO] [stdout] 345 | | Tup5, tup5, , , , ); [INFO] [stdout] | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tuple.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 316 | / define_tuple!( [INFO] [stdout] 317 | | /// # Examples [INFO] [stdout] 318 | | /// [INFO] [stdout] 319 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 344 | | /// ``` [INFO] [stdout] 345 | | Tup5, tup5, , , , ); [INFO] [stdout] | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `Command { std: "docker" "inspect" "da32925044279b1f29fdbd9a65879a8659cb007e32f74d7d714a48f1e0d60071", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da32925044279b1f29fdbd9a65879a8659cb007e32f74d7d714a48f1e0d60071", kill_on_drop: false }` [INFO] [stdout] da32925044279b1f29fdbd9a65879a8659cb007e32f74d7d714a48f1e0d60071 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c6fc3d40d7c93725ad88cfb9d34ffda9b242c3aacd64744db3be62cdbdbd7e0b [INFO] running `Command { std: "docker" "start" "-a" "c6fc3d40d7c93725ad88cfb9d34ffda9b242c3aacd64744db3be62cdbdbd7e0b", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/array.rs:181:22 [INFO] [stderr] | [INFO] [stderr] 181 | pub fn copy(src: &[T]) -> SizedInit> [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 181 | pub fn copy(src: &[T]) -> SizedInit> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/array.rs:197:34 [INFO] [stderr] | [INFO] [stderr] 197 | pub fn clone_from_slice(src: &[T]) -> SizedInit> [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 197 | pub fn clone_from_slice(src: &[T]) -> SizedInit> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/array.rs:261:26 [INFO] [stderr] | [INFO] [stderr] 261 | pub fn try_copy(src: &[T]) -> Option, Len>> [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 261 | pub fn try_copy(src: &[T]) -> Option, Len>> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/array.rs:287:14 [INFO] [stderr] | [INFO] [stderr] 287 | src: &[T], [INFO] [stderr] | ^^^^ the lifetime is elided here [INFO] [stderr] 288 | ) -> Option, Len>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 288 | ) -> Option, Len>> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tuple.rs:132:25 [INFO] [stderr] | [INFO] [stderr] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 244 | / define_tuple!( [INFO] [stderr] 245 | | /// # Examples [INFO] [stderr] 246 | | /// [INFO] [stderr] 247 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 263 | | /// ``` [INFO] [stderr] 264 | | Tup2, tup2, , , , ); [INFO] [stderr] | |___________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tuple.rs:141:35 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 244 | / define_tuple!( [INFO] [stderr] 245 | | /// # Examples [INFO] [stderr] 246 | | /// [INFO] [stderr] 247 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 263 | | /// ``` [INFO] [stderr] 264 | | Tup2, tup2, , , , ); [INFO] [stderr] | |___________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tuple.rs:132:25 [INFO] [stderr] | [INFO] [stderr] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 265 | / define_tuple!( [INFO] [stderr] 266 | | /// # Examples [INFO] [stderr] 267 | | /// [INFO] [stderr] 268 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 287 | | /// ``` [INFO] [stderr] 288 | | Tup3, tup3, , , , ); [INFO] [stderr] | |_____________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tuple.rs:141:35 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 265 | / define_tuple!( [INFO] [stderr] 266 | | /// # Examples [INFO] [stderr] 267 | | /// [INFO] [stderr] 268 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 287 | | /// ``` [INFO] [stderr] 288 | | Tup3, tup3, , , , ); [INFO] [stderr] | |_____________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tuple.rs:132:25 [INFO] [stderr] | [INFO] [stderr] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 289 | / define_tuple!( [INFO] [stderr] 290 | | /// # Examples [INFO] [stderr] 291 | | /// [INFO] [stderr] 292 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 314 | | /// ``` [INFO] [stderr] 315 | | Tup4, tup4, , , , ); [INFO] [stderr] | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tuple.rs:141:35 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 289 | / define_tuple!( [INFO] [stderr] 290 | | /// # Examples [INFO] [stderr] 291 | | /// [INFO] [stderr] 292 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 314 | | /// ``` [INFO] [stderr] 315 | | Tup4, tup4, , , , ); [INFO] [stderr] | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tuple.rs:132:25 [INFO] [stderr] | [INFO] [stderr] 132 | pub fn refs(&self) -> $mod::Refs<$($arg),*> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 316 | / define_tuple!( [INFO] [stderr] 317 | | /// # Examples [INFO] [stderr] 318 | | /// [INFO] [stderr] 319 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 344 | | /// ``` [INFO] [stderr] 345 | | Tup5, tup5, , , , ); [INFO] [stderr] | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 132 | pub fn refs(&self) -> $mod::Refs<'_, $($arg),*> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tuple.rs:141:35 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<$($arg),*> { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 316 | / define_tuple!( [INFO] [stderr] 317 | | /// # Examples [INFO] [stderr] 318 | | /// [INFO] [stderr] 319 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 344 | | /// ``` [INFO] [stderr] 345 | | Tup5, tup5, , , , ); [INFO] [stderr] | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 141 | pub fn muts(self: Pin<&mut Self>) -> $mod::Muts<'_, $($arg),*> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `varlen` (lib) generated 12 warnings (run `cargo fix --lib -p varlen` to apply 12 suggestions) [INFO] [stderr] warning: `varlen` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/varlen-dd1a5edc884efbb9) [INFO] [stderr] Doc-tests varlen [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test vbox::tests::vdrop ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/array.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/array.rs:205:9 [INFO] [stderr] | [INFO] [stderr] 205 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/macro_support.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #![allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/marker.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #![allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/marker.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/marker.rs:102:13 [INFO] [stderr] | [INFO] [stderr] 102 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/owned.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/seq.rs:525:9 [INFO] [stderr] | [INFO] [stderr] 525 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/seq.rs:546:9 [INFO] [stderr] | [INFO] [stderr] 546 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/seq.rs:568:9 [INFO] [stderr] | [INFO] [stderr] 568 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/seq.rs:927:9 [INFO] [stderr] | [INFO] [stderr] 927 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/seq.rs:1100:9 [INFO] [stderr] | [INFO] [stderr] 1100 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/seq.rs:1182:9 [INFO] [stderr] | [INFO] [stderr] 1182 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/newtype.rs:222:17 [INFO] [stderr] | [INFO] [stderr] 222 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/str.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / define_varlen_newtype! { [INFO] [stderr] 39 | | #[repr(transparent)] [INFO] [stderr] 40 | | #[doc = crate::doc_macro::make_svgbobdoc!( [INFO] [stderr] 41 | | /// A string with inline storage. [INFO] [stderr] ... | [INFO] [stderr] 91 | | with inner_mut: fn inner_mut(self: _) -> _; [INFO] [stderr] 92 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] = note: this warning originates in the macro `define_varlen_newtype` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/str.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/str.rs:126:9 [INFO] [stderr] | [INFO] [stderr] 126 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/str.rs:141:9 [INFO] [stderr] | [INFO] [stderr] 141 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/tuple.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 244 | / define_tuple!( [INFO] [stderr] 245 | | /// # Examples [INFO] [stderr] 246 | | /// [INFO] [stderr] 247 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 263 | | /// ``` [INFO] [stderr] 264 | | Tup2, tup2, , , , ); [INFO] [stderr] | |___________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/tuple.rs:128:17 [INFO] [stderr] | [INFO] [stderr] 128 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 244 | / define_tuple!( [INFO] [stderr] 245 | | /// # Examples [INFO] [stderr] 246 | | /// [INFO] [stderr] 247 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 263 | | /// ``` [INFO] [stderr] 264 | | Tup2, tup2, , , , ); [INFO] [stderr] | |___________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/tuple.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 265 | / define_tuple!( [INFO] [stderr] 266 | | /// # Examples [INFO] [stderr] 267 | | /// [INFO] [stderr] 268 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 287 | | /// ``` [INFO] [stderr] 288 | | Tup3, tup3, , , , ); [INFO] [stderr] | |_____________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/tuple.rs:128:17 [INFO] [stderr] | [INFO] [stderr] 128 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 265 | / define_tuple!( [INFO] [stderr] 266 | | /// # Examples [INFO] [stderr] 267 | | /// [INFO] [stderr] 268 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 287 | | /// ``` [INFO] [stderr] 288 | | Tup3, tup3, , , , ); [INFO] [stderr] | |_____________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/tuple.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 289 | / define_tuple!( [INFO] [stderr] 290 | | /// # Examples [INFO] [stderr] 291 | | /// [INFO] [stderr] 292 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 314 | | /// ``` [INFO] [stderr] 315 | | Tup4, tup4, , , , ); [INFO] [stderr] | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/tuple.rs:128:17 [INFO] [stderr] | [INFO] [stderr] 128 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 289 | / define_tuple!( [INFO] [stderr] 290 | | /// # Examples [INFO] [stderr] 291 | | /// [INFO] [stderr] 292 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 314 | | /// ``` [INFO] [stderr] 315 | | Tup4, tup4, , , , ); [INFO] [stderr] | |_______________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/tuple.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 316 | / define_tuple!( [INFO] [stderr] 317 | | /// # Examples [INFO] [stderr] 318 | | /// [INFO] [stderr] 319 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 344 | | /// ``` [INFO] [stderr] 345 | | Tup5, tup5, , , , ); [INFO] [stderr] | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/tuple.rs:128:17 [INFO] [stderr] | [INFO] [stderr] 128 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 316 | / define_tuple!( [INFO] [stderr] 317 | | /// # Examples [INFO] [stderr] 318 | | /// [INFO] [stderr] 319 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 344 | | /// ``` [INFO] [stderr] 345 | | Tup5, tup5, , , , ); [INFO] [stderr] | |_________________________________________________________________________________________________________________________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] = note: this warning originates in the macro `define_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/vbox.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/lib.rs:657:13 [INFO] [stderr] | [INFO] [stderr] 657 | #[allow(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-08-28; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] warning: 27 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 149 tests [INFO] [stdout] test src/array.rs - array::Array::clone_from_slice (line 192) ... ok [INFO] [stdout] test src/array.rs - array::ArrayLayout (line 110) ... ok [INFO] [stdout] test src/array.rs - array::Array::len_short (line 211) ... ok [INFO] [stdout] test src/array.rs - array::Array (line 325) ... ok [INFO] [stdout] test src/array.rs - array::ArrayLen::from_usize (line 408) ... ok [INFO] [stdout] test src/array.rs - array::Array::mut_slice (line 225) ... ok [INFO] [stdout] test src/array.rs - array::Array::copy (line 176) ... ok [INFO] [stdout] test src/array.rs - array::ArrayLen::as_usize (line 397) ... ok [INFO] [stdout] test src/array.rs - array::Array (line 65) ... ok [INFO] [stdout] test src/array.rs - array::Array (line 80) ... ok [INFO] [stdout] test src/array.rs - array (line 22) ... ok [INFO] [stdout] test src/array.rs - array::Array::try_clone_from_slice (line 274) ... ok [INFO] [stdout] test src/array.rs - array::Array::try_copy (line 248) ... ok [INFO] [stdout] test src/array.rs - array::ArrayLen (line 388) ... ok [INFO] [stdout] test src/array.rs - array::Array (line 93) ... ok [INFO] [stdout] test src/array_init.rs - array_init (line 9) ... ok [INFO] [stdout] test src/array_init.rs - array_init (line 21) ... ok [INFO] [stdout] test src/array_init.rs - array_init::CloneFrom (line 233) ... ok [INFO] [stdout] test src/array_init.rs - array_init::ArrayInitializer::initialize (line 86) ... ok [INFO] [stdout] test src/array.rs - array::SizedInit (line 340) ... ok [INFO] [stdout] test src/array_init.rs - array_init::CopyFrom (line 187) ... ok [INFO] [stdout] test src/array.rs - array::ArrayCloner (line 301) ... ok [INFO] [stdout] test src/array_init.rs - array_init::ArrayInitializer (line 66) ... ok [INFO] [stdout] test src/array_init.rs - array_init::CloneFrom (line 221) ... ok [INFO] [stdout] test src/array_init.rs - array_init::FillSequentially (line 139) ... ok [INFO] [stdout] test src/array_init.rs - array_init::CopyFrom (line 202) ... ok [INFO] [stdout] test src/array_init.rs - array_init::FillWithDefault (line 170) ... ok [INFO] [stdout] test src/array_init.rs - array_init::FromIterPrefix (line 114) ... ok [INFO] [stdout] test src/array_init.rs - array_init::MoveFrom (line 254) ... ok [INFO] [stdout] test src/array_init.rs - array_init::FillSequentially (line 147) ... ok [INFO] [stdout] test src/array_init.rs - array_init::CopyFrom (line 197) ... ok [INFO] [stdout] test src/array_init.rs - array_init::FromIterPrefix (line 103) ... ok [INFO] [stdout] test src/lib.rs - (line 91) ... ok [INFO] [stdout] test src/lib.rs - FixedLen (line 670) ... ok [INFO] [stdout] test src/lib.rs - (line 29) ... ok [INFO] [stdout] test src/lib.rs - Initializer (line 576) ... ok [INFO] [stdout] test src/lib.rs - (line 79) ... ok [INFO] [stdout] test src/lib.rs - FixedLenLayout (line 691) ... ok [INFO] [stdout] test src/array_init.rs - array_init::new_array (line 42) ... ok [INFO] [stdout] test src/lib.rs - FixedLenCloner (line 744) ... ok [INFO] [stdout] test src/lib.rs - Initializer::calculate_layout_cautious (line 625) ... ok [INFO] [stdout] test src/lib.rs - VClone::vclone (line 464) ... ok [INFO] [stdout] test src/lib.rs - FixedLen (line 678) ... ok [INFO] [stdout] test src/marker.rs - marker::FieldMarker (line 10) ... ok [INFO] [stdout] test src/array_init.rs - array_init::MoveFrom (line 266) ... ok [INFO] [stdout] test src/newtype.rs - newtype (line 10) ... ok [INFO] [stdout] test src/lib.rs - VarLen::ALIGN (line 354) ... ok [INFO] [stdout] test src/lib.rs - VClone (line 429) ... ok [INFO] [stdout] test src/lib.rs - VarLen::vdrop (line 386) ... ok [INFO] [stdout] test src/lib.rs - VCopy::vcopy (line 503) ... ok [INFO] [stdout] test src/marker.rs - marker::ArrayMarker (line 61) ... ok [INFO] [stdout] test src/newtype.rs - newtype::define_varlen_newtype (line 63) ... ok [INFO] [stdout] test src/lib.rs - VCopy (line 486) ... ok [INFO] [stdout] test src/lib.rs - VClone::Cloner (line 446) ... ok [INFO] [stdout] test src/lib.rs - VarLen (line 301) ... ok [INFO] [stdout] test src/lib.rs - VarLen::calculate_layout (line 342) ... ok [INFO] [stdout] test src/lib.rs - VCopier (line 520) ... ok [INFO] [stdout] test src/owned.rs - owned::Owned<'storage,T>::as_mut (line 133) ... ok [INFO] [stdout] test src/newtype.rs - newtype::define_varlen_newtype (line 133) ... ok [INFO] [stdout] test src/newtype.rs - newtype::impl_initializer_as_newtype (line 248) ... ok [INFO] [stdout] test src/prelude.rs - prelude (line 13) ... ok [INFO] [stdout] test src/newtype.rs - newtype::impl_initializer_as_newtype (line 276) ... ok [INFO] [stdout] test src/owned.rs - owned::Owned<'storage,T>::from_raw (line 87) ... ok [INFO] [stdout] test src/owned.rs - owned::Owned (line 33) ... ok [INFO] [stdout] test src/seq.rs - seq (line 29) ... ok [INFO] [stdout] test src/owned.rs - owned::Owned (line 58) ... ok [INFO] [stdout] test src/owned.rs - owned::Owned<'storage,T>::into_raw (line 114) ... ok [INFO] [stdout] test src/prelude.rs - prelude (line 7) ... ok [INFO] [stdout] test src/owned.rs - owned::Owned<'storage,T>::leak (line 154) ... ok [INFO] [stdout] test src/seq.rs - seq::Indexing (line 90) ... ok [INFO] [stdout] test src/owned.rs - owned (line 5) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq (line 366) ... ok [INFO] [stdout] test src/seq.rs - seq::Iter (line 1085) ... ok [INFO] [stdout] test src/seq.rs - seq::IterMut (line 1165) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::from_offset (line 933) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq (line 323) ... ok [INFO] [stdout] test src/seq.rs - seq::CheckedIndexing (line 198) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq (line 1030) ... ok [INFO] [stdout] test src/seq.rs - seq::IndexableSeq (line 442) ... ok [INFO] [stdout] test src/seq.rs - seq::OwnedElems (line 1253) ... ok [INFO] [stdout] test src/seq.rs - seq::IterMut<'a,T>::limited_to (line 1190) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq (line 385) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::capacity_in_offsets (line 615) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq (line 349) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq (line 1059) ... ok [INFO] [stdout] test src/seq.rs - seq::Iter<'a,T>::limited_to (line 1108) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::new_indexable (line 552) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::offset_of (line 744) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::from_offset_unchecked_mut (line 823) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::from_offset_mut (line 961) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::iter (line 702) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::is_offset_valid (line 989) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::push (line 655) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::from_offset_unchecked (line 784) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::offset (line 637) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::new (line 574) ... ok [INFO] [stdout] test src/seq.rs - seq::UncheckedIndexing (line 140) ... ok [INFO] [stdout] test src/str.rs - str::Str (line 59) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::offset_of (line 758) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::len (line 597) ... ok [INFO] [stdout] test src/str.rs - str::Str (line 74) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::take_elems (line 865) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::iter_mut (line 721) ... ok [INFO] [stdout] test src/str.rs - str::Str::try_copy (line 145) ... ok [INFO] [stdout] test src/str.rs - str::Str::mut_slice (line 111) ... ok [INFO] [stdout] test src/str.rs - str::StrCloner (line 163) ... ok [INFO] [stdout] test src/str.rs - str::Str::copy (line 132) ... ok [INFO] [stdout] test src/seq.rs - seq::Seq::new_minimal (line 531) ... ok [INFO] [stdout] test src/tuple.rs - tuple (line 9) ... ok [INFO] [stdout] test src/str.rs - str::Str (line 188) ... ok [INFO] [stdout] test src/str.rs - str (line 22) ... ok [INFO] [stdout] test src/tuple.rs - tuple::Tup2::refs (line 247) ... ok [INFO] [stdout] test src/tuple.rs - tuple::Tup2 (line 247) ... ok [INFO] [stdout] test src/tuple.rs - tuple::Tup3 (line 268) ... ok [INFO] [stdout] test src/tuple.rs - tuple::Tup3::muts (line 268) ... ok [INFO] [stdout] test src/seq.rs - seq::seq (line 62) ... ok [INFO] [stdout] test src/tuple.rs - tuple::Tup4 (line 292) ... ok [INFO] [stdout] test src/tuple.rs - tuple::Tup4::refs (line 292) ... ok [INFO] [stdout] test src/tuple.rs - tuple::Tup5 (line 319) ... ok [INFO] [stdout] test src/tuple.rs - tuple::Tup3::refs (line 268) ... ok [INFO] [stdout] test src/tuple.rs - tuple::Tup4::muts (line 292) ... ok [INFO] [stdout] test src/tuple.rs - tuple::Tup5::refs (line 319) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup2::Refs (line 247) ... ok [INFO] [stdout] test src/tuple.rs - tuple::Tup2::muts (line 247) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup2::Muts (line 247) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup2::Init (line 247) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup2::Layout (line 247) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup4::Refs (line 292) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup3::Refs (line 268) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup4::Muts (line 292) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup3::Init (line 268) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup3::Layout (line 268) ... ok [INFO] [stdout] test src/tuple.rs - tuple::Tup5::muts (line 319) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup4::Layout (line 292) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup5::Init (line 319) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup3::Muts (line 268) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup4::Init (line 292) ... ok [INFO] [stdout] test src/vbox.rs - vbox::VBox (line 205) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup5::Muts (line 319) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup5::Layout (line 319) ... ok [INFO] [stdout] test src/vbox.rs - vbox::VBox (line 30) ... ok [INFO] [stdout] test src/tuple.rs - tuple::tup5::Refs (line 319) ... ok [INFO] [stdout] test src/vbox.rs - vbox (line 7) ... ok [INFO] [stdout] test src/vbox.rs - vbox::VBox::from_raw (line 132) ... ok [INFO] [stdout] test src/vbox.rs - vbox::VBox::new (line 49) ... ok [INFO] [stdout] test src/vbox.rs - vbox::VBox::into_raw (line 102) ... ok [INFO] [stdout] test src/vbox.rs - vbox::VBox (line 218) ... ok [INFO] [stdout] test src/vbox.rs - vbox::VBox::as_mut (line 75) ... ok [INFO] [stdout] test src/vbox.rs - vbox::VBox (line 172) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 149 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.56s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c6fc3d40d7c93725ad88cfb9d34ffda9b242c3aacd64744db3be62cdbdbd7e0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6fc3d40d7c93725ad88cfb9d34ffda9b242c3aacd64744db3be62cdbdbd7e0b", kill_on_drop: false }` [INFO] [stdout] c6fc3d40d7c93725ad88cfb9d34ffda9b242c3aacd64744db3be62cdbdbd7e0b