# rustc version rustc 1.98.0-nightly (d1fc603d1 2026-05-26)
# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )
# 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" "e4fac24446bad0db1c7b9fbf11a339c5f711c5f92026c3c179305ad1968b0dba" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260526-1.98.0-nightly-d1fc603d1\", \"--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: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting enum_like v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unknown attribute `norun` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / //! This crate provides the `EnumLike` trait, which defines a mapping from [INFO] [stderr] 3 | | //! a given type to `usize`. [INFO] [stderr] 4 | | //! [INFO] [stderr] 5 | | //! This is similar to `std::mem::discriminant`, however it has a few [INFO] [stderr] ... | [INFO] [stderr] 21 | | //! The `AD` enum has 2 variants, but since each of these variants is an enum [INFO] [stderr] 22 | | //! with 3 variants, the `AD::values().count()` will return 6 instead of 2. [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = help: use `no_run` to compile, but not run, the code sample during testing [INFO] [stderr] = help: this code block may be skipped during testing, because unknown attributes are treated as markers for code samples written in other programming languages, unless it is also explicitly marked as `rust` [INFO] [stderr] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unknown attribute `norun` [INFO] [stderr] --> src/lib.rs:489:1 [INFO] [stderr] | [INFO] [stderr] 489 | / /// Helper trait to iterate over all the possible values of an enum. [INFO] [stderr] 490 | | /// Note: you don't need to implement this trait, it is provided by `EnumLike`. [INFO] [stderr] 491 | | /// [INFO] [stderr] 492 | | /// Common usage: `for i in T::values() {}` [INFO] [stderr] ... | [INFO] [stderr] 560 | | /// The index can then be used to create an instance of the type using [INFO] [stderr] 561 | | /// `NestedOptionBool::from_discr(x)` [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] | [INFO] [stderr] = help: use `no_run` to compile, but not run, the code sample during testing [INFO] [stderr] = help: this code block may be skipped during testing, because unknown attributes are treated as markers for code samples written in other programming languages, unless it is also explicitly marked as `rust` [INFO] [stderr] [INFO] [stderr] warning: `enum_like` (lib doc) generated 2 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/enum_like/index.html [INFO] running `Command { std: "docker" "inspect" "e4fac24446bad0db1c7b9fbf11a339c5f711c5f92026c3c179305ad1968b0dba", kill_on_drop: false }`