bezel 0.0.1

SwiftUI-flavored components for gpui — popovers, menus, buttons, toggles, and loaders

Build #4147247 2026-08-16 12:19:44

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.100.0-nightly (67854e511 2026-08-15)

# docs.rs version docsrs 0.0.0 (b67fb7d1993e3c70fff4d05e2bc482bd9d0d774f 2026-08-13 )

# 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" "6fec5d2ea68c52cbd97f7b84d0ae99fe1eafaf2fab59f099f9dc2b7218111fe1" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260815-1.100.0-nightly-67854e511\", \"--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\"" "-j6" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking bezel-theme v0.0.1 [INFO] [stderr] Checking bezel-motion v0.0.1 [INFO] [stderr] error[E0560]: struct `BoxShadow` has no field named `inset` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bezel-theme-0.0.1/src/lib.rs:941:9 [INFO] [stderr] | [INFO] [stderr] 941 | inset: true, [INFO] [stderr] | ^^^^^ `BoxShadow` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: all struct fields are already assigned [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0560`. [INFO] [stderr] error: could not compile `bezel-theme` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `reduce_motion` found for mutable reference `&mut App` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bezel-motion-0.0.1/src/lib.rs:86:11 [INFO] [stderr] | [INFO] [stderr] 86 | if cx.reduce_motion() { [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `&mut App` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bezel-motion-0.0.1/src/lib.rs:112:20 [INFO] [stderr] | [INFO] [stderr] 112 | if parked { [INFO] [stderr] | ^^^^^^ expected `bool`, found `Result<bool, Error>` [INFO] [stderr] | [INFO] [stderr] = note: expected type `bool` [INFO] [stderr] found enum `Result<bool, gpui::private::anyhow::Error>` [INFO] [stderr] help: consider using `Result::expect` to unwrap the `Result<bool, gpui::private::anyhow::Error>` value, panicking if the value is a `Result::Err` [INFO] [stderr] | [INFO] [stderr] 112 | if parked.expect("REASON") { [INFO] [stderr] | +++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_reduce_motion` found for mutable reference `&mut App` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bezel-motion-0.0.1/src/lib.rs:636:8 [INFO] [stderr] | [INFO] [stderr] 636 | cx.set_reduce_motion(reduced); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `&mut App` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `reduce_motion` found for reference `&App` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bezel-motion-0.0.1/src/lib.rs:641:8 [INFO] [stderr] | [INFO] [stderr] 641 | cx.reduce_motion() [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `&App` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `bezel-motion` (lib) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "6fec5d2ea68c52cbd97f7b84d0ae99fe1eafaf2fab59f099f9dc2b7218111fe1", kill_on_drop: false }`