[INFO] fetching crate fixed 1.15.0... [INFO] documenting fixed-1.15.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate fixed 1.15.0 into /workspace/builds/worker-16/source [INFO] validating manifest of crates.io crate fixed 1.15.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fixed 1.15.0 [INFO] finished tweaking crates.io crate fixed 1.15.0 [INFO] tweaked toml for crates.io crate fixed 1.15.0 written to /workspace/builds/worker-16/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9a960e6b1d3f8fbe1379d330e691fe6af356c4e790d11b364aac685b9e477f92 [INFO] running `Command { std: "docker" "start" "-a" "9a960e6b1d3f8fbe1379d330e691fe6af356c4e790d11b364aac685b9e477f92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a960e6b1d3f8fbe1379d330e691fe6af356c4e790d11b364aac685b9e477f92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a960e6b1d3f8fbe1379d330e691fe6af356c4e790d11b364aac685b9e477f92", kill_on_drop: false }` [INFO] [stdout] 9a960e6b1d3f8fbe1379d330e691fe6af356c4e790d11b364aac685b9e477f92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2783e6a1999208c57594d5855a79480785416894a36d81a91464ab474a0818c0 [INFO] running `Command { std: "docker" "start" "-a" "2783e6a1999208c57594d5855a79480785416894a36d81a91464ab474a0818c0", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling az v1.2.0 [INFO] [stderr] Compiling fixed v1.15.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking bytemuck v1.9.1 [INFO] [stderr] Documenting fixed v1.15.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `std::error::Error` [INFO] [stdout] --> src/lib.rs:277:12 [INFO] [stdout] | [INFO] [stdout] 277 | [`Error`]: std::error::Error [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `std` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Arbitrary` [INFO] [stdout] --> src/traits_bits.rs:159:46 [INFO] [stdout] | [INFO] [stdout] 159 | /// If the `arbitrary` feature is enabled, [`Arbitrary`] is a supertrait of [INFO] [stdout] | ^^^^^^^^^ no item named `Arbitrary` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BorshSerialize` [INFO] [stdout] --> src/traits_bits.rs:185:55 [INFO] [stdout] | [INFO] [stdout] 185 | /// If the `borsh` experimental feature is enabled, [`BorshSerialize`] and [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `BorshSerialize` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BorshDeserialize` [INFO] [stdout] --> src/traits_bits.rs:186:7 [INFO] [stdout] | [INFO] [stdout] 186 | /// [`BorshDeserialize`] are supertraits of [`FixedBits`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `BorshDeserialize` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Num` [INFO] [stdout] --> src/traits_bits.rs:211:60 [INFO] [stdout] | [INFO] [stdout] 211 | /// If the `num-traits` experimental feature is enabled, [`Num`] is a supertrait [INFO] [stdout] | ^^^ no item named `Num` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Serialize` [INFO] [stdout] --> src/traits_bits.rs:237:42 [INFO] [stdout] | [INFO] [stdout] 237 | /// If the `serde` feature is enabled, [`Serialize`] and [`Deserialize`] are [INFO] [stdout] | ^^^^^^^^^ no item named `Serialize` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Deserialize` [INFO] [stdout] --> src/traits_bits.rs:237:60 [INFO] [stdout] | [INFO] [stdout] 237 | /// If the `serde` feature is enabled, [`Serialize`] and [`Deserialize`] are [INFO] [stdout] | ^^^^^^^^^^^ no item named `Deserialize` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Arbitrary` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] 1. If the `arbitrary` feature is enabled, [`Arbitrary`] is a supertrait of [INFO] [stdout] ^^^^^^^^^^^ [INFO] [stdout] = note: no item named `Arbitrary` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BorshSerialize` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] 2. If the `borsh` experimental feature is enabled, [`BorshSerialize`] and [INFO] [stdout] ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `BorshSerialize` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BorshDeserialize` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`BorshDeserialize`] are supertraits of [`Fixed`]. [INFO] [stdout] ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `BorshDeserialize` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Zero` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`Zero`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `Zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Bounded` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`Bounded`] [INFO] [stdout] ^^^^^^^^^ [INFO] [stdout] = note: no item named `Bounded` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Inv` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`Inv`] [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `Inv` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CheckedAdd` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`CheckedAdd`], [`CheckedSub`], [`CheckedNeg`], [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `CheckedAdd` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CheckedSub` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`CheckedAdd`], [`CheckedSub`], [`CheckedNeg`], [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `CheckedSub` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CheckedNeg` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`CheckedAdd`], [`CheckedSub`], [`CheckedNeg`], [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `CheckedNeg` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CheckedMul` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`CheckedMul`], [`CheckedDiv`], [`CheckedRem`], [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `CheckedMul` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CheckedDiv` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`CheckedMul`], [`CheckedDiv`], [`CheckedRem`], [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `CheckedDiv` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CheckedRem` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`CheckedMul`], [`CheckedDiv`], [`CheckedRem`], [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `CheckedRem` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CheckedShl` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`CheckedShl`], [`CheckedShr`] [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `CheckedShl` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CheckedShr` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`CheckedShl`], [`CheckedShr`] [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `CheckedShr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `SaturatingAdd` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`SaturatingAdd`], [`SaturatingSub`], [`SaturatingMul`] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `SaturatingAdd` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `SaturatingSub` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`SaturatingAdd`], [`SaturatingSub`], [`SaturatingMul`] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `SaturatingSub` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `SaturatingMul` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`SaturatingAdd`], [`SaturatingSub`], [`SaturatingMul`] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `SaturatingMul` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `WrappingAdd` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`WrappingAdd`], [`WrappingSub`], [`WrappingNeg`], [INFO] [stdout] ^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `WrappingAdd` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `WrappingSub` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`WrappingAdd`], [`WrappingSub`], [`WrappingNeg`], [INFO] [stdout] ^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `WrappingSub` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `WrappingNeg` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`WrappingAdd`], [`WrappingSub`], [`WrappingNeg`], [INFO] [stdout] ^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `WrappingNeg` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `WrappingMul` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`WrappingMul`], [`WrappingShl`], [`WrappingShr`] [INFO] [stdout] ^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `WrappingMul` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `WrappingShl` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`WrappingMul`], [`WrappingShl`], [`WrappingShr`] [INFO] [stdout] ^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `WrappingShl` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `WrappingShr` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`WrappingMul`], [`WrappingShl`], [`WrappingShr`] [INFO] [stdout] ^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `WrappingShr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `OverflowingAdd` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`OverflowingAdd`], [`OverflowingSub`], [`OverflowingMul`] [INFO] [stdout] ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `OverflowingAdd` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `OverflowingSub` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`OverflowingAdd`], [`OverflowingSub`], [`OverflowingMul`] [INFO] [stdout] ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `OverflowingSub` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `OverflowingMul` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`OverflowingAdd`], [`OverflowingSub`], [`OverflowingMul`] [INFO] [stdout] ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `OverflowingMul` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ToPrimitive` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`ToPrimitive`], [`FromPrimitive`] [INFO] [stdout] ^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `ToPrimitive` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `FromPrimitive` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`ToPrimitive`], [`FromPrimitive`] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `FromPrimitive` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `FloatConst` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * [`FloatConst`] [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `FloatConst` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `num_traits::identities::One` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`One`]: num_traits::identities::One [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `num_traits` in scope [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `num_traits::Num` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`Num`]: num_traits::Num [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `num_traits` in scope [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `num_traits::ops::mul_add::MulAdd` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`MulAdd`]: num_traits::ops::mul_add::MulAdd [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `num_traits` in scope [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `num_traits::ops::mul_add::MulAddAssign` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`MulAddAssign`]: num_traits::ops::mul_add::MulAddAssign [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `num_traits` in scope [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `num_traits::ops::mul_add::MulAdd::mul_add` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`mul_add`]: num_traits::ops::mul_add::MulAdd::mul_add [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `num_traits` in scope [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `num_traits::sign::Signed` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`Signed`]: num_traits::sign::Signed [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `num_traits` in scope [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `num_traits::sign::Unsigned` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`Unsigned`]: num_traits::sign::Unsigned [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `num_traits` in scope [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Serialize` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] 4. If the `serde` feature is enabled, [`Serialize`] and [INFO] [stdout] ^^^^^^^^^^^ [INFO] [stdout] = note: no item named `Serialize` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Deserialize` [INFO] [stdout] --> src/macros.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc = $comment] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/traits.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | / comment_features! { [INFO] [stdout] 393 | | r#"This trait is used to provide supertraits to the [`Fixed`] trait [INFO] [stdout] 394 | | depending on the crate’s [optional features], and should not be used directly. [INFO] [stdout] 395 | | [INFO] [stdout] ... | [INFO] [stdout] 444 | | "# [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`Deserialize`] are supertraits of [`Fixed`]. [INFO] [stdout] ^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `Deserialize` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `doc_comment` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::prelude` [INFO] [stdout] --> src/lib.rs:366:65 [INFO] [stdout] | [INFO] [stdout] 366 | /// This prelude is similar to the [standard library’s prelude][std::prelude] in [INFO] [stdout] | ^^^^^^^^^^^^ no item named `std` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 46 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.53s [INFO] running `Command { std: "docker" "inspect" "2783e6a1999208c57594d5855a79480785416894a36d81a91464ab474a0818c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2783e6a1999208c57594d5855a79480785416894a36d81a91464ab474a0818c0", kill_on_drop: false }` [INFO] [stdout] 2783e6a1999208c57594d5855a79480785416894a36d81a91464ab474a0818c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "arbitrary borsh num-traits serde std" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 6aea6ec7a203da79854ba7086a7b6ede105d9333d7fd3fedb50f1a0caa3aa7e3 [INFO] running `Command { std: "docker" "start" "-a" "6aea6ec7a203da79854ba7086a7b6ede105d9333d7fd3fedb50f1a0caa3aa7e3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling az v1.2.0 [INFO] [stderr] Compiling fixed v1.15.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking bytemuck v1.9.1 [INFO] [stderr] Checking arbitrary v1.1.0 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling borsh-derive-internal v0.9.3 [INFO] [stderr] Compiling borsh-schema-derive-internal v0.9.3 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling borsh-derive v0.9.3 [INFO] [stderr] Checking borsh v0.9.3 [INFO] [stderr] Documenting fixed v1.15.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.95s [INFO] running `Command { std: "docker" "inspect" "6aea6ec7a203da79854ba7086a7b6ede105d9333d7fd3fedb50f1a0caa3aa7e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6aea6ec7a203da79854ba7086a7b6ede105d9333d7fd3fedb50f1a0caa3aa7e3", kill_on_drop: false }` [INFO] [stdout] 6aea6ec7a203da79854ba7086a7b6ede105d9333d7fd3fedb50f1a0caa3aa7e3