[INFO] fetching crate railsgun 1.0.3... [INFO] documenting railsgun-1.0.3 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate railsgun 1.0.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate railsgun 1.0.3 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate railsgun 1.0.3 [INFO] finished tweaking crates.io crate railsgun 1.0.3 [INFO] tweaked toml for crates.io crate railsgun 1.0.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e5ef24c15346c369f1eb76e982c9a3057574668d43bde0b9559e9da7b47c4d6e [INFO] running `Command { std: "docker" "start" "-a" "e5ef24c15346c369f1eb76e982c9a3057574668d43bde0b9559e9da7b47c4d6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5ef24c15346c369f1eb76e982c9a3057574668d43bde0b9559e9da7b47c4d6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5ef24c15346c369f1eb76e982c9a3057574668d43bde0b9559e9da7b47c4d6e", kill_on_drop: false }` [INFO] [stdout] e5ef24c15346c369f1eb76e982c9a3057574668d43bde0b9559e9da7b47c4d6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b44380c6378609336cebab751381dabe70e9dbeb96acbee4d7eadff4a0bdc136 [INFO] running `Command { std: "docker" "start" "-a" "b44380c6378609336cebab751381dabe70e9dbeb96acbee4d7eadff4a0bdc136", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Checking tokio v1.18.2 [INFO] [stderr] Documenting railsgun v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:34:48 [INFO] [stdout] | [INFO] [stdout] 34 | /// Returns `true` if the AsyncResult is [`Ok`]. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 34 | /// Returns `true` if the AsyncResult is [`enum@Ok`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 34 | /// Returns `true` if the AsyncResult is [`Ok()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:53:48 [INFO] [stdout] | [INFO] [stdout] 53 | /// Returns `true` if the AsyncResult is [`Err`]. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 53 | /// Returns `true` if the AsyncResult is [`enum@Err`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 53 | /// Returns `true` if the AsyncResult is [`Err()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:72:51 [INFO] [stdout] | [INFO] [stdout] 72 | /// Returns `true` if the AsyncResult is an [`Ok`] value containing the given value. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 72 | /// Returns `true` if the AsyncResult is an [`enum@Ok`] value containing the given value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 72 | /// Returns `true` if the AsyncResult is an [`Ok()`] value containing the given value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:100:51 [INFO] [stdout] | [INFO] [stdout] 100 | /// Returns `true` if the AsyncResult is an [`Err`] value containing the given value. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 100 | /// Returns `true` if the AsyncResult is an [`enum@Err`] value containing the given value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 100 | /// Returns `true` if the AsyncResult is an [`Err()`] value containing the given value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:219:21 [INFO] [stdout] | [INFO] [stdout] 219 | /// contained [`Ok`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 219 | /// contained [`enum@Ok`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 219 | /// contained [`Ok()`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:219:46 [INFO] [stdout] | [INFO] [stdout] 219 | /// contained [`Ok`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 219 | /// contained [`Ok`] value, leaving an [`enum@Err`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 219 | /// contained [`Ok`] value, leaving an [`Err()`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:256:21 [INFO] [stdout] | [INFO] [stdout] 256 | /// contained [`Ok`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 256 | /// contained [`enum@Ok`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 256 | /// contained [`Ok()`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:256:46 [INFO] [stdout] | [INFO] [stdout] 256 | /// contained [`Ok`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 256 | /// contained [`Ok`] value, leaving an [`enum@Err`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 256 | /// contained [`Ok`] value, leaving an [`Err()`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:285:57 [INFO] [stdout] | [INFO] [stdout] 285 | /// Applies a function to the contained value (if [`Ok`]), [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 285 | /// Applies a function to the contained value (if [`enum@Ok`]), [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 285 | /// Applies a function to the contained value (if [`Ok()`]), [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:286:47 [INFO] [stdout] | [INFO] [stdout] 286 | /// or returns the provided default (if [`Err`]). [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 286 | /// or returns the provided default (if [`enum@Err`]). [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 286 | /// or returns the provided default (if [`Err()`]). [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:319:57 [INFO] [stdout] | [INFO] [stdout] 319 | /// Applies a function to the contained value (if [`Ok`]), [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 319 | /// Applies a function to the contained value (if [`enum@Ok`]), [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 319 | /// Applies a function to the contained value (if [`Ok()`]), [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:320:47 [INFO] [stdout] | [INFO] [stdout] 320 | /// or returns the provided default (if [`Err`]). [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 320 | /// or returns the provided default (if [`enum@Err`]). [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 320 | /// or returns the provided default (if [`Err()`]). [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:397:21 [INFO] [stdout] | [INFO] [stdout] 397 | /// contained [`Ok`] value, or a fallback function to a [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 397 | /// contained [`enum@Ok`] value, or a fallback function to a [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 397 | /// contained [`Ok()`] value, or a fallback function to a [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:398:21 [INFO] [stdout] | [INFO] [stdout] 398 | /// contained [`Err`] value. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 398 | /// contained [`enum@Err`] value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 398 | /// contained [`Err()`] value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:428:21 [INFO] [stdout] | [INFO] [stdout] 428 | /// contained [`Err`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 428 | /// contained [`enum@Err`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 428 | /// contained [`Err()`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:428:47 [INFO] [stdout] | [INFO] [stdout] 428 | /// contained [`Err`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 428 | /// contained [`Err`] value, leaving an [`enum@Ok`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 428 | /// contained [`Err`] value, leaving an [`Ok()`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:463:21 [INFO] [stdout] | [INFO] [stdout] 463 | /// contained [`Err`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 463 | /// contained [`enum@Err`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 463 | /// contained [`Err()`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:463:47 [INFO] [stdout] | [INFO] [stdout] 463 | /// contained [`Err`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 463 | /// contained [`Err`] value, leaving an [`enum@Ok`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 463 | /// contained [`Err`] value, leaving an [`Ok()`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `AsyncResult::Ok` [INFO] [stdout] --> src/async_result.rs:498:63 [INFO] [stdout] | [INFO] [stdout] 498 | /// The iterator yields one value if the AsyncResult is [`AsyncResult::Ok`], otherwise none. [INFO] [stdout] | ^^^^^^^^^^^^^^^ the struct `AsyncResult` has no field or associated item named `Ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `AsyncResult::Ok` [INFO] [stdout] --> src/async_result.rs:522:63 [INFO] [stdout] | [INFO] [stdout] 522 | /// The iterator yields one value if the AsyncResult is [`AsyncResult::Ok`], otherwise none. [INFO] [stdout] | ^^^^^^^^^^^^^^^ the struct `AsyncResult` has no field or associated item named `Ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:552:47 [INFO] [stdout] | [INFO] [stdout] 552 | /// Returns `res` if the AsyncResult is [`Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 552 | /// Returns `res` if the AsyncResult is [`enum@Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 552 | /// Returns `res` if the AsyncResult is [`Ok()`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:552:77 [INFO] [stdout] | [INFO] [stdout] 552 | /// Returns `res` if the AsyncResult is [`Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 552 | /// Returns `res` if the AsyncResult is [`Ok`], otherwise returns the [`enum@Err`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 552 | /// Returns `res` if the AsyncResult is [`Ok`], otherwise returns the [`Err()`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:586:44 [INFO] [stdout] | [INFO] [stdout] 586 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 586 | /// Calls `op` if the AsyncResult is [`enum@Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 586 | /// Calls `op` if the AsyncResult is [`Ok()`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:586:74 [INFO] [stdout] | [INFO] [stdout] 586 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 586 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`enum@Err`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 586 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`Err()`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:619:44 [INFO] [stdout] | [INFO] [stdout] 619 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 619 | /// Calls `op` if the AsyncResult is [`enum@Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 619 | /// Calls `op` if the AsyncResult is [`Ok()`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:619:74 [INFO] [stdout] | [INFO] [stdout] 619 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 619 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`enum@Err`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 619 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`Err()`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:647:47 [INFO] [stdout] | [INFO] [stdout] 647 | /// Returns `res` if the AsyncResult is [`Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 647 | /// Returns `res` if the AsyncResult is [`enum@Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 647 | /// Returns `res` if the AsyncResult is [`Err()`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:647:78 [INFO] [stdout] | [INFO] [stdout] 647 | /// Returns `res` if the AsyncResult is [`Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 647 | /// Returns `res` if the AsyncResult is [`Err`], otherwise returns the [`enum@Ok`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 647 | /// Returns `res` if the AsyncResult is [`Err`], otherwise returns the [`Ok()`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:686:44 [INFO] [stdout] | [INFO] [stdout] 686 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 686 | /// Calls `op` if the AsyncResult is [`enum@Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 686 | /// Calls `op` if the AsyncResult is [`Err()`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:686:75 [INFO] [stdout] | [INFO] [stdout] 686 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 686 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`enum@Ok`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 686 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`Ok()`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:719:44 [INFO] [stdout] | [INFO] [stdout] 719 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 719 | /// Calls `op` if the AsyncResult is [`enum@Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 719 | /// Calls `op` if the AsyncResult is [`Err()`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:719:75 [INFO] [stdout] | [INFO] [stdout] 719 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 719 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`enum@Ok`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 719 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`Ok()`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:747:33 [INFO] [stdout] | [INFO] [stdout] 747 | /// Returns the contained [`Ok`] value or a provided default. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 747 | /// Returns the contained [`enum@Ok`] value or a provided default. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 747 | /// Returns the contained [`Ok()`] value or a provided default. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:777:33 [INFO] [stdout] | [INFO] [stdout] 777 | /// Returns the contained [`Ok`] value or computes it from a closure. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 777 | /// Returns the contained [`enum@Ok`] value or computes it from a closure. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 777 | /// Returns the contained [`Ok()`] value or computes it from a closure. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:805:33 [INFO] [stdout] | [INFO] [stdout] 805 | /// Returns the contained [`Ok`] value or computes it from a closure. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 805 | /// Returns the contained [`enum@Ok`] value or computes it from a closure. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 805 | /// Returns the contained [`Ok()`] value or computes it from a closure. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:826:33 [INFO] [stdout] | [INFO] [stdout] 826 | /// Returns the contained [`Ok`] value, consuming the `self` value, [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 826 | /// Returns the contained [`enum@Ok`] value, consuming the `self` value, [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 826 | /// Returns the contained [`Ok()`] value, consuming the `self` value, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:827:53 [INFO] [stdout] | [INFO] [stdout] 827 | /// without checking that the value is not an [`Err`]. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 827 | /// without checking that the value is not an [`enum@Err`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 827 | /// without checking that the value is not an [`Err()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:831:37 [INFO] [stdout] | [INFO] [stdout] 831 | /// Calling this method on an [`Err`] is *[undefined behavior]*. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 831 | /// Calling this method on an [`enum@Err`] is *[undefined behavior]*. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 831 | /// Calling this method on an [`Err()`] is *[undefined behavior]*. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:862:33 [INFO] [stdout] | [INFO] [stdout] 862 | /// Returns the contained [`Err`] value, consuming the `self` value, [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 862 | /// Returns the contained [`enum@Err`] value, consuming the `self` value, [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 862 | /// Returns the contained [`Err()`] value, consuming the `self` value, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:863:53 [INFO] [stdout] | [INFO] [stdout] 863 | /// without checking that the value is not an [`Ok`]. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 863 | /// without checking that the value is not an [`enum@Ok`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 863 | /// without checking that the value is not an [`Ok()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:867:37 [INFO] [stdout] | [INFO] [stdout] 867 | /// Calling this method on an [`Ok`] is *[undefined behavior]*. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 867 | /// Calling this method on an [`enum@Ok`] is *[undefined behavior]*. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 867 | /// Calling this method on an [`Ok()`] is *[undefined behavior]*. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1159:33 [INFO] [stdout] | [INFO] [stdout] 1159 | /// Returns the contained [`Ok`] value, consuming the `self` value. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1159 | /// Returns the contained [`enum@Ok`] value, consuming the `self` value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1159 | /// Returns the contained [`Ok()`] value, consuming the `self` value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1163:37 [INFO] [stdout] | [INFO] [stdout] 1163 | /// Panics if the value is an [`Err`], with a panic message including the [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1163 | /// Panics if the value is an [`enum@Err`], with a panic message including the [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1163 | /// Panics if the value is an [`Err()`], with a panic message including the [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1164:50 [INFO] [stdout] | [INFO] [stdout] 1164 | /// passed message, and the content of the [`Err`]. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1164 | /// passed message, and the content of the [`enum@Err`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1164 | /// passed message, and the content of the [`Err()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1186:33 [INFO] [stdout] | [INFO] [stdout] 1186 | /// Returns the contained [`Ok`] value, consuming the `self` value. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1186 | /// Returns the contained [`enum@Ok`] value, consuming the `self` value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1186 | /// Returns the contained [`Ok()`] value, consuming the `self` value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1189:66 [INFO] [stdout] | [INFO] [stdout] 1189 | /// Instead, prefer to use pattern matching and handle the [`Err`] [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1189 | /// Instead, prefer to use pattern matching and handle the [`enum@Err`] [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1189 | /// Instead, prefer to use pattern matching and handle the [`Err()`] [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1199:37 [INFO] [stdout] | [INFO] [stdout] 1199 | /// Panics if the value is an [`Err`], with a panic message provided by the [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1199 | /// Panics if the value is an [`enum@Err`], with a panic message provided by the [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1199 | /// Panics if the value is an [`Err()`], with a panic message provided by the [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1200:11 [INFO] [stdout] | [INFO] [stdout] 1200 | /// [`Err`]'s value. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1200 | /// [`enum@Err`]'s value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1200 | /// [`Err()`]'s value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1231:33 [INFO] [stdout] | [INFO] [stdout] 1231 | /// Returns the contained [`Err`] value, consuming the `self` value. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1231 | /// Returns the contained [`enum@Err`] value, consuming the `self` value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1231 | /// Returns the contained [`Err()`] value, consuming the `self` value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1235:37 [INFO] [stdout] | [INFO] [stdout] 1235 | /// Panics if the value is an [`Ok`], with a panic message including the [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1235 | /// Panics if the value is an [`enum@Ok`], with a panic message including the [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1235 | /// Panics if the value is an [`Ok()`], with a panic message including the [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1236:50 [INFO] [stdout] | [INFO] [stdout] 1236 | /// passed message, and the content of the [`Ok`]. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1236 | /// passed message, and the content of the [`enum@Ok`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1236 | /// passed message, and the content of the [`Ok()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1258:33 [INFO] [stdout] | [INFO] [stdout] 1258 | /// Returns the contained [`Err`] value, consuming the `self` value. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1258 | /// Returns the contained [`enum@Err`] value, consuming the `self` value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1258 | /// Returns the contained [`Err()`] value, consuming the `self` value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1262:37 [INFO] [stdout] | [INFO] [stdout] 1262 | /// Panics if the value is an [`Ok`], with a custom panic message provided [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1262 | /// Panics if the value is an [`enum@Ok`], with a custom panic message provided [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1262 | /// Panics if the value is an [`Ok()`], with a custom panic message provided [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1263:18 [INFO] [stdout] | [INFO] [stdout] 1263 | /// by the [`Ok`]'s value. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1263 | /// by the [`enum@Ok`]'s value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1263 | /// by the [`Ok()`]'s value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1293:33 [INFO] [stdout] | [INFO] [stdout] 1293 | /// Returns the contained [`Ok`] value or a default [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1293 | /// Returns the contained [`enum@Ok`] value or a default [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1293 | /// Returns the contained [`Ok()`] value or a default [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1295:49 [INFO] [stdout] | [INFO] [stdout] 1295 | /// Consumes the `self` argument then, if [`Ok`], returns the contained [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1295 | /// Consumes the `self` argument then, if [`enum@Ok`], returns the contained [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1295 | /// Consumes the `self` argument then, if [`Ok()`], returns the contained [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1296:31 [INFO] [stdout] | [INFO] [stdout] 1296 | /// value, otherwise if [`Err`], returns the default value for that [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1296 | /// value, otherwise if [`enum@Err`], returns the default value for that [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1296 | /// value, otherwise if [`Err()`], returns the default value for that [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1304:11 [INFO] [stdout] | [INFO] [stdout] 1304 | /// [`Err`] on error. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1304 | /// [`enum@Err`] on error. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1304 | /// [`Err()`] on error. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::str::FromStr` [INFO] [stdout] --> src/async_result.rs:1317:22 [INFO] [stdout] | [INFO] [stdout] 1317 | /// [`FromStr`]: crate::str::FromStr [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `str` in module `railsgun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1330:23 [INFO] [stdout] | [INFO] [stdout] 1330 | /// Coerces the [`Ok`] variant of the original [`AsyncResult`] via [`Deref`](crate::ops::Deref) [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1330 | /// Coerces the [`enum@Ok`] variant of the original [`AsyncResult`] via [`Deref`](crate::ops::Deref) [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1330 | /// Coerces the [`Ok()`] variant of the original [`AsyncResult`] via [`Deref`](crate::ops::Deref) [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::ops::Deref` [INFO] [stdout] --> src/async_result.rs:1330:82 [INFO] [stdout] | [INFO] [stdout] 1330 | /// Coerces the [`Ok`] variant of the original [`AsyncResult`] via [`Deref`](crate::ops::Deref) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `ops` in module `railsgun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1415:23 [INFO] [stdout] | [INFO] [stdout] 1415 | /// Returns the [`Ok`] value if `self` is `Ok`, and the [`Err`] value if [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1415 | /// Returns the [`enum@Ok`] value if `self` is `Ok`, and the [`Err`] value if [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1415 | /// Returns the [`Ok()`] value if `self` is `Ok`, and the [`Err`] value if [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1415:63 [INFO] [stdout] | [INFO] [stdout] 1415 | /// Returns the [`Ok`] value if `self` is `Ok`, and the [`Err`] value if [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1415 | /// Returns the [`Ok`] value if `self` is `Ok`, and the [`enum@Err`] value if [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1415 | /// Returns the [`Ok`] value if `self` is `Ok`, and the [`Err()`] value if [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::atomic::AtomicBool::compare_exchange` [INFO] [stdout] --> src/async_result.rs:1426:40 [INFO] [stdout] | [INFO] [stdout] 1426 | /// [`Atomic*::compare_exchange`]: crate::sync::atomic::AtomicBool::compare_exchange [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `railsgun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1530:43 [INFO] [stdout] | [INFO] [stdout] 1530 | /// An iterator over a reference to the [`Ok`] variant of a [`AsyncResult`]. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1530 | /// An iterator over a reference to the [`enum@Ok`] variant of a [`AsyncResult`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1530 | /// An iterator over a reference to the [`Ok()`] variant of a [`AsyncResult`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1532:59 [INFO] [stdout] | [INFO] [stdout] 1532 | /// The iterator yields one value if the AsyncResult is [`Ok`], otherwise none. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1532 | /// The iterator yields one value if the AsyncResult is [`enum@Ok`], otherwise none. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1532 | /// The iterator yields one value if the AsyncResult is [`Ok()`], otherwise none. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1572:51 [INFO] [stdout] | [INFO] [stdout] 1572 | /// An iterator over a mutable reference to the [`Ok`] variant of a [`AsyncResult`]. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1572 | /// An iterator over a mutable reference to the [`enum@Ok`] variant of a [`AsyncResult`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1572 | /// An iterator over a mutable reference to the [`Ok()`] variant of a [`AsyncResult`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1605:39 [INFO] [stdout] | [INFO] [stdout] 1605 | /// An iterator over the value in a [`Ok`] variant of a [`AsyncResult`]. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1605 | /// An iterator over the value in a [`enum@Ok`] variant of a [`AsyncResult`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1605 | /// An iterator over the value in a [`Ok()`] variant of a [`AsyncResult`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1607:59 [INFO] [stdout] | [INFO] [stdout] 1607 | /// The iterator yields one value if the AsyncResult is [`Ok`], otherwise none. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1607 | /// The iterator yields one value if the AsyncResult is [`enum@Ok`], otherwise none. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1607 | /// The iterator yields one value if the AsyncResult is [`Ok()`], otherwise none. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::ops::Try` [INFO] [stdout] --> src/block_in_place_result.rs:223:12 [INFO] [stdout] | [INFO] [stdout] 223 | //! [`?`]: crate::ops::Try [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `ops` in module `railsgun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Result::async_map_or_else` [INFO] [stdout] --> src/async_future_result.rs:118:26 [INFO] [stdout] | [INFO] [stdout] 118 | /// [`map_or_else`]: Result::async_map_or_else [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the enum `Result` has no variant or associated item named `async_map_or_else` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `AsyncResult::Ok` [INFO] [stdout] --> src/async_result.rs:1485:63 [INFO] [stdout] | [INFO] [stdout] 1485 | /// The iterator yields one value if the AsyncResult is [`AsyncResult::Ok`], otherwise none. [INFO] [stdout] | ^^^^^^^^^^^^^^^ the struct `AsyncResult` has no field or associated item named `Ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 72 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.26s [INFO] running `Command { std: "docker" "inspect" "b44380c6378609336cebab751381dabe70e9dbeb96acbee4d7eadff4a0bdc136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b44380c6378609336cebab751381dabe70e9dbeb96acbee4d7eadff4a0bdc136", kill_on_drop: false }` [INFO] [stdout] b44380c6378609336cebab751381dabe70e9dbeb96acbee4d7eadff4a0bdc136 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 7b4dbd6c99c7a0911adf7ae415d0dfb254b17773ff2671d6160ebcdb769b3081 [INFO] running `Command { std: "docker" "start" "-a" "7b4dbd6c99c7a0911adf7ae415d0dfb254b17773ff2671d6160ebcdb769b3081", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Checking tokio v1.18.2 [INFO] [stderr] Documenting railsgun v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:34:48 [INFO] [stdout] | [INFO] [stdout] 34 | /// Returns `true` if the AsyncResult is [`Ok`]. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 34 | /// Returns `true` if the AsyncResult is [`enum@Ok`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 34 | /// Returns `true` if the AsyncResult is [`Ok()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:53:48 [INFO] [stdout] | [INFO] [stdout] 53 | /// Returns `true` if the AsyncResult is [`Err`]. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 53 | /// Returns `true` if the AsyncResult is [`enum@Err`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 53 | /// Returns `true` if the AsyncResult is [`Err()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:72:51 [INFO] [stdout] | [INFO] [stdout] 72 | /// Returns `true` if the AsyncResult is an [`Ok`] value containing the given value. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 72 | /// Returns `true` if the AsyncResult is an [`enum@Ok`] value containing the given value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 72 | /// Returns `true` if the AsyncResult is an [`Ok()`] value containing the given value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:100:51 [INFO] [stdout] | [INFO] [stdout] 100 | /// Returns `true` if the AsyncResult is an [`Err`] value containing the given value. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 100 | /// Returns `true` if the AsyncResult is an [`enum@Err`] value containing the given value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 100 | /// Returns `true` if the AsyncResult is an [`Err()`] value containing the given value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:219:21 [INFO] [stdout] | [INFO] [stdout] 219 | /// contained [`Ok`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 219 | /// contained [`enum@Ok`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 219 | /// contained [`Ok()`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:219:46 [INFO] [stdout] | [INFO] [stdout] 219 | /// contained [`Ok`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 219 | /// contained [`Ok`] value, leaving an [`enum@Err`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 219 | /// contained [`Ok`] value, leaving an [`Err()`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:256:21 [INFO] [stdout] | [INFO] [stdout] 256 | /// contained [`Ok`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 256 | /// contained [`enum@Ok`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 256 | /// contained [`Ok()`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:256:46 [INFO] [stdout] | [INFO] [stdout] 256 | /// contained [`Ok`] value, leaving an [`Err`] value untouched. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 256 | /// contained [`Ok`] value, leaving an [`enum@Err`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 256 | /// contained [`Ok`] value, leaving an [`Err()`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:285:57 [INFO] [stdout] | [INFO] [stdout] 285 | /// Applies a function to the contained value (if [`Ok`]), [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 285 | /// Applies a function to the contained value (if [`enum@Ok`]), [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 285 | /// Applies a function to the contained value (if [`Ok()`]), [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:286:47 [INFO] [stdout] | [INFO] [stdout] 286 | /// or returns the provided default (if [`Err`]). [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 286 | /// or returns the provided default (if [`enum@Err`]). [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 286 | /// or returns the provided default (if [`Err()`]). [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:319:57 [INFO] [stdout] | [INFO] [stdout] 319 | /// Applies a function to the contained value (if [`Ok`]), [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 319 | /// Applies a function to the contained value (if [`enum@Ok`]), [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 319 | /// Applies a function to the contained value (if [`Ok()`]), [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:320:47 [INFO] [stdout] | [INFO] [stdout] 320 | /// or returns the provided default (if [`Err`]). [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 320 | /// or returns the provided default (if [`enum@Err`]). [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 320 | /// or returns the provided default (if [`Err()`]). [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:397:21 [INFO] [stdout] | [INFO] [stdout] 397 | /// contained [`Ok`] value, or a fallback function to a [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 397 | /// contained [`enum@Ok`] value, or a fallback function to a [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 397 | /// contained [`Ok()`] value, or a fallback function to a [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:398:21 [INFO] [stdout] | [INFO] [stdout] 398 | /// contained [`Err`] value. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 398 | /// contained [`enum@Err`] value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 398 | /// contained [`Err()`] value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:428:21 [INFO] [stdout] | [INFO] [stdout] 428 | /// contained [`Err`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 428 | /// contained [`enum@Err`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 428 | /// contained [`Err()`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:428:47 [INFO] [stdout] | [INFO] [stdout] 428 | /// contained [`Err`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 428 | /// contained [`Err`] value, leaving an [`enum@Ok`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 428 | /// contained [`Err`] value, leaving an [`Ok()`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:463:21 [INFO] [stdout] | [INFO] [stdout] 463 | /// contained [`Err`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 463 | /// contained [`enum@Err`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 463 | /// contained [`Err()`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:463:47 [INFO] [stdout] | [INFO] [stdout] 463 | /// contained [`Err`] value, leaving an [`Ok`] value untouched. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 463 | /// contained [`Err`] value, leaving an [`enum@Ok`] value untouched. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 463 | /// contained [`Err`] value, leaving an [`Ok()`] value untouched. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `AsyncResult::Ok` [INFO] [stdout] --> src/async_result.rs:498:63 [INFO] [stdout] | [INFO] [stdout] 498 | /// The iterator yields one value if the AsyncResult is [`AsyncResult::Ok`], otherwise none. [INFO] [stdout] | ^^^^^^^^^^^^^^^ the struct `AsyncResult` has no field or associated item named `Ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `AsyncResult::Ok` [INFO] [stdout] --> src/async_result.rs:522:63 [INFO] [stdout] | [INFO] [stdout] 522 | /// The iterator yields one value if the AsyncResult is [`AsyncResult::Ok`], otherwise none. [INFO] [stdout] | ^^^^^^^^^^^^^^^ the struct `AsyncResult` has no field or associated item named `Ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:552:47 [INFO] [stdout] | [INFO] [stdout] 552 | /// Returns `res` if the AsyncResult is [`Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 552 | /// Returns `res` if the AsyncResult is [`enum@Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 552 | /// Returns `res` if the AsyncResult is [`Ok()`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:552:77 [INFO] [stdout] | [INFO] [stdout] 552 | /// Returns `res` if the AsyncResult is [`Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 552 | /// Returns `res` if the AsyncResult is [`Ok`], otherwise returns the [`enum@Err`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 552 | /// Returns `res` if the AsyncResult is [`Ok`], otherwise returns the [`Err()`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:586:44 [INFO] [stdout] | [INFO] [stdout] 586 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 586 | /// Calls `op` if the AsyncResult is [`enum@Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 586 | /// Calls `op` if the AsyncResult is [`Ok()`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:586:74 [INFO] [stdout] | [INFO] [stdout] 586 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 586 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`enum@Err`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 586 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`Err()`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:619:44 [INFO] [stdout] | [INFO] [stdout] 619 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 619 | /// Calls `op` if the AsyncResult is [`enum@Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 619 | /// Calls `op` if the AsyncResult is [`Ok()`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:619:74 [INFO] [stdout] | [INFO] [stdout] 619 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`Err`] value of `self`. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 619 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`enum@Err`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 619 | /// Calls `op` if the AsyncResult is [`Ok`], otherwise returns the [`Err()`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:647:47 [INFO] [stdout] | [INFO] [stdout] 647 | /// Returns `res` if the AsyncResult is [`Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 647 | /// Returns `res` if the AsyncResult is [`enum@Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 647 | /// Returns `res` if the AsyncResult is [`Err()`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:647:78 [INFO] [stdout] | [INFO] [stdout] 647 | /// Returns `res` if the AsyncResult is [`Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 647 | /// Returns `res` if the AsyncResult is [`Err`], otherwise returns the [`enum@Ok`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 647 | /// Returns `res` if the AsyncResult is [`Err`], otherwise returns the [`Ok()`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:686:44 [INFO] [stdout] | [INFO] [stdout] 686 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 686 | /// Calls `op` if the AsyncResult is [`enum@Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 686 | /// Calls `op` if the AsyncResult is [`Err()`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:686:75 [INFO] [stdout] | [INFO] [stdout] 686 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 686 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`enum@Ok`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 686 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`Ok()`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:719:44 [INFO] [stdout] | [INFO] [stdout] 719 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 719 | /// Calls `op` if the AsyncResult is [`enum@Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 719 | /// Calls `op` if the AsyncResult is [`Err()`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:719:75 [INFO] [stdout] | [INFO] [stdout] 719 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`Ok`] value of `self`. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 719 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`enum@Ok`] value of `self`. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 719 | /// Calls `op` if the AsyncResult is [`Err`], otherwise returns the [`Ok()`] value of `self`. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:747:33 [INFO] [stdout] | [INFO] [stdout] 747 | /// Returns the contained [`Ok`] value or a provided default. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 747 | /// Returns the contained [`enum@Ok`] value or a provided default. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 747 | /// Returns the contained [`Ok()`] value or a provided default. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:777:33 [INFO] [stdout] | [INFO] [stdout] 777 | /// Returns the contained [`Ok`] value or computes it from a closure. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 777 | /// Returns the contained [`enum@Ok`] value or computes it from a closure. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 777 | /// Returns the contained [`Ok()`] value or computes it from a closure. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:805:33 [INFO] [stdout] | [INFO] [stdout] 805 | /// Returns the contained [`Ok`] value or computes it from a closure. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 805 | /// Returns the contained [`enum@Ok`] value or computes it from a closure. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 805 | /// Returns the contained [`Ok()`] value or computes it from a closure. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:826:33 [INFO] [stdout] | [INFO] [stdout] 826 | /// Returns the contained [`Ok`] value, consuming the `self` value, [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 826 | /// Returns the contained [`enum@Ok`] value, consuming the `self` value, [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 826 | /// Returns the contained [`Ok()`] value, consuming the `self` value, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:827:53 [INFO] [stdout] | [INFO] [stdout] 827 | /// without checking that the value is not an [`Err`]. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 827 | /// without checking that the value is not an [`enum@Err`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 827 | /// without checking that the value is not an [`Err()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:831:37 [INFO] [stdout] | [INFO] [stdout] 831 | /// Calling this method on an [`Err`] is *[undefined behavior]*. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 831 | /// Calling this method on an [`enum@Err`] is *[undefined behavior]*. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 831 | /// Calling this method on an [`Err()`] is *[undefined behavior]*. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:862:33 [INFO] [stdout] | [INFO] [stdout] 862 | /// Returns the contained [`Err`] value, consuming the `self` value, [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 862 | /// Returns the contained [`enum@Err`] value, consuming the `self` value, [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 862 | /// Returns the contained [`Err()`] value, consuming the `self` value, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:863:53 [INFO] [stdout] | [INFO] [stdout] 863 | /// without checking that the value is not an [`Ok`]. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 863 | /// without checking that the value is not an [`enum@Ok`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 863 | /// without checking that the value is not an [`Ok()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:867:37 [INFO] [stdout] | [INFO] [stdout] 867 | /// Calling this method on an [`Ok`] is *[undefined behavior]*. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 867 | /// Calling this method on an [`enum@Ok`] is *[undefined behavior]*. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 867 | /// Calling this method on an [`Ok()`] is *[undefined behavior]*. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1159:33 [INFO] [stdout] | [INFO] [stdout] 1159 | /// Returns the contained [`Ok`] value, consuming the `self` value. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1159 | /// Returns the contained [`enum@Ok`] value, consuming the `self` value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1159 | /// Returns the contained [`Ok()`] value, consuming the `self` value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1163:37 [INFO] [stdout] | [INFO] [stdout] 1163 | /// Panics if the value is an [`Err`], with a panic message including the [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1163 | /// Panics if the value is an [`enum@Err`], with a panic message including the [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1163 | /// Panics if the value is an [`Err()`], with a panic message including the [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1164:50 [INFO] [stdout] | [INFO] [stdout] 1164 | /// passed message, and the content of the [`Err`]. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1164 | /// passed message, and the content of the [`enum@Err`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1164 | /// passed message, and the content of the [`Err()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1186:33 [INFO] [stdout] | [INFO] [stdout] 1186 | /// Returns the contained [`Ok`] value, consuming the `self` value. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1186 | /// Returns the contained [`enum@Ok`] value, consuming the `self` value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1186 | /// Returns the contained [`Ok()`] value, consuming the `self` value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1189:66 [INFO] [stdout] | [INFO] [stdout] 1189 | /// Instead, prefer to use pattern matching and handle the [`Err`] [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1189 | /// Instead, prefer to use pattern matching and handle the [`enum@Err`] [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1189 | /// Instead, prefer to use pattern matching and handle the [`Err()`] [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1199:37 [INFO] [stdout] | [INFO] [stdout] 1199 | /// Panics if the value is an [`Err`], with a panic message provided by the [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1199 | /// Panics if the value is an [`enum@Err`], with a panic message provided by the [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1199 | /// Panics if the value is an [`Err()`], with a panic message provided by the [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1200:11 [INFO] [stdout] | [INFO] [stdout] 1200 | /// [`Err`]'s value. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1200 | /// [`enum@Err`]'s value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1200 | /// [`Err()`]'s value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1231:33 [INFO] [stdout] | [INFO] [stdout] 1231 | /// Returns the contained [`Err`] value, consuming the `self` value. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1231 | /// Returns the contained [`enum@Err`] value, consuming the `self` value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1231 | /// Returns the contained [`Err()`] value, consuming the `self` value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1235:37 [INFO] [stdout] | [INFO] [stdout] 1235 | /// Panics if the value is an [`Ok`], with a panic message including the [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1235 | /// Panics if the value is an [`enum@Ok`], with a panic message including the [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1235 | /// Panics if the value is an [`Ok()`], with a panic message including the [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1236:50 [INFO] [stdout] | [INFO] [stdout] 1236 | /// passed message, and the content of the [`Ok`]. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1236 | /// passed message, and the content of the [`enum@Ok`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1236 | /// passed message, and the content of the [`Ok()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1258:33 [INFO] [stdout] | [INFO] [stdout] 1258 | /// Returns the contained [`Err`] value, consuming the `self` value. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1258 | /// Returns the contained [`enum@Err`] value, consuming the `self` value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1258 | /// Returns the contained [`Err()`] value, consuming the `self` value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1262:37 [INFO] [stdout] | [INFO] [stdout] 1262 | /// Panics if the value is an [`Ok`], with a custom panic message provided [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1262 | /// Panics if the value is an [`enum@Ok`], with a custom panic message provided [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1262 | /// Panics if the value is an [`Ok()`], with a custom panic message provided [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1263:18 [INFO] [stdout] | [INFO] [stdout] 1263 | /// by the [`Ok`]'s value. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1263 | /// by the [`enum@Ok`]'s value. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1263 | /// by the [`Ok()`]'s value. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1293:33 [INFO] [stdout] | [INFO] [stdout] 1293 | /// Returns the contained [`Ok`] value or a default [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1293 | /// Returns the contained [`enum@Ok`] value or a default [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1293 | /// Returns the contained [`Ok()`] value or a default [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1295:49 [INFO] [stdout] | [INFO] [stdout] 1295 | /// Consumes the `self` argument then, if [`Ok`], returns the contained [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1295 | /// Consumes the `self` argument then, if [`enum@Ok`], returns the contained [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1295 | /// Consumes the `self` argument then, if [`Ok()`], returns the contained [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1296:31 [INFO] [stdout] | [INFO] [stdout] 1296 | /// value, otherwise if [`Err`], returns the default value for that [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1296 | /// value, otherwise if [`enum@Err`], returns the default value for that [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1296 | /// value, otherwise if [`Err()`], returns the default value for that [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1304:11 [INFO] [stdout] | [INFO] [stdout] 1304 | /// [`Err`] on error. [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1304 | /// [`enum@Err`] on error. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1304 | /// [`Err()`] on error. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::str::FromStr` [INFO] [stdout] --> src/async_result.rs:1317:22 [INFO] [stdout] | [INFO] [stdout] 1317 | /// [`FromStr`]: crate::str::FromStr [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `str` in module `railsgun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1330:23 [INFO] [stdout] | [INFO] [stdout] 1330 | /// Coerces the [`Ok`] variant of the original [`AsyncResult`] via [`Deref`](crate::ops::Deref) [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1330 | /// Coerces the [`enum@Ok`] variant of the original [`AsyncResult`] via [`Deref`](crate::ops::Deref) [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1330 | /// Coerces the [`Ok()`] variant of the original [`AsyncResult`] via [`Deref`](crate::ops::Deref) [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::ops::Deref` [INFO] [stdout] --> src/async_result.rs:1330:82 [INFO] [stdout] | [INFO] [stdout] 1330 | /// Coerces the [`Ok`] variant of the original [`AsyncResult`] via [`Deref`](crate::ops::Deref) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `ops` in module `railsgun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1415:23 [INFO] [stdout] | [INFO] [stdout] 1415 | /// Returns the [`Ok`] value if `self` is `Ok`, and the [`Err`] value if [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1415 | /// Returns the [`enum@Ok`] value if `self` is `Ok`, and the [`Err`] value if [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1415 | /// Returns the [`Ok()`] value if `self` is `Ok`, and the [`Err`] value if [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Err` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1415:63 [INFO] [stdout] | [INFO] [stdout] 1415 | /// Returns the [`Ok`] value if `self` is `Ok`, and the [`Err`] value if [INFO] [stdout] | ^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1415 | /// Returns the [`Ok`] value if `self` is `Ok`, and the [`enum@Err`] value if [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1415 | /// Returns the [`Ok`] value if `self` is `Ok`, and the [`Err()`] value if [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::atomic::AtomicBool::compare_exchange` [INFO] [stdout] --> src/async_result.rs:1426:40 [INFO] [stdout] | [INFO] [stdout] 1426 | /// [`Atomic*::compare_exchange`]: crate::sync::atomic::AtomicBool::compare_exchange [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `railsgun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1530:43 [INFO] [stdout] | [INFO] [stdout] 1530 | /// An iterator over a reference to the [`Ok`] variant of a [`AsyncResult`]. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1530 | /// An iterator over a reference to the [`enum@Ok`] variant of a [`AsyncResult`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1530 | /// An iterator over a reference to the [`Ok()`] variant of a [`AsyncResult`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1532:59 [INFO] [stdout] | [INFO] [stdout] 1532 | /// The iterator yields one value if the AsyncResult is [`Ok`], otherwise none. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1532 | /// The iterator yields one value if the AsyncResult is [`enum@Ok`], otherwise none. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1532 | /// The iterator yields one value if the AsyncResult is [`Ok()`], otherwise none. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1572:51 [INFO] [stdout] | [INFO] [stdout] 1572 | /// An iterator over a mutable reference to the [`Ok`] variant of a [`AsyncResult`]. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1572 | /// An iterator over a mutable reference to the [`enum@Ok`] variant of a [`AsyncResult`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1572 | /// An iterator over a mutable reference to the [`Ok()`] variant of a [`AsyncResult`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1605:39 [INFO] [stdout] | [INFO] [stdout] 1605 | /// An iterator over the value in a [`Ok`] variant of a [`AsyncResult`]. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1605 | /// An iterator over the value in a [`enum@Ok`] variant of a [`AsyncResult`]. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1605 | /// An iterator over the value in a [`Ok()`] variant of a [`AsyncResult`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `Ok` is both an enum and a function [INFO] [stdout] --> src/async_result.rs:1607:59 [INFO] [stdout] | [INFO] [stdout] 1607 | /// The iterator yields one value if the AsyncResult is [`Ok`], otherwise none. [INFO] [stdout] | ^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 1607 | /// The iterator yields one value if the AsyncResult is [`enum@Ok`], otherwise none. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1607 | /// The iterator yields one value if the AsyncResult is [`Ok()`], otherwise none. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::ops::Try` [INFO] [stdout] --> src/block_in_place_result.rs:223:12 [INFO] [stdout] | [INFO] [stdout] 223 | //! [`?`]: crate::ops::Try [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `ops` in module `railsgun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Result::async_map_or_else` [INFO] [stdout] --> src/async_future_result.rs:118:26 [INFO] [stdout] | [INFO] [stdout] 118 | /// [`map_or_else`]: Result::async_map_or_else [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the enum `Result` has no variant or associated item named `async_map_or_else` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `AsyncResult::Ok` [INFO] [stdout] --> src/async_result.rs:1485:63 [INFO] [stdout] | [INFO] [stdout] 1485 | /// The iterator yields one value if the AsyncResult is [`AsyncResult::Ok`], otherwise none. [INFO] [stdout] | ^^^^^^^^^^^^^^^ the struct `AsyncResult` has no field or associated item named `Ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 72 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.00s [INFO] running `Command { std: "docker" "inspect" "7b4dbd6c99c7a0911adf7ae415d0dfb254b17773ff2671d6160ebcdb769b3081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b4dbd6c99c7a0911adf7ae415d0dfb254b17773ff2671d6160ebcdb769b3081", kill_on_drop: false }` [INFO] [stdout] 7b4dbd6c99c7a0911adf7ae415d0dfb254b17773ff2671d6160ebcdb769b3081