dioxus-core 0.6.3

Build fullstack web, desktop, and mobile apps with a single codebase.
Documentation
Build #1720092 2025-02-08T00:39:27.135469+00:00
# rustc version
rustc 1.86.0-nightly (942db6782 2025-02-06)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/dioxus-core-0.6.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/dioxus-core-0.6.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-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" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250206-1.86.0-nightly-942db6782\", \"--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" "-Zunstable-options" "-Zrustdoc-scrape-examples", 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] c5bbc78522530212c1c0106c2edafd46aa0a2f29a796e3c186df44c044ea8199
[INFO] running `Command { std: "docker" "start" "-a" "c5bbc78522530212c1c0106c2edafd46aa0a2f29a796e3c186df44c044ea8199", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting dioxus-core v0.6.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `dioxus::prelude::use_signal`
[INFO] [stderr]    --> src/global_context.rs:227:138
[INFO] [stderr]     |
[INFO] [stderr] 227 | ...ll track changes, use [`use_signal`](dioxus::prelude::use_signal) instead.
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `dioxus` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `dioxus::prelude::use_effect`
[INFO] [stderr]    --> src/global_context.rs:351:34
[INFO] [stderr]     |
[INFO] [stderr] 351 | /// (created with [`use_effect`](dioxus::prelude::use_effect)).
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `dioxus` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Template::name`
[INFO] [stderr]    --> src/nodes.rs:347:38
[INFO] [stderr]     |
[INFO] [stderr] 347 | /// For this to work properly, the [`Template::name`] *must* be unique across your entire project. This can be done via variety of
[INFO] [stderr]     |                                      ^^^^^^^^^^^^^^ the struct `Template` has no field or associated item named `name`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ErrorBoundary`
[INFO] [stderr]    --> src/scope_context.rs:593:91
[INFO] [stderr]     |
[INFO] [stderr] 593 |     /// Throw a [`CapturedError`] into a scope. The error will bubble up to the nearest [`ErrorBoundary`] or the root of the app.
[INFO] [stderr]     |                                                                                           ^^^^^^^^^^^^^ no item named `ErrorBoundary` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `VirtualDom::new`
[INFO] [stderr]   --> src/scopes.rs:36:53
[INFO] [stderr]    |
[INFO] [stderr] 36 |     /// The ScopeId of the main scope passed into [`VirtualDom::new`].
[INFO] [stderr]    |                                                     ^^^^^^^^^^^^^^^ no item named `VirtualDom` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `SuspenseBoundary`
[INFO] [stderr]   --> src/scopes.rs:54:101
[INFO] [stderr]    |
[INFO] [stderr] 54 | ...`] because dioxus inserts a default [`SuspenseBoundary`] and [`ErrorBoundary`] at the root of the tree.
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^^^ no item named `SuspenseBoundary` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ErrorBoundary`
[INFO] [stderr]   --> src/scopes.rs:54:126
[INFO] [stderr]    |
[INFO] [stderr] 54 | ...rts a default [`SuspenseBoundary`] and [`ErrorBoundary`] at the root of the tree.
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^ no item named `ErrorBoundary` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `dioxus-core` (lib doc) generated 7 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/dioxus_core/index.html
[INFO] running `Command { std: "docker" "inspect" "c5bbc78522530212c1c0106c2edafd46aa0a2f29a796e3c186df44c044ea8199", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5bbc78522530212c1c0106c2edafd46aa0a2f29a796e3c186df44c044ea8199", kill_on_drop: false }`
[INFO] [stdout] c5bbc78522530212c1c0106c2edafd46aa0a2f29a796e3c186df44c044ea8199