[INFO] fetching crate bevy_platform 0.19.1...
[INFO] documenting bevy_platform-0.19.1 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate bevy_platform 0.19.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate bevy_platform 0.19.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate bevy_platform 0.19.1
[INFO] tweaked toml for crates.io crate bevy_platform 0.19.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bevy_platform 0.19.1 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bevy_platform 0.19.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b7dcde1f644cdbfb88f78a7942ce99f0a8964f20dcf053696901ec9157a487f4
[INFO] running `Command { std: "docker" "start" "b7dcde1f644cdbfb88f78a7942ce99f0a8964f20dcf053696901ec9157a487f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b7dcde1f644cdbfb88f78a7942ce99f0a8964f20dcf053696901ec9157a487f4", kill_on_drop: false }`
[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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b7dcde1f644cdbfb88f78a7942ce99f0a8964f20dcf053696901ec9157a487f4" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b7dcde1f644cdbfb88f78a7942ce99f0a8964f20dcf053696901ec9157a487f4", kill_on_drop: false }`
[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" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b7dcde1f644cdbfb88f78a7942ce99f0a8964f20dcf053696901ec9157a487f4" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking spin v0.10.1
[INFO] [stderr]  Documenting bevy_platform v0.19.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `hb::HashMap::new`
[INFO] [stdout]   --> src/collections/hash_map.rs:41:85
[INFO] [stdout]    |
[INFO] [stdout] 41 | /// A new-type is used instead of a type alias due to critical methods like [`new`](hb::HashMap::new)
[INFO] [stdout]    |                                                                                     ^^^^^^^^^^^^^^^^ the struct `HashMap` has no field or associated item named `new`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashMap::new`
[INFO] [stdout]    --> src/collections/hash_map.rs:309:26
[INFO] [stdout]     |
[INFO] [stdout] 309 |     /// Refer to [`new`](hb::HashMap::new) for further details.
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^ the struct `HashMap` has no field or associated item named `new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashMap::with_capacity`
[INFO] [stdout]    --> src/collections/hash_map.rs:330:36
[INFO] [stdout]     |
[INFO] [stdout] 330 |     /// Refer to [`with_capacity`](hb::HashMap::with_capacity) for further details.
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `HashMap` has no field or associated item named `with_capacity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashSet::new`
[INFO] [stdout]   --> src/collections/hash_set.rs:35:85
[INFO] [stdout]    |
[INFO] [stdout] 35 | /// A new-type is used instead of a type alias due to critical methods like [`new`](hb::HashSet::new)
[INFO] [stdout]    |                                                                                     ^^^^^^^^^^^^^^^^ the struct `HashSet` has no field or associated item named `new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashSet::new`
[INFO] [stdout]    --> src/collections/hash_set.rs:285:26
[INFO] [stdout]     |
[INFO] [stdout] 285 |     /// Refer to [`new`](hb::HashSet::new) for further details.
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^ the struct `HashSet` has no field or associated item named `new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashSet::with_capacity`
[INFO] [stdout]    --> src/collections/hash_set.rs:306:36
[INFO] [stdout]     |
[INFO] [stdout] 306 |     /// Refer to [`with_capacity`](hb::HashSet::with_capacity) for further details.
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `HashSet` has no field or associated item named `with_capacity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown link and refdef are defined on different items
[INFO] [stdout]   --> src/cfg.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | /// [`cfg_match`].
[INFO] [stdout]    |     ^ item starts here
[INFO] [stdout] ...
[INFO] [stdout] 40 | /// [`cfg_match`]: https://github.com/rust-lang/rust/issues/115585
[INFO] [stdout]    |                                                                  - refdef ends here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:71:5
[INFO] [stdout]     |
[INFO] [stdout]  71 | /// 1. Evaluate with no contents to return a `bool` indicating if the alias is active.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] ...
[INFO] [stdout] 114 | ///    ```
[INFO] [stdout]     |          - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 | /// 4. Use in a [`switch`] arm for more complex conditional compilation.
[INFO] [stdout]     |     ^ starts here
[INFO] [stdout] ...
[INFO] [stdout] 114 | ///    ```
[INFO] [stdout]     |          - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout] 101 | ///    ```
[INFO] [stdout]     |        ^ starts here
[INFO] [stdout] ...
[INFO] [stdout] 114 | ///    ```
[INFO] [stdout]     |          - ends here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:215:34
[INFO] [stdout]     |
[INFO] [stdout] 215 |                   #[doc = concat!("This macro passes the provided code because `#[cfg(", stringify!($meta), ")]` is currently activ...
[INFO] [stdout]     |                                    ^ starts here
[INFO] [stdout] ...
[INFO] [stdout] 235 | / define_alias! {
[INFO] [stdout] 236 | |     #[cfg(feature = "alloc")] => {
[INFO] [stdout] 237 | |         /// Indicates the `alloc` crate is available and can be used.
[INFO] [stdout] 238 | |         alloc
[INFO] [stdout] ...   |
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: ends near `This macro passes the provided code because `#[cfg(feature = "alloc")]` is currently active.`
[INFO] [stdout]     = note: this error originates in the macro `define_alias` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | / macro_rules! enabled {
[INFO] [stdout] 173 | |     () => { true };
[INFO] [stdout] 174 | |     (if { $($p:tt)* } else { $($n:tt)* }) => { $($p)* };
[INFO] [stdout] 175 | |     ($($p:tt)*) => { $($p)* };
[INFO] [stdout] 176 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `This macro passes the provided code because `#[cfg(feature = "alloc")]` is currently active.`
[INFO] [stdout]     = help: ends near `This macro passes the provided code because `#[cfg(feature = "alloc")]` is currently active.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:215:34
[INFO] [stdout]     |
[INFO] [stdout] 215 |                   #[doc = concat!("This macro passes the provided code because `#[cfg(", stringify!($meta), ")]` is currently activ...
[INFO] [stdout]     |                                    ^ starts here
[INFO] [stdout] ...
[INFO] [stdout] 235 | / define_alias! {
[INFO] [stdout] 236 | |     #[cfg(feature = "alloc")] => {
[INFO] [stdout] 237 | |         /// Indicates the `alloc` crate is available and can be used.
[INFO] [stdout] 238 | |         alloc
[INFO] [stdout] ...   |
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: ends near `This macro passes the provided code because `#[cfg(feature = "std")]` is currently active.`
[INFO] [stdout]     = note: this error originates in the macro `$crate::define_alias` which comes from the expansion of the macro `define_alias` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | / macro_rules! enabled {
[INFO] [stdout] 173 | |     () => { true };
[INFO] [stdout] 174 | |     (if { $($p:tt)* } else { $($n:tt)* }) => { $($p)* };
[INFO] [stdout] 175 | |     ($($p:tt)*) => { $($p)* };
[INFO] [stdout] 176 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `This macro passes the provided code because `#[cfg(feature = "std")]` is currently active.`
[INFO] [stdout]     = help: ends near `This macro passes the provided code because `#[cfg(feature = "std")]` is currently active.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:215:34
[INFO] [stdout]     |
[INFO] [stdout] 215 |                   #[doc = concat!("This macro passes the provided code because `#[cfg(", stringify!($meta), ")]` is currently activ...
[INFO] [stdout]     |                                    ^ starts here
[INFO] [stdout] ...
[INFO] [stdout] 235 | / define_alias! {
[INFO] [stdout] 236 | |     #[cfg(feature = "alloc")] => {
[INFO] [stdout] 237 | |         /// Indicates the `alloc` crate is available and can be used.
[INFO] [stdout] 238 | |         alloc
[INFO] [stdout] ...   |
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: ends near `This macro passes the provided code because `#[cfg(panic = "unwind")]` is currently active.`
[INFO] [stdout]     = note: this error originates in the macro `$crate::define_alias` which comes from the expansion of the macro `define_alias` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | / macro_rules! enabled {
[INFO] [stdout] 173 | |     () => { true };
[INFO] [stdout] 174 | |     (if { $($p:tt)* } else { $($n:tt)* }) => { $($p)* };
[INFO] [stdout] 175 | |     ($($p:tt)*) => { $($p)* };
[INFO] [stdout] 176 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `This macro passes the provided code because `#[cfg(panic = "unwind")]` is currently active.`
[INFO] [stdout]     = help: ends near `This macro passes the provided code because `#[cfg(panic = "unwind")]` is currently active.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:222:34
[INFO] [stdout]     |
[INFO] [stdout] 222 |                   #[doc = concat!("This macro suppresses the provided code because `#[cfg(", stringify!($meta), ")]` is _not_ curre...
[INFO] [stdout]     |                                    ^ starts here
[INFO] [stdout] ...
[INFO] [stdout] 235 | / define_alias! {
[INFO] [stdout] 236 | |     #[cfg(feature = "alloc")] => {
[INFO] [stdout] 237 | |         /// Indicates the `alloc` crate is available and can be used.
[INFO] [stdout] 238 | |         alloc
[INFO] [stdout] ...   |
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: ends near `This macro suppresses the provided code because `#[cfg(panic = "abort")]` is _not_ currently active.`
[INFO] [stdout]     = note: this error originates in the macro `$crate::define_alias` which comes from the expansion of the macro `define_alias` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:164:1
[INFO] [stdout]     |
[INFO] [stdout] 164 | / macro_rules! disabled {
[INFO] [stdout] 165 | |     () => { false };
[INFO] [stdout] 166 | |     (if { $($p:tt)* } else { $($n:tt)* }) => { $($n)* };
[INFO] [stdout] 167 | |     ($($p:tt)*) => {};
[INFO] [stdout] 168 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `This macro suppresses the provided code because `#[cfg(panic = "abort")]` is _not_ currently active.`
[INFO] [stdout]     = help: ends near `This macro suppresses the provided code because `#[cfg(panic = "abort")]` is _not_ currently active.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:222:34
[INFO] [stdout]     |
[INFO] [stdout] 222 |                   #[doc = concat!("This macro suppresses the provided code because `#[cfg(", stringify!($meta), ")]` is _not_ curre...
[INFO] [stdout]     |                                    ^ starts here
[INFO] [stdout] ...
[INFO] [stdout] 235 | / define_alias! {
[INFO] [stdout] 236 | |     #[cfg(feature = "alloc")] => {
[INFO] [stdout] 237 | |         /// Indicates the `alloc` crate is available and can be used.
[INFO] [stdout] 238 | |         alloc
[INFO] [stdout] ...   |
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: ends near `This macro suppresses the provided code because `#[cfg(all(target_arch = "wasm32", feature = "web"))]` is _not_ currently active.`
[INFO] [stdout]     = note: this error originates in the macro `$crate::define_alias` which comes from the expansion of the macro `define_alias` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:164:1
[INFO] [stdout]     |
[INFO] [stdout] 164 | / macro_rules! disabled {
[INFO] [stdout] 165 | |     () => { false };
[INFO] [stdout] 166 | |     (if { $($p:tt)* } else { $($n:tt)* }) => { $($n)* };
[INFO] [stdout] 167 | |     ($($p:tt)*) => {};
[INFO] [stdout] 168 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `This macro suppresses the provided code because `#[cfg(all(target_arch = "wasm32", feature = "web"))]` is _not_ currently active.`
[INFO] [stdout]     = help: ends near `This macro suppresses the provided code because `#[cfg(all(target_arch = "wasm32", feature = "web"))]` is _not_ currently active.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:215:34
[INFO] [stdout]     |
[INFO] [stdout] 215 |                   #[doc = concat!("This macro passes the provided code because `#[cfg(", stringify!($meta), ")]` is currently activ...
[INFO] [stdout]     |                                    ^ starts here
[INFO] [stdout] ...
[INFO] [stdout] 235 | / define_alias! {
[INFO] [stdout] 236 | |     #[cfg(feature = "alloc")] => {
[INFO] [stdout] 237 | |         /// Indicates the `alloc` crate is available and can be used.
[INFO] [stdout] 238 | |         alloc
[INFO] [stdout] ...   |
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: ends near `This macro passes the provided code because `#[cfg(all(feature = "alloc", target_has_atomic = "ptr"))]` is currently active.`
[INFO] [stdout]     = note: this error originates in the macro `$crate::define_alias` which comes from the expansion of the macro `define_alias` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | / macro_rules! enabled {
[INFO] [stdout] 173 | |     () => { true };
[INFO] [stdout] 174 | |     (if { $($p:tt)* } else { $($n:tt)* }) => { $($p)* };
[INFO] [stdout] 175 | |     ($($p:tt)*) => { $($p)* };
[INFO] [stdout] 176 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `This macro passes the provided code because `#[cfg(all(feature = "alloc", target_has_atomic = "ptr"))]` is currently active.`
[INFO] [stdout]     = help: ends near `This macro passes the provided code because `#[cfg(all(feature = "alloc", target_has_atomic = "ptr"))]` is currently active.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:222:34
[INFO] [stdout]     |
[INFO] [stdout] 222 |                   #[doc = concat!("This macro suppresses the provided code because `#[cfg(", stringify!($meta), ")]` is _not_ curre...
[INFO] [stdout]     |                                    ^ starts here
[INFO] [stdout] ...
[INFO] [stdout] 235 | / define_alias! {
[INFO] [stdout] 236 | |     #[cfg(feature = "alloc")] => {
[INFO] [stdout] 237 | |         /// Indicates the `alloc` crate is available and can be used.
[INFO] [stdout] 238 | |         alloc
[INFO] [stdout] ...   |
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: ends near `This macro suppresses the provided code because `#[cfg(feature = "critical-section")]` is _not_ currently active.`
[INFO] [stdout]     = note: this error originates in the macro `$crate::define_alias` which comes from the expansion of the macro `define_alias` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/cfg.rs:164:1
[INFO] [stdout]     |
[INFO] [stdout] 164 | / macro_rules! disabled {
[INFO] [stdout] 165 | |     () => { false };
[INFO] [stdout] 166 | |     (if { $($p:tt)* } else { $($n:tt)* }) => { $($n)* };
[INFO] [stdout] 167 | |     ($($p:tt)*) => {};
[INFO] [stdout] 168 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `This macro suppresses the provided code because `#[cfg(feature = "critical-section")]` is _not_ currently active.`
[INFO] [stdout]     = help: ends near `This macro suppresses the provided code because `#[cfg(feature = "critical-section")]` is _not_ currently active.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `bevy_platform`
[INFO] running `Command { std: "docker" "inspect" "b7dcde1f644cdbfb88f78a7942ce99f0a8964f20dcf053696901ec9157a487f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7dcde1f644cdbfb88f78a7942ce99f0a8964f20dcf053696901ec9157a487f4", kill_on_drop: false }`
[INFO] [stdout] b7dcde1f644cdbfb88f78a7942ce99f0a8964f20dcf053696901ec9157a487f4
