# rustc version rustc 1.100.0-nightly (17fd5b8a3 2026-08-28)
# docs.rs version docsrs 0.0.0 (6c3c2ab33f39d2284fd26cea84fae0598b4cbd55 2026-08-24 )
# 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" "03e1a0ccd4b4951458dc947ac9a5eea5e435c38f01a7bed8a7ded287175c7b5d" "/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\", \"-20260828-1.100.0-nightly-17fd5b8a3\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: orbit, rapier, xpbd [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting bevy_mod_transform2d v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `bevy_ecs::component::Component` [INFO] [stderr] --> src/bundle.rs:36:51 [INFO] [stderr] | [INFO] [stderr] 36 | /// A [`Bundle`] with the following [`Component`](bevy_ecs::component::Component)s: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `bevy_ecs` in scope [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ComputedVisibility` [INFO] [stderr] --> src/bundle.rs:37:28 [INFO] [stderr] | [INFO] [stderr] 37 | /// * [`Visibility`] and [`ComputedVisibility`], which describe the visibility of an entity [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `ComputedVisibility` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] help: there's a similarly named item `InheritedVisibility` [INFO] [stderr] | [INFO] [stderr] 37 - /// * [`Visibility`] and [`ComputedVisibility`], which describe the visibility of an entity [INFO] [stderr] 37 + /// * [`Visibility`] and [`InheritedVisibility`], which describe the visibility of an entity [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ComputedVisibility` [INFO] [stderr] --> src/bundle.rs:41:73 [INFO] [stderr] | [INFO] [stderr] 41 | /// * To get the computed visibility of an entity, you should get its [`ComputedVisibility`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `ComputedVisibility` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] help: there's a similarly named item `InheritedVisibility` [INFO] [stderr] | [INFO] [stderr] 41 - /// * To get the computed visibility of an entity, you should get its [`ComputedVisibility`]. [INFO] [stderr] 41 + /// * To get the computed visibility of an entity, you should get its [`InheritedVisibility`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `super::GlobalTransform2d::transform_point` [INFO] [stderr] --> src/transform2d.rs:301:65 [INFO] [stderr] | [INFO] [stderr] 301 | /// consider using [`GlobalTransform2d::transform_point()`](super::GlobalTransform2d::transform_point) instead. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `GlobalTransform2d` in module `bevy_mod_transform2d` [INFO] [stderr] | [INFO] [stderr] help: there's a similarly named item `GlobalTransform` [INFO] [stderr] | [INFO] [stderr] 301 - /// consider using [`GlobalTransform2d::transform_point()`](super::GlobalTransform2d::transform_point) instead. [INFO] [stderr] 301 + /// consider using [`GlobalTransform2d::transform_point()`](super::GlobalTransform::transform_point) instead. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `bevy_mod_transform2d` (lib doc) generated 4 warnings [INFO] [stderr] Finished `dev` profile [optimized + debuginfo] target(s) in 2.02s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wgpu v0.19.4, wgpu-core v0.19.4, wgpu-hal v0.19.5 [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/bevy_mod_transform2d/index.html [INFO] running `Command { std: "docker" "inspect" "03e1a0ccd4b4951458dc947ac9a5eea5e435c38f01a7bed8a7ded287175c7b5d", kill_on_drop: false }`