Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# error kind ExecutionFailed
# pre-build errors command failed: exit status: 101
# rustc version rustc 1.98.0-nightly (c397dae80 2026-07-02)
# docs.rs version docsrs 0.0.0 (964c90a45859fd8f9076e3cbe58470a5a4f4d4f7 2026-07-01 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "04cd381b8ad37f5cc9f02e0eb053b6a370d47f3632f0fe77bb9cd9251eb03218" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "" "--no-default-features" "--config" "build.rustflags=[\"--cfg\", \"docsrs\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"docsrs\"]" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260702-1.98.0-nightly-c397dae80\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking subsecond-types v0.7.9 [INFO] [stderr] Checking slotmap v1.1.1 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Compiling enumset_derive v0.15.0 [INFO] [stderr] Checking zmij v1.0.21 [INFO] [stderr] Compiling const-serialize v0.7.2 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs:71:29 [INFO] [stderr] | [INFO] [stderr] 71 | #![cfg_attr(docsrs, feature(doc_auto_cfg))] [INFO] [stderr] | ^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: removed in 1.92.0; see <https://github.com/rust-lang/rust/pull/138907> for more information [INFO] [stderr] = note: merged into `doc_cfg` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1302:9 [INFO] [stderr] | [INFO] [stderr] 1302 | value: Option<T>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | / /// The dylib containing the patch. This should be a valid path so you can just pass it to LibLoading [INFO] [stderr] 11 | | /// [INFO] [stderr] 12 | | /// On wasm you will need to fetch() this file and then pass it to the WebAssembly.instantiate() function [INFO] [stderr] 13 | | pub lib: PathBuf, [INFO] [stderr] | |____________________^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1303:9 [INFO] [stderr] | [INFO] [stderr] 1303 | version: u32, [INFO] [stderr] | ^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | / /// old -> new [INFO] [stderr] 16 | | /// does not take into account the base address of the patch when loaded into memory - need dlopen for that [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// These are intended to be `*const ()` pointers but need to be `u64` for the hashmap. On 32-bit platforms [INFO] [stderr] 19 | | /// you will need to cast to `usize` before using them. [INFO] [stderr] 20 | | pub map: AddressMap, [INFO] [stderr] | |_______________________^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / /// the address of the base address of the old original binary [INFO] [stderr] 23 | | /// [INFO] [stderr] 24 | | /// machos: this is the address of the `_mh_execute_header` symbol usually at 0x100000000 and loaded near 0x100000000 [INFO] [stderr] 25 | | /// linux: this is the address of the `__executable_start` symbol usually at 0x0 but loaded around 0x555555550000 [INFO] [stderr] ... | [INFO] [stderr] 30 | | /// them dynamically is worthwhile. [INFO] [stderr] 31 | | pub aslr_reference: u64, [INFO] [stderr] | |___________________________^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / /// the address of the base address of the new binary [INFO] [stderr] 34 | | /// [INFO] [stderr] 35 | | /// machos: this is the address of the `_mh_execute_header` symbol usually at 0x100000000 and loaded near 0x100000000 [INFO] [stderr] 36 | | /// linux: this is the address of the `__executable_start` symbol usually at 0x0 but loaded around 0x555555550000 [INFO] [stderr] ... | [INFO] [stderr] 41 | | /// them dynamically is worthwhile. [INFO] [stderr] 42 | | pub new_base_address: u64, [INFO] [stderr] | |_____________________________^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | / /// The amount of ifuncs this will register. This is used by WASM to know how much space to allocate [INFO] [stderr] 45 | | /// for the ifuncs in the ifunc table [INFO] [stderr] 46 | | pub ifunc_count: u64, [INFO] [stderr] | |________________________^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 1 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `fmt` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Formatter` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Formatter` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 1 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 1 + use std::result::Result::Ok; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 1 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct, unit variant or constant `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Err` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 1 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Option` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Option` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PhantomData` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/subsecond-types-0.7.9/src/lib.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit struct [INFO] [stderr] | [INFO] [stderr] 1 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Checking web-sys v0.3.103 [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0531. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1295:9 [INFO] [stderr] | [INFO] [stderr] 1295 | value: Option<T>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error: could not compile `subsecond-types` (lib) due to 18 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1296:9 [INFO] [stderr] | [INFO] [stderr] 1296 | version: u32, [INFO] [stderr] | ^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1355:9 [INFO] [stderr] | [INFO] [stderr] 1355 | value: Option<T>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1356:9 [INFO] [stderr] | [INFO] [stderr] 1356 | version: u32, [INFO] [stderr] | ^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1555:9 [INFO] [stderr] | [INFO] [stderr] 1555 | value: Option<T>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1556:9 [INFO] [stderr] | [INFO] [stderr] 1556 | version: u32, [INFO] [stderr] | ^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:522:9 [INFO] [stderr] | [INFO] [stderr] 522 | idx: u32, [INFO] [stderr] | ^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error: could not compile `generic-array` (lib) due to 1 previous error [INFO] [stderr] error[E0433]: cannot find `de` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:523:9 [INFO] [stderr] | [INFO] [stderr] 523 | version: u32, [INFO] [stderr] | ^^^^^^^^^^^^ could not find `de` in `__private228` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1296 + use crate::Formatter; [INFO] [stderr] | [INFO] [stderr] 1296 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 1296 + use alloc::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `fmt` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these modules [INFO] [stderr] | [INFO] [stderr] 1296 + use crate::fmt; [INFO] [stderr] | [INFO] [stderr] 1296 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] 1296 + use alloc::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Formatter` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Formatter` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1296 + use crate::Formatter; [INFO] [stderr] | [INFO] [stderr] 1296 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 1296 + use alloc::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these tuple variants [INFO] [stderr] | [INFO] [stderr] 1296 + use crate::__impl::Result::Ok; [INFO] [stderr] | [INFO] [stderr] 1296 + use std::result::Result::Ok; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1296 + use crate::basic::PhantomData; [INFO] [stderr] | [INFO] [stderr] 1296 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 1296 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct, unit variant or constant `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 1296 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Err` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these tuple variants [INFO] [stderr] | [INFO] [stderr] 1296 + use crate::__impl::Result::Err; [INFO] [stderr] | [INFO] [stderr] 1296 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Option` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 1296 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 1296 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Option` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 1296 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 1296 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PhantomData` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/basic.rs:1300:25 [INFO] [stderr] | [INFO] [stderr] 1300 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these unit structs [INFO] [stderr] | [INFO] [stderr] 1296 + use crate::basic::PhantomData; [INFO] [stderr] | [INFO] [stderr] 1296 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1289 + use crate::Formatter; [INFO] [stderr] | [INFO] [stderr] 1289 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 1289 + use alloc::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `fmt` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these modules [INFO] [stderr] | [INFO] [stderr] 1289 + use crate::fmt; [INFO] [stderr] | [INFO] [stderr] 1289 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] 1289 + use alloc::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Formatter` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Formatter` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1289 + use crate::Formatter; [INFO] [stderr] | [INFO] [stderr] 1289 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 1289 + use alloc::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these tuple variants [INFO] [stderr] | [INFO] [stderr] 1289 + use crate::__impl::Result::Ok; [INFO] [stderr] | [INFO] [stderr] 1289 + use std::result::Result::Ok; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: struct `crate::sparse_secondary::serialize::PhantomData` exists but is inaccessible [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 1289 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 1289 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct, unit variant or constant `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 1289 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Err` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these tuple variants [INFO] [stderr] | [INFO] [stderr] 1289 + use crate::__impl::Result::Err; [INFO] [stderr] | [INFO] [stderr] 1289 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Option` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 1289 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 1289 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Option` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 1289 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 1289 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PhantomData` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/dense.rs:1293:25 [INFO] [stderr] | [INFO] [stderr] 1293 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: unit struct `crate::sparse_secondary::serialize::PhantomData` exists but is inaccessible [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit struct [INFO] [stderr] | [INFO] [stderr] 1289 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1349 + use crate::Formatter; [INFO] [stderr] | [INFO] [stderr] 1349 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 1349 + use alloc::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `fmt` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these modules [INFO] [stderr] | [INFO] [stderr] 1349 + use crate::fmt; [INFO] [stderr] | [INFO] [stderr] 1349 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] 1349 + use alloc::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Formatter` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Formatter` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1349 + use crate::Formatter; [INFO] [stderr] | [INFO] [stderr] 1349 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 1349 + use alloc::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these tuple variants [INFO] [stderr] | [INFO] [stderr] 1349 + use crate::__impl::Result::Ok; [INFO] [stderr] | [INFO] [stderr] 1349 + use std::result::Result::Ok; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1349 + use crate::hop::PhantomData; [INFO] [stderr] | [INFO] [stderr] 1349 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 1349 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct, unit variant or constant `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 1349 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Err` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these tuple variants [INFO] [stderr] | [INFO] [stderr] 1349 + use crate::__impl::Result::Err; [INFO] [stderr] | [INFO] [stderr] 1349 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Option` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 1349 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 1349 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Option` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 1349 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 1349 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PhantomData` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/hop.rs:1353:25 [INFO] [stderr] | [INFO] [stderr] 1353 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these unit structs [INFO] [stderr] | [INFO] [stderr] 1349 + use crate::hop::PhantomData; [INFO] [stderr] | [INFO] [stderr] 1349 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1549 + use crate::Formatter; [INFO] [stderr] | [INFO] [stderr] 1549 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 1549 + use alloc::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `fmt` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these modules [INFO] [stderr] | [INFO] [stderr] 1549 + use crate::fmt; [INFO] [stderr] | [INFO] [stderr] 1549 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] 1549 + use alloc::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Formatter` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Formatter` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1549 + use crate::Formatter; [INFO] [stderr] | [INFO] [stderr] 1549 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 1549 + use alloc::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these tuple variants [INFO] [stderr] | [INFO] [stderr] 1549 + use crate::__impl::Result::Ok; [INFO] [stderr] | [INFO] [stderr] 1549 + use std::result::Result::Ok; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 1549 + use crate::secondary::PhantomData; [INFO] [stderr] | [INFO] [stderr] 1549 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 1549 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct, unit variant or constant `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 1549 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Err` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these tuple variants [INFO] [stderr] | [INFO] [stderr] 1549 + use crate::__impl::Result::Err; [INFO] [stderr] | [INFO] [stderr] 1549 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Option` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 1549 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 1549 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Option` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 1549 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 1549 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PhantomData` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/secondary.rs:1553:25 [INFO] [stderr] | [INFO] [stderr] 1553 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these unit structs [INFO] [stderr] | [INFO] [stderr] 1549 + use crate::secondary::PhantomData; [INFO] [stderr] | [INFO] [stderr] 1549 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Formatter` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 516 + use crate::Formatter; [INFO] [stderr] | [INFO] [stderr] 516 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 516 + use alloc::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `fmt` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these modules [INFO] [stderr] | [INFO] [stderr] 516 + use crate::fmt; [INFO] [stderr] | [INFO] [stderr] 516 + use crate::serialize::alloc::fmt; [INFO] [stderr] | [INFO] [stderr] 516 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] 516 + use alloc::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Formatter` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Formatter` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 516 + use crate::Formatter; [INFO] [stderr] | [INFO] [stderr] 516 + use std::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] 516 + use alloc::fmt::Formatter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these tuple variants [INFO] [stderr] | [INFO] [stderr] 516 + use crate::__impl::Result::Ok; [INFO] [stderr] | [INFO] [stderr] 516 + use std::result::Result::Ok; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `PhantomData` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: struct `crate::sparse_secondary::serialize::PhantomData` exists but is inaccessible [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 516 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 516 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct, unit variant or constant `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 516 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Err` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing one of these tuple variants [INFO] [stderr] | [INFO] [stderr] 516 + use crate::__impl::Result::Err; [INFO] [stderr] | [INFO] [stderr] 516 + use std::result::Result::Err; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Option` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 516 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `None` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit variant [INFO] [stderr] | [INFO] [stderr] 516 + use std::option::Option::None; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `Option` in `__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Option` in `__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 516 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Some` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this tuple variant [INFO] [stderr] | [INFO] [stderr] 516 + use std::option::Option::Some; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PhantomData` in module `_serde::__private228` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slotmap-1.1.1/src/lib.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | #[derive(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ not found in `_serde::__private228` [INFO] [stderr] | [INFO] [stderr] = note: unit struct `crate::sparse_secondary::serialize::PhantomData` exists but is inaccessible [INFO] [stderr] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this unit struct [INFO] [stderr] | [INFO] [stderr] 516 + use std::marker::PhantomData; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: could not compile `slotmap` (lib) due to 75 previous errors [INFO] running `Command { std: "docker" "inspect" "04cd381b8ad37f5cc9f02e0eb053b6a370d47f3632f0fe77bb9cd9251eb03218", kill_on_drop: false }`