enumset 1.1.12

A library for creating compact sets of enums.
Documentation
Build #3242958 2026-05-07 02:59:34

# rustc version rustc 1.97.0-nightly (365c0e1d7 2026-05-06)

# docs.rs version docsrs 0.0.0 (ad302d961e54d5d2c273ab5bb3d4139759c933ad 2026-05-03 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/enumset-1.1.12/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/enumset-1.1.12/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "14-19" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 124ed4dfab678813b4740b5007a1faa1d4e3ac3f3a5117a590554b1682d5e806 [INFO] running `Command { std: "docker" "start" "124ed4dfab678813b4740b5007a1faa1d4e3ac3f3a5117a590554b1682d5e806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "124ed4dfab678813b4740b5007a1faa1d4e3ac3f3a5117a590554b1682d5e806" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260506-1.97.0-nightly-365c0e1d7\", \"--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] Documenting enumset v1.1.12 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `crate::MixedEnumSet` [INFO] [stderr] --> src/macros.rs:121:32 [INFO] [stderr] | [INFO] [stderr] 121 | /// Creates a [`MixedEnumSet`](crate::MixedEnumSet) literal, which can be used in const contexts. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `MixedEnumSet` in module `enumset` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `EnumSet` [INFO] [stderr] --> src/macros.rs:152:61 [INFO] [stderr] | [INFO] [stderr] 152 | /// Computes the union of multiple enum variants or const [`EnumSet`] values at compile time. [INFO] [stderr] | ^^^^^^^ no item named `EnumSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `EnumSet` [INFO] [stderr] --> src/macros.rs:191:68 [INFO] [stderr] | [INFO] [stderr] 191 | /// Computes the intersection of multiple enum variants or const [`EnumSet`] values at compile time. [INFO] [stderr] | ^^^^^^^ no item named `EnumSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `EnumSet` [INFO] [stderr] --> src/macros.rs:232:59 [INFO] [stderr] | [INFO] [stderr] 232 | /// Computes the complement of an enum variant or const [`EnumSet`] value at compile time. [INFO] [stderr] | ^^^^^^^ no item named `EnumSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `EnumSet` [INFO] [stderr] --> src/macros.rs:261:66 [INFO] [stderr] | [INFO] [stderr] 261 | /// Computes the difference of multiple enum variants or const [`EnumSet`] values at compile time. [INFO] [stderr] | ^^^^^^^ no item named `EnumSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `EnumSet` [INFO] [stderr] --> src/macros.rs:302:76 [INFO] [stderr] | [INFO] [stderr] 302 | /// Computes the symmetric difference of multiple enum variants or const [`EnumSet`] values at [INFO] [stderr] | ^^^^^^^ no item named `EnumSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `enumset` (lib doc) generated 6 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/enumset/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "124ed4dfab678813b4740b5007a1faa1d4e3ac3f3a5117a590554b1682d5e806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "124ed4dfab678813b4740b5007a1faa1d4e3ac3f3a5117a590554b1682d5e806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "124ed4dfab678813b4740b5007a1faa1d4e3ac3f3a5117a590554b1682d5e806", kill_on_drop: false }` [INFO] [stdout] 124ed4dfab678813b4740b5007a1faa1d4e3ac3f3a5117a590554b1682d5e806