dyn_struct 0.3.2

Construct dynamically sized types safely
Documentation

Build #3382928 2026-05-25 17:29:58

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 (423e3d252 2026-05-24)

# 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" "7d6da67238c2d68cea1f7802efe7295a5ec5ad47aea126191ec13a7bd9a8f120" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260524-1.98.0-nightly-423e3d252\", \"--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] Compiling dyn_struct_derive v0.3.0 [INFO] [stderr] error[E0603]: enum `TokenTree` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dyn_struct_derive-0.3.0/src/lib.rs:186:27 [INFO] [stderr] | [INFO] [stderr] 186 | quote::__private::TokenTree::Group(group) => find_ident(group.stream()), [INFO] [stderr] | ^^^^^^^^^ private enum [INFO] [stderr] | [INFO] [stderr] note: the enum `TokenTree` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/runtime.rs:6:49 [INFO] [stderr] | [INFO] [stderr] 6 | use proc_macro2::{Group, Ident, Punct, Spacing, TokenTree}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] help: consider importing this tuple variant instead [INFO] [stderr] | [INFO] [stderr] 186 - quote::__private::TokenTree::Group(group) => find_ident(group.stream()), [INFO] [stderr] 186 + proc_macro2::TokenTree::Group(group) => find_ident(group.stream()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: enum `TokenTree` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dyn_struct_derive-0.3.0/src/lib.rs:187:27 [INFO] [stderr] | [INFO] [stderr] 187 | quote::__private::TokenTree::Ident(ident) => Some(ident.clone()), [INFO] [stderr] | ^^^^^^^^^ private enum [INFO] [stderr] | [INFO] [stderr] note: the enum `TokenTree` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/runtime.rs:6:49 [INFO] [stderr] | [INFO] [stderr] 6 | use proc_macro2::{Group, Ident, Punct, Spacing, TokenTree}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] help: consider importing this tuple variant instead [INFO] [stderr] | [INFO] [stderr] 187 - quote::__private::TokenTree::Ident(ident) => Some(ident.clone()), [INFO] [stderr] 187 + proc_macro2::TokenTree::Ident(ident) => Some(ident.clone()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0603`. [INFO] [stderr] error: could not compile `dyn_struct_derive` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "7d6da67238c2d68cea1f7802efe7295a5ec5ad47aea126191ec13a7bd9a8f120", kill_on_drop: false }`