enumset 1.1.13

A library for creating compact sets of enums.
Documentation

Build #3319771 2026-05-18 23:17:47

# rustc version rustc 1.97.0-nightly (507271bc1 2026-05-17)

# docs.rs version docsrs 0.0.0 (e50152ed411bb913753b1dfd203f22cb8711f097 2026-05-17 )

# 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" "41827fe0cd52609a91e307c60c8a414cb329d45eeac8280df8b9f45f9a497d2d" "/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\", \"-20260517-1.97.0-nightly-507271bc1\", \"--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.13 (/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" "inspect" "41827fe0cd52609a91e307c60c8a414cb329d45eeac8280df8b9f45f9a497d2d", kill_on_drop: false }`