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.99.0-nightly (d0babd8b6 2026-07-15)
# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )
# 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" "6b6ff5899dd0558f8854a8af97d26b4dd3d4cffc3048a6ca4d63273872df36fc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--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] Checking wasmtime v46.0.1 [INFO] [stderr] Checking salvor-server v0.5.0 [INFO] [stderr] error: #[derive(RustEmbed)] folder '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/salvor-server-0.5.0/../../bridge/dist/bridge/browser' does not exist. cwd: '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/salvor-server-0.5.0' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/salvor-server-0.5.0/src/ui.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / /// The built dashboard, embedded from the Bridge's production output. [INFO] [stderr] 26 | | /// [INFO] [stderr] 27 | | /// The folder is relative to this crate's manifest. `build.rs` guarantees it [INFO] [stderr] 28 | | /// exists so the derive never fails to compile; an empty folder simply embeds [INFO] [stderr] ... | [INFO] [stderr] 31 | | #[folder = "../../bridge/dist/bridge/browser"] [INFO] [stderr] 32 | | struct Assets; [INFO] [stderr] | |______________^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated function or constant named `get` found for struct `Assets` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/salvor-server-0.5.0/src/ui.rs:53:16 [INFO] [stderr] | [INFO] [stderr] 32 | struct Assets; [INFO] [stderr] | ------------- associated function or constant `get` not found for this struct [INFO] [stderr] ... [INFO] [stderr] 53 | if Assets::get("index.html").is_none() { [INFO] [stderr] | ^^^ associated function or constant not found in `Assets` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `get`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `Embed` [INFO] [stderr] candidate #2: `SliceIndex` [INFO] [stderr] candidate #3: `fallible_streaming_iterator::FallibleStreamingIterator` [INFO] [stderr] candidate #4: `icu_collections::codepointtrie::cptrie::TypedCodePointTrie` [INFO] [stderr] candidate #5: `icu_properties::names::PropertyEnumToValueNameLookup` [INFO] [stderr] candidate #6: `icu_provider::baked::DataStore` [INFO] [stderr] candidate #7: `rustls::server::server_conn::StoresServerSessions` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated function or constant named `get` found for struct `Assets` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/salvor-server-0.5.0/src/ui.rs:70:33 [INFO] [stderr] | [INFO] [stderr] 32 | struct Assets; [INFO] [stderr] | ------------- associated function or constant `get` not found for this struct [INFO] [stderr] ... [INFO] [stderr] 70 | if let Some(file) = Assets::get(asset_path) { [INFO] [stderr] | ^^^ associated function or constant not found in `Assets` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `get`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `Embed` [INFO] [stderr] candidate #2: `SliceIndex` [INFO] [stderr] candidate #3: `fallible_streaming_iterator::FallibleStreamingIterator` [INFO] [stderr] candidate #4: `icu_collections::codepointtrie::cptrie::TypedCodePointTrie` [INFO] [stderr] candidate #5: `icu_properties::names::PropertyEnumToValueNameLookup` [INFO] [stderr] candidate #6: `icu_provider::baked::DataStore` [INFO] [stderr] candidate #7: `rustls::server::server_conn::StoresServerSessions` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated function or constant named `get` found for struct `Assets` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/salvor-server-0.5.0/src/ui.rs:82:25 [INFO] [stderr] | [INFO] [stderr] 32 | struct Assets; [INFO] [stderr] | ------------- associated function or constant `get` not found for this struct [INFO] [stderr] ... [INFO] [stderr] 82 | let index = Assets::get("index.html").expect("presence checked above"); [INFO] [stderr] | ^^^ associated function or constant not found in `Assets` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `get`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `Embed` [INFO] [stderr] candidate #2: `SliceIndex` [INFO] [stderr] candidate #3: `fallible_streaming_iterator::FallibleStreamingIterator` [INFO] [stderr] candidate #4: `icu_collections::codepointtrie::cptrie::TypedCodePointTrie` [INFO] [stderr] candidate #5: `icu_properties::names::PropertyEnumToValueNameLookup` [INFO] [stderr] candidate #6: `icu_provider::baked::DataStore` [INFO] [stderr] candidate #7: `rustls::server::server_conn::StoresServerSessions` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `salvor-server` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "6b6ff5899dd0558f8854a8af97d26b4dd3d4cffc3048a6ca4d63273872df36fc", kill_on_drop: false }`