assertables 8.0.0

Assertables: Rust crate of macros `assert…!` for better tests, quality assurance, debug testing, and runtime reliability.
Documentation
Build #1345391 2024-09-02 16:59:40

# rustc version rustc 1.83.0-nightly (94885bc69 2024-09-01)

# docs.rs version docsrs 0.6.0 (a6155e2c 2024-08-13)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/assertables-8.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/assertables-8.0.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240901-1.83.0-nightly-94885bc69\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] c69c17d3baea43e43e8f7191bbfa37ead65cc5e59402f0e0cb1b80ffc1547c95 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c69c17d3baea43e43e8f7191bbfa37ead65cc5e59402f0e0cb1b80ffc1547c95", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting assertables v8.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_as_result` [INFO] [stderr] --> src/assert.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_zzz` [INFO] [stderr] --> src/assert.rs:114:50 [INFO] [stderr] | [INFO] [stderr] 114 | /// This macro provides the same statements as [`assert_zzz`], [INFO] [stderr] | ^^^^^^^^^^ no item named `assert_zzz` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_zzz` [INFO] [stderr] --> src/assert.rs:136:9 [INFO] [stderr] | [INFO] [stderr] 136 | /// * [`assert_zzz`] [INFO] [stderr] | ^^^^^^^^^^ no item named `assert_zzz` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_zzz` [INFO] [stderr] --> src/assert.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | /// * [`assert_zzz`] [INFO] [stderr] | ^^^^^^^^^^ no item named `assert_zzz` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_zzz` [INFO] [stderr] --> src/assert.rs:138:9 [INFO] [stderr] | [INFO] [stderr] 138 | /// * [`debug_assert_zzz`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `debug_assert_zzz` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_zzz` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_eq.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_eq_as_result` [INFO] [stderr] --> src/assert_eq.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_eq_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_eq_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_eq_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_ge.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ge` [INFO] [stderr] --> src/assert_ge.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_ge`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_ge` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ge` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ge_as_result` [INFO] [stderr] --> src/assert_ge.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_ge_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_ge_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ge_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_ge` [INFO] [stderr] --> src/assert_ge.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_ge`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `debug_assert_ge` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_ge` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ge` [INFO] [stderr] --> src/assert_ge.rs:135:9 [INFO] [stderr] | [INFO] [stderr] 135 | /// * [`assert_ge`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_ge` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ge` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ge_as_result` [INFO] [stderr] --> src/assert_ge.rs:136:9 [INFO] [stderr] | [INFO] [stderr] 136 | /// * [`assert_ge_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_ge_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ge_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_ge` [INFO] [stderr] --> src/assert_ge.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | /// * [`debug_assert_ge`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `debug_assert_ge` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_ge` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ge` [INFO] [stderr] --> src/assert_ge.rs:157:50 [INFO] [stderr] | [INFO] [stderr] 157 | /// This macro provides the same statements as [`assert_ge`], [INFO] [stderr] | ^^^^^^^^^ no item named `assert_ge` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ge` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ge` [INFO] [stderr] --> src/assert_ge.rs:179:9 [INFO] [stderr] | [INFO] [stderr] 179 | /// * [`assert_ge`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_ge` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ge` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ge` [INFO] [stderr] --> src/assert_ge.rs:180:9 [INFO] [stderr] | [INFO] [stderr] 180 | /// * [`assert_ge`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_ge` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ge` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_ge` [INFO] [stderr] --> src/assert_ge.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | /// * [`debug_assert_ge`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `debug_assert_ge` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_ge` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_gt.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_gt` [INFO] [stderr] --> src/assert_gt.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_gt`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_gt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_gt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_gt_as_result` [INFO] [stderr] --> src/assert_gt.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_gt_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_gt_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_gt_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_gt` [INFO] [stderr] --> src/assert_gt.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_gt`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `debug_assert_gt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_gt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_gt` [INFO] [stderr] --> src/assert_gt.rs:135:9 [INFO] [stderr] | [INFO] [stderr] 135 | /// * [`assert_gt`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_gt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_gt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_gt_as_result` [INFO] [stderr] --> src/assert_gt.rs:136:9 [INFO] [stderr] | [INFO] [stderr] 136 | /// * [`assert_gt_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_gt_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_gt_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_gt` [INFO] [stderr] --> src/assert_gt.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | /// * [`debug_assert_gt`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `debug_assert_gt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_gt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_gt` [INFO] [stderr] --> src/assert_gt.rs:157:50 [INFO] [stderr] | [INFO] [stderr] 157 | /// This macro provides the same statements as [`assert_gt`], [INFO] [stderr] | ^^^^^^^^^ no item named `assert_gt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_gt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_gt` [INFO] [stderr] --> src/assert_gt.rs:179:9 [INFO] [stderr] | [INFO] [stderr] 179 | /// * [`assert_gt`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_gt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_gt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_gt` [INFO] [stderr] --> src/assert_gt.rs:180:9 [INFO] [stderr] | [INFO] [stderr] 180 | /// * [`assert_gt`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_gt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_gt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_gt` [INFO] [stderr] --> src/assert_gt.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | /// * [`debug_assert_gt`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `debug_assert_gt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_gt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_le.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_le` [INFO] [stderr] --> src/assert_le.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_le`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_le` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_le` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_le_as_result` [INFO] [stderr] --> src/assert_le.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_le_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_le_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_le_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_le` [INFO] [stderr] --> src/assert_le.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_le`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `debug_assert_le` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_le` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_le` [INFO] [stderr] --> src/assert_le.rs:135:9 [INFO] [stderr] | [INFO] [stderr] 135 | /// * [`assert_le`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_le` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_le` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_le_as_result` [INFO] [stderr] --> src/assert_le.rs:136:9 [INFO] [stderr] | [INFO] [stderr] 136 | /// * [`assert_le_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_le_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_le_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_le` [INFO] [stderr] --> src/assert_le.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | /// * [`debug_assert_le`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `debug_assert_le` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_le` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_le` [INFO] [stderr] --> src/assert_le.rs:157:50 [INFO] [stderr] | [INFO] [stderr] 157 | /// This macro provides the same statements as [`assert_le`], [INFO] [stderr] | ^^^^^^^^^ no item named `assert_le` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_le` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_le` [INFO] [stderr] --> src/assert_le.rs:179:9 [INFO] [stderr] | [INFO] [stderr] 179 | /// * [`assert_le`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_le` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_le` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_le` [INFO] [stderr] --> src/assert_le.rs:180:9 [INFO] [stderr] | [INFO] [stderr] 180 | /// * [`assert_le`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_le` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_le` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_le` [INFO] [stderr] --> src/assert_le.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | /// * [`debug_assert_le`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `debug_assert_le` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_le` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_lt.rs:8:50 [INFO] [stderr] | [INFO] [stderr] 8 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_lt` [INFO] [stderr] --> src/assert_lt.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_lt`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_lt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_lt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_lt_as_result` [INFO] [stderr] --> src/assert_lt.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`assert_lt_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_lt_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_lt_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_lt` [INFO] [stderr] --> src/assert_lt.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | /// * [`debug_assert_lt`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `debug_assert_lt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_lt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_lt` [INFO] [stderr] --> src/assert_lt.rs:136:9 [INFO] [stderr] | [INFO] [stderr] 136 | /// * [`assert_lt`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_lt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_lt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_lt_as_result` [INFO] [stderr] --> src/assert_lt.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | /// * [`assert_lt_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_lt_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_lt_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_lt` [INFO] [stderr] --> src/assert_lt.rs:138:9 [INFO] [stderr] | [INFO] [stderr] 138 | /// * [`debug_assert_lt`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `debug_assert_lt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_lt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_lt` [INFO] [stderr] --> src/assert_lt.rs:158:50 [INFO] [stderr] | [INFO] [stderr] 158 | /// This macro provides the same statements as [`assert_lt`], [INFO] [stderr] | ^^^^^^^^^ no item named `assert_lt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_lt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_lt` [INFO] [stderr] --> src/assert_lt.rs:180:9 [INFO] [stderr] | [INFO] [stderr] 180 | /// * [`assert_lt`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_lt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_lt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_lt` [INFO] [stderr] --> src/assert_lt.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | /// * [`assert_lt`] [INFO] [stderr] | ^^^^^^^^^ no item named `assert_lt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_lt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_lt` [INFO] [stderr] --> src/assert_lt.rs:182:9 [INFO] [stderr] | [INFO] [stderr] 182 | /// * [`debug_assert_lt`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `debug_assert_lt` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_lt` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_ne.rs:8:50 [INFO] [stderr] | [INFO] [stderr] 8 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ne_as_result` [INFO] [stderr] --> src/assert_ne.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`assert_ne_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_ne_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ne_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_in_delta.rs:8:50 [INFO] [stderr] | [INFO] [stderr] 8 | /// This macro provides the same statements as [`assert_`], except this macro [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_delta` [INFO] [stderr] --> src/assert_in_delta.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_in_delta`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_in_delta` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_delta` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_delta_as_result` [INFO] [stderr] --> src/assert_in_delta.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`assert_in_delta_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_in_delta_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_delta_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_in_delta` [INFO] [stderr] --> src/assert_in_delta.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | /// * [`debug_assert_in_delta`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_in_delta` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_in_delta` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_delta` [INFO] [stderr] --> src/assert_in_delta.rs:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | /// * [`assert_in_delta`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_in_delta` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_delta` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_delta_as_result` [INFO] [stderr] --> src/assert_in_delta.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | /// * [`assert_in_delta_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_in_delta_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_delta_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_in_delta` [INFO] [stderr] --> src/assert_in_delta.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 171 | /// * [`debug_assert_in_delta`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_in_delta` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_in_delta` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_delta` [INFO] [stderr] --> src/assert_in_delta.rs:191:50 [INFO] [stderr] | [INFO] [stderr] 191 | /// This macro provides the same statements as [`assert_in_delta`], [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_in_delta` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_delta` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_delta` [INFO] [stderr] --> src/assert_in_delta.rs:213:9 [INFO] [stderr] | [INFO] [stderr] 213 | /// * [`assert_in_delta`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_in_delta` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_delta` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_delta` [INFO] [stderr] --> src/assert_in_delta.rs:214:9 [INFO] [stderr] | [INFO] [stderr] 214 | /// * [`assert_in_delta`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_in_delta` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_delta` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_in_delta` [INFO] [stderr] --> src/assert_in_delta.rs:215:9 [INFO] [stderr] | [INFO] [stderr] 215 | /// * [`debug_assert_in_delta`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_in_delta` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_in_delta` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_in_epsilon.rs:8:50 [INFO] [stderr] | [INFO] [stderr] 8 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_epsilon` [INFO] [stderr] --> src/assert_in_epsilon.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_in_epsilon`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `assert_in_epsilon` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_epsilon` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_epsilon_as_result` [INFO] [stderr] --> src/assert_in_epsilon.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`assert_in_epsilon_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_in_epsilon_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_epsilon_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_in_epsilon` [INFO] [stderr] --> src/assert_in_epsilon.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | /// * [`debug_assert_in_epsilon`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_in_epsilon` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_in_epsilon` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_epsilon` [INFO] [stderr] --> src/assert_in_epsilon.rs:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | /// * [`assert_in_epsilon`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `assert_in_epsilon` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_epsilon` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_epsilon_as_result` [INFO] [stderr] --> src/assert_in_epsilon.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | /// * [`assert_in_epsilon_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_in_epsilon_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_epsilon_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_in_epsilon` [INFO] [stderr] --> src/assert_in_epsilon.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 171 | /// * [`debug_assert_in_epsilon`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_in_epsilon` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_in_epsilon` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_epsilon` [INFO] [stderr] --> src/assert_in_epsilon.rs:191:50 [INFO] [stderr] | [INFO] [stderr] 191 | /// This macro provides the same statements as [`assert_in_epsilon`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `assert_in_epsilon` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_epsilon` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_epsilon` [INFO] [stderr] --> src/assert_in_epsilon.rs:213:9 [INFO] [stderr] | [INFO] [stderr] 213 | /// * [`assert_in_epsilon`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `assert_in_epsilon` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_epsilon` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_in_epsilon` [INFO] [stderr] --> src/assert_in_epsilon.rs:214:9 [INFO] [stderr] | [INFO] [stderr] 214 | /// * [`assert_in_epsilon`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `assert_in_epsilon` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_in_epsilon` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_in_epsilon` [INFO] [stderr] --> src/assert_in_epsilon.rs:215:9 [INFO] [stderr] | [INFO] [stderr] 215 | /// * [`debug_assert_in_epsilon`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_in_epsilon` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_in_epsilon` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_contains` [INFO] [stderr] --> src/assert_contains.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_contains`], [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_contains` [INFO] [stderr] --> src/assert_contains.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_contains_as_result` [INFO] [stderr] --> src/assert_contains.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_contains_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_contains_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_contains_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_contains` [INFO] [stderr] --> src/assert_contains.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_contains` [INFO] [stderr] --> src/assert_contains.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | /// * [`assert_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_contains_as_result` [INFO] [stderr] --> src/assert_contains.rs:112:9 [INFO] [stderr] | [INFO] [stderr] 112 | /// * [`assert_contains_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_contains_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_contains_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_contains` [INFO] [stderr] --> src/assert_contains.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | /// * [`debug_assert_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_contains` [INFO] [stderr] --> src/assert_contains.rs:133:50 [INFO] [stderr] | [INFO] [stderr] 133 | /// This macro provides the same statements as [`assert_contains`], [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_contains` [INFO] [stderr] --> src/assert_contains.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | /// * [`assert_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_contains` [INFO] [stderr] --> src/assert_contains.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | /// * [`assert_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_contains` [INFO] [stderr] --> src/assert_contains.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | /// * [`debug_assert_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ends_with` [INFO] [stderr] --> src/assert_ends_with.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_ends_with`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ends_with` [INFO] [stderr] --> src/assert_ends_with.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ends_with_as_result` [INFO] [stderr] --> src/assert_ends_with.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_ends_with_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_ends_with_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ends_with_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_ends_with` [INFO] [stderr] --> src/assert_ends_with.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ends_with` [INFO] [stderr] --> src/assert_ends_with.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | /// * [`assert_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ends_with_as_result` [INFO] [stderr] --> src/assert_ends_with.rs:112:9 [INFO] [stderr] | [INFO] [stderr] 112 | /// * [`assert_ends_with_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_ends_with_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ends_with_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_ends_with` [INFO] [stderr] --> src/assert_ends_with.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | /// * [`debug_assert_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ends_with` [INFO] [stderr] --> src/assert_ends_with.rs:133:50 [INFO] [stderr] | [INFO] [stderr] 133 | /// This macro provides the same statements as [`assert_ends_with`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ends_with` [INFO] [stderr] --> src/assert_ends_with.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | /// * [`assert_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_ends_with` [INFO] [stderr] --> src/assert_ends_with.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | /// * [`assert_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_ends_with` [INFO] [stderr] --> src/assert_ends_with.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | /// * [`debug_assert_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_is_match` [INFO] [stderr] --> src/assert_is_match.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_is_match`], [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_is_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_is_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_is_match` [INFO] [stderr] --> src/assert_is_match.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_is_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_is_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_is_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_is_match_as_result` [INFO] [stderr] --> src/assert_is_match.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_is_match_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_is_match_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_is_match_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_is_match` [INFO] [stderr] --> src/assert_is_match.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_is_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_is_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_is_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_is_match` [INFO] [stderr] --> src/assert_is_match.rs:116:9 [INFO] [stderr] | [INFO] [stderr] 116 | /// * [`assert_is_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_is_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_is_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_is_match_as_result` [INFO] [stderr] --> src/assert_is_match.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | /// * [`assert_is_match_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_is_match_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_is_match_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_is_match` [INFO] [stderr] --> src/assert_is_match.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 118 | /// * [`debug_assert_is_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_is_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_is_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_is_match` [INFO] [stderr] --> src/assert_is_match.rs:138:50 [INFO] [stderr] | [INFO] [stderr] 138 | /// This macro provides the same statements as [`assert_is_match`], [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_is_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_is_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_is_match` [INFO] [stderr] --> src/assert_is_match.rs:160:9 [INFO] [stderr] | [INFO] [stderr] 160 | /// * [`assert_is_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_is_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_is_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_is_match` [INFO] [stderr] --> src/assert_is_match.rs:161:9 [INFO] [stderr] | [INFO] [stderr] 161 | /// * [`assert_is_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `assert_is_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_is_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_is_match` [INFO] [stderr] --> src/assert_is_match.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | /// * [`debug_assert_is_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_is_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_is_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_contains` [INFO] [stderr] --> src/assert_not_contains.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_not_contains`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_not_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_contains` [INFO] [stderr] --> src/assert_not_contains.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_not_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_not_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_contains_as_result` [INFO] [stderr] --> src/assert_not_contains.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_not_contains_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_contains_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_contains_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_not_contains` [INFO] [stderr] --> src/assert_not_contains.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_not_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_not_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_not_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_contains` [INFO] [stderr] --> src/assert_not_contains.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | /// * [`assert_not_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_not_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_contains_as_result` [INFO] [stderr] --> src/assert_not_contains.rs:112:9 [INFO] [stderr] | [INFO] [stderr] 112 | /// * [`assert_not_contains_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_contains_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_contains_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_not_contains` [INFO] [stderr] --> src/assert_not_contains.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | /// * [`debug_assert_not_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_not_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_not_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_contains` [INFO] [stderr] --> src/assert_not_contains.rs:133:50 [INFO] [stderr] | [INFO] [stderr] 133 | /// This macro provides the same statements as [`assert_not_contains`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_not_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_contains` [INFO] [stderr] --> src/assert_not_contains.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | /// * [`assert_not_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_not_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_contains` [INFO] [stderr] --> src/assert_not_contains.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | /// * [`assert_not_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_not_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_not_contains` [INFO] [stderr] --> src/assert_not_contains.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | /// * [`debug_assert_not_contains`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_not_contains` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_not_contains` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_ends_with` [INFO] [stderr] --> src/assert_not_ends_with.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_not_ends_with`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_ends_with` [INFO] [stderr] --> src/assert_not_ends_with.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_not_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_ends_with_as_result` [INFO] [stderr] --> src/assert_not_ends_with.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_not_ends_with_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_ends_with_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_ends_with_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_not_ends_with` [INFO] [stderr] --> src/assert_not_ends_with.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_not_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_not_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_not_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_ends_with` [INFO] [stderr] --> src/assert_not_ends_with.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | /// * [`assert_not_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_ends_with_as_result` [INFO] [stderr] --> src/assert_not_ends_with.rs:112:9 [INFO] [stderr] | [INFO] [stderr] 112 | /// * [`assert_not_ends_with_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_ends_with_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_ends_with_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_not_ends_with` [INFO] [stderr] --> src/assert_not_ends_with.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | /// * [`debug_assert_not_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_not_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_not_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_ends_with` [INFO] [stderr] --> src/assert_not_ends_with.rs:133:50 [INFO] [stderr] | [INFO] [stderr] 133 | /// This macro provides the same statements as [`assert_not_ends_with`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_ends_with` [INFO] [stderr] --> src/assert_not_ends_with.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | /// * [`assert_not_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_ends_with` [INFO] [stderr] --> src/assert_not_ends_with.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | /// * [`assert_not_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_not_ends_with` [INFO] [stderr] --> src/assert_not_ends_with.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | /// * [`debug_assert_not_ends_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_not_ends_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_not_ends_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_match` [INFO] [stderr] --> src/assert_not_match.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_not_match`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_not_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_match` [INFO] [stderr] --> src/assert_not_match.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_not_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_not_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_match_as_result` [INFO] [stderr] --> src/assert_not_match.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_not_match_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_match_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_match_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_not_match` [INFO] [stderr] --> src/assert_not_match.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_not_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_not_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_not_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_match` [INFO] [stderr] --> src/assert_not_match.rs:116:9 [INFO] [stderr] | [INFO] [stderr] 116 | /// * [`assert_not_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_not_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_match_as_result` [INFO] [stderr] --> src/assert_not_match.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | /// * [`assert_not_match_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_match_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_match_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_not_match` [INFO] [stderr] --> src/assert_not_match.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 118 | /// * [`debug_assert_not_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_not_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_not_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_match` [INFO] [stderr] --> src/assert_not_match.rs:138:50 [INFO] [stderr] | [INFO] [stderr] 138 | /// This macro provides the same statements as [`assert_not_match`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_not_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_match` [INFO] [stderr] --> src/assert_not_match.rs:160:9 [INFO] [stderr] | [INFO] [stderr] 160 | /// * [`assert_not_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_not_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_match` [INFO] [stderr] --> src/assert_not_match.rs:161:9 [INFO] [stderr] | [INFO] [stderr] 161 | /// * [`assert_not_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_not_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_not_match` [INFO] [stderr] --> src/assert_not_match.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | /// * [`debug_assert_not_match`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_not_match` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_not_match` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_starts_with` [INFO] [stderr] --> src/assert_not_starts_with.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_not_starts_with`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_starts_with` [INFO] [stderr] --> src/assert_not_starts_with.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_not_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_starts_with_as_result` [INFO] [stderr] --> src/assert_not_starts_with.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_not_starts_with_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_starts_with_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_starts_with_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_not_starts_with` [INFO] [stderr] --> src/assert_not_starts_with.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_not_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_not_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_not_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_starts_with` [INFO] [stderr] --> src/assert_not_starts_with.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | /// * [`assert_not_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_starts_with_as_result` [INFO] [stderr] --> src/assert_not_starts_with.rs:112:9 [INFO] [stderr] | [INFO] [stderr] 112 | /// * [`assert_not_starts_with_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_starts_with_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_starts_with_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_not_starts_with` [INFO] [stderr] --> src/assert_not_starts_with.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | /// * [`debug_assert_not_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_not_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_not_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_starts_with` [INFO] [stderr] --> src/assert_not_starts_with.rs:133:50 [INFO] [stderr] | [INFO] [stderr] 133 | /// This macro provides the same statements as [`assert_not_starts_with`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_starts_with` [INFO] [stderr] --> src/assert_not_starts_with.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | /// * [`assert_not_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_not_starts_with` [INFO] [stderr] --> src/assert_not_starts_with.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | /// * [`assert_not_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_not_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_not_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_not_starts_with` [INFO] [stderr] --> src/assert_not_starts_with.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | /// * [`debug_assert_not_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_not_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_not_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_starts_with` [INFO] [stderr] --> src/assert_starts_with.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_starts_with`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `assert_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_starts_with` [INFO] [stderr] --> src/assert_starts_with.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `assert_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_starts_with_as_result` [INFO] [stderr] --> src/assert_starts_with.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_starts_with_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_starts_with_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_starts_with_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_starts_with` [INFO] [stderr] --> src/assert_starts_with.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_starts_with` [INFO] [stderr] --> src/assert_starts_with.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | /// * [`assert_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `assert_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_starts_with_as_result` [INFO] [stderr] --> src/assert_starts_with.rs:112:9 [INFO] [stderr] | [INFO] [stderr] 112 | /// * [`assert_starts_with_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_starts_with_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_starts_with_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_starts_with` [INFO] [stderr] --> src/assert_starts_with.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | /// * [`debug_assert_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_starts_with` [INFO] [stderr] --> src/assert_starts_with.rs:133:50 [INFO] [stderr] | [INFO] [stderr] 133 | /// This macro provides the same statements as [`assert_starts_with`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `assert_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_starts_with` [INFO] [stderr] --> src/assert_starts_with.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | /// * [`assert_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `assert_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_starts_with` [INFO] [stderr] --> src/assert_starts_with.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | /// * [`assert_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `assert_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_starts_with` [INFO] [stderr] --> src/assert_starts_with.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | /// * [`debug_assert_starts_with`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_starts_with` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_starts_with` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_set_disjoint.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_disjoint` [INFO] [stderr] --> src/assert_set_disjoint.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_set_disjoint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_set_disjoint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_disjoint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_disjoint_as_result` [INFO] [stderr] --> src/assert_set_disjoint.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_set_disjoint_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_set_disjoint_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_disjoint_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_disjoint` [INFO] [stderr] --> src/assert_set_disjoint.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_set_disjoint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_disjoint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_disjoint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `BTreeSet` [INFO] [stderr] --> src/assert_set_disjoint.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stderr] | ^^^^^^^^ no item named `BTreeSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_disjoint` [INFO] [stderr] --> src/assert_set_disjoint.rs:129:9 [INFO] [stderr] | [INFO] [stderr] 129 | /// * [`assert_set_disjoint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_set_disjoint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_disjoint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_disjoint_as_result` [INFO] [stderr] --> src/assert_set_disjoint.rs:130:9 [INFO] [stderr] | [INFO] [stderr] 130 | /// * [`assert_set_disjoint_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_set_disjoint_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_disjoint_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_disjoint` [INFO] [stderr] --> src/assert_set_disjoint.rs:131:9 [INFO] [stderr] | [INFO] [stderr] 131 | /// * [`debug_assert_set_disjoint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_disjoint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_disjoint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_disjoint` [INFO] [stderr] --> src/assert_set_disjoint.rs:151:50 [INFO] [stderr] | [INFO] [stderr] 151 | /// This macro provides the same statements as [`assert_set_disjoint`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_set_disjoint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_disjoint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_disjoint` [INFO] [stderr] --> src/assert_set_disjoint.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | /// * [`assert_set_disjoint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_set_disjoint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_disjoint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_disjoint` [INFO] [stderr] --> src/assert_set_disjoint.rs:174:9 [INFO] [stderr] | [INFO] [stderr] 174 | /// * [`assert_set_disjoint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_set_disjoint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_disjoint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_disjoint` [INFO] [stderr] --> src/assert_set_disjoint.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | /// * [`debug_assert_set_disjoint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_disjoint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_disjoint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_set_eq.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `BTreeSet` [INFO] [stderr] --> src/assert_set_eq.rs:13:32 [INFO] [stderr] | [INFO] [stderr] 13 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stderr] | ^^^^^^^^ no item named `BTreeSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_eq` [INFO] [stderr] --> src/assert_set_eq.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`assert_set_eq`] [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_set_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_eq_as_result` [INFO] [stderr] --> src/assert_set_eq.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | /// * [`assert_set_eq_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_set_eq_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_eq_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_eq` [INFO] [stderr] --> src/assert_set_eq.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | /// * [`debug_assert_set_eq`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `BTreeSet` [INFO] [stderr] --> src/assert_set_eq.rs:127:32 [INFO] [stderr] | [INFO] [stderr] 127 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stderr] | ^^^^^^^^ no item named `BTreeSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_eq` [INFO] [stderr] --> src/assert_set_eq.rs:131:9 [INFO] [stderr] | [INFO] [stderr] 131 | /// * [`assert_set_eq`] [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_set_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_eq_as_result` [INFO] [stderr] --> src/assert_set_eq.rs:132:9 [INFO] [stderr] | [INFO] [stderr] 132 | /// * [`assert_set_eq_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_set_eq_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_eq_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_eq` [INFO] [stderr] --> src/assert_set_eq.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | /// * [`debug_assert_set_eq`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_eq` [INFO] [stderr] --> src/assert_set_eq.rs:153:50 [INFO] [stderr] | [INFO] [stderr] 153 | /// This macro provides the same statements as [`assert_set_eq`], [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_set_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_eq` [INFO] [stderr] --> src/assert_set_eq.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | /// * [`assert_set_eq`] [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_set_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_eq` [INFO] [stderr] --> src/assert_set_eq.rs:176:9 [INFO] [stderr] | [INFO] [stderr] 176 | /// * [`assert_set_eq`] [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_set_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_eq` [INFO] [stderr] --> src/assert_set_eq.rs:177:9 [INFO] [stderr] | [INFO] [stderr] 177 | /// * [`debug_assert_set_eq`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_set_joint.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_joint` [INFO] [stderr] --> src/assert_set_joint.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_set_joint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_set_joint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_joint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_joint_as_result` [INFO] [stderr] --> src/assert_set_joint.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_set_joint_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_set_joint_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_joint_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_joint` [INFO] [stderr] --> src/assert_set_joint.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_set_joint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_joint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_joint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `BTreeSet` [INFO] [stderr] --> src/assert_set_joint.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stderr] | ^^^^^^^^ no item named `BTreeSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_joint` [INFO] [stderr] --> src/assert_set_joint.rs:129:9 [INFO] [stderr] | [INFO] [stderr] 129 | /// * [`assert_set_joint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_set_joint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_joint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_joint_as_result` [INFO] [stderr] --> src/assert_set_joint.rs:130:9 [INFO] [stderr] | [INFO] [stderr] 130 | /// * [`assert_set_joint_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_set_joint_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_joint_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_joint` [INFO] [stderr] --> src/assert_set_joint.rs:131:9 [INFO] [stderr] | [INFO] [stderr] 131 | /// * [`debug_assert_set_joint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_joint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_joint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_joint` [INFO] [stderr] --> src/assert_set_joint.rs:151:50 [INFO] [stderr] | [INFO] [stderr] 151 | /// This macro provides the same statements as [`assert_set_joint`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_set_joint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_joint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_joint` [INFO] [stderr] --> src/assert_set_joint.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | /// * [`assert_set_joint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_set_joint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_joint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_joint` [INFO] [stderr] --> src/assert_set_joint.rs:174:9 [INFO] [stderr] | [INFO] [stderr] 174 | /// * [`assert_set_joint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `assert_set_joint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_joint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_joint` [INFO] [stderr] --> src/assert_set_joint.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | /// * [`debug_assert_set_joint`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_joint` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_joint` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_set_ne.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_ne` [INFO] [stderr] --> src/assert_set_ne.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_set_ne`] [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_set_ne` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_ne` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_ne_as_result` [INFO] [stderr] --> src/assert_set_ne.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_set_ne_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_set_ne_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_ne_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_ne` [INFO] [stderr] --> src/assert_set_ne.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_set_ne`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_ne` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_ne` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `BTreeSet` [INFO] [stderr] --> src/assert_set_ne.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stderr] | ^^^^^^^^ no item named `BTreeSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_ne` [INFO] [stderr] --> src/assert_set_ne.rs:129:9 [INFO] [stderr] | [INFO] [stderr] 129 | /// * [`assert_set_ne`] [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_set_ne` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_ne` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_ne_as_result` [INFO] [stderr] --> src/assert_set_ne.rs:130:9 [INFO] [stderr] | [INFO] [stderr] 130 | /// * [`assert_set_ne_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_set_ne_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_ne_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_ne` [INFO] [stderr] --> src/assert_set_ne.rs:131:9 [INFO] [stderr] | [INFO] [stderr] 131 | /// * [`debug_assert_set_ne`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_ne` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_ne` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_ne` [INFO] [stderr] --> src/assert_set_ne.rs:151:50 [INFO] [stderr] | [INFO] [stderr] 151 | /// This macro provides the same statements as [`assert_set_ne`], [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_set_ne` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_ne` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_ne` [INFO] [stderr] --> src/assert_set_ne.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | /// * [`assert_set_ne`] [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_set_ne` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_ne` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_ne` [INFO] [stderr] --> src/assert_set_ne.rs:174:9 [INFO] [stderr] | [INFO] [stderr] 174 | /// * [`assert_set_ne`] [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_set_ne` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_ne` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_ne` [INFO] [stderr] --> src/assert_set_ne.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | /// * [`debug_assert_set_ne`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_ne` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_ne` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_set_subset.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_subset` [INFO] [stderr] --> src/assert_set_subset.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_set_subset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `assert_set_subset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_subset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_subset_as_result` [INFO] [stderr] --> src/assert_set_subset.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_set_subset_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_set_subset_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_subset_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_subset` [INFO] [stderr] --> src/assert_set_subset.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_set_subset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_subset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_subset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `BTreeSet` [INFO] [stderr] --> src/assert_set_subset.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stderr] | ^^^^^^^^ no item named `BTreeSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_subset` [INFO] [stderr] --> src/assert_set_subset.rs:129:9 [INFO] [stderr] | [INFO] [stderr] 129 | /// * [`assert_set_subset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `assert_set_subset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_subset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_subset_as_result` [INFO] [stderr] --> src/assert_set_subset.rs:130:9 [INFO] [stderr] | [INFO] [stderr] 130 | /// * [`assert_set_subset_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_set_subset_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_subset_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_subset` [INFO] [stderr] --> src/assert_set_subset.rs:131:9 [INFO] [stderr] | [INFO] [stderr] 131 | /// * [`debug_assert_set_subset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_subset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_subset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_subset` [INFO] [stderr] --> src/assert_set_subset.rs:151:50 [INFO] [stderr] | [INFO] [stderr] 151 | /// This macro provides the same statements as [`assert_set_subset`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `assert_set_subset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_subset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_subset` [INFO] [stderr] --> src/assert_set_subset.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | /// * [`assert_set_subset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `assert_set_subset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_subset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_subset` [INFO] [stderr] --> src/assert_set_subset.rs:174:9 [INFO] [stderr] | [INFO] [stderr] 174 | /// * [`assert_set_subset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `assert_set_subset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_subset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_subset` [INFO] [stderr] --> src/assert_set_subset.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | /// * [`debug_assert_set_subset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_subset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_subset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_` [INFO] [stderr] --> src/assert_set_superset.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_`], [INFO] [stderr] | ^^^^^^^ no item named `assert_` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `BTreeSet` [INFO] [stderr] --> src/assert_set_superset.rs:13:32 [INFO] [stderr] | [INFO] [stderr] 13 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stderr] | ^^^^^^^^ no item named `BTreeSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_superset` [INFO] [stderr] --> src/assert_set_superset.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`assert_set_superset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_set_superset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_superset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_superset_as_result` [INFO] [stderr] --> src/assert_set_superset.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | /// * [`assert_set_superset_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_set_superset_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_superset_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_superset` [INFO] [stderr] --> src/assert_set_superset.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | /// * [`debug_assert_set_superset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_superset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_superset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `BTreeSet` [INFO] [stderr] --> src/assert_set_superset.rs:127:32 [INFO] [stderr] | [INFO] [stderr] 127 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stderr] | ^^^^^^^^ no item named `BTreeSet` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_superset` [INFO] [stderr] --> src/assert_set_superset.rs:131:9 [INFO] [stderr] | [INFO] [stderr] 131 | /// * [`assert_set_superset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_set_superset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_superset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_superset_as_result` [INFO] [stderr] --> src/assert_set_superset.rs:132:9 [INFO] [stderr] | [INFO] [stderr] 132 | /// * [`assert_set_superset_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_set_superset_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_superset_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_superset` [INFO] [stderr] --> src/assert_set_superset.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | /// * [`debug_assert_set_superset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_superset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_superset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_superset` [INFO] [stderr] --> src/assert_set_superset.rs:153:50 [INFO] [stderr] | [INFO] [stderr] 153 | /// This macro provides the same statements as [`assert_set_superset`], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_set_superset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_superset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_superset` [INFO] [stderr] --> src/assert_set_superset.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | /// * [`assert_set_superset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_set_superset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_superset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_set_superset` [INFO] [stderr] --> src/assert_set_superset.rs:176:9 [INFO] [stderr] | [INFO] [stderr] 176 | /// * [`assert_set_superset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `assert_set_superset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_set_superset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_set_superset` [INFO] [stderr] --> src/assert_set_superset.rs:177:9 [INFO] [stderr] | [INFO] [stderr] 177 | /// * [`debug_assert_set_superset`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_set_superset` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_set_superset` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_bag_eq` [INFO] [stderr] --> src/assert_bag_eq.rs:7:50 [INFO] [stderr] | [INFO] [stderr] 7 | /// This macro provides the same statements as [`assert_bag_eq`], [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_bag_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_bag_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_bag_eq` [INFO] [stderr] --> src/assert_bag_eq.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | /// * [`assert_bag_eq`] [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_bag_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_bag_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_bag_eq_as_result` [INFO] [stderr] --> src/assert_bag_eq.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | /// * [`assert_bag_eq_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_bag_eq_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_bag_eq_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_bag_eq` [INFO] [stderr] --> src/assert_bag_eq.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// * [`debug_assert_bag_eq`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_bag_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_bag_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `BTreeMap` [INFO] [stderr] --> src/assert_bag_eq.rs:147:32 [INFO] [stderr] | [INFO] [stderr] 147 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stderr] | ^^^^^^^^ no item named `BTreeMap` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_bag_eq` [INFO] [stderr] --> src/assert_bag_eq.rs:151:9 [INFO] [stderr] | [INFO] [stderr] 151 | /// * [`assert_bag_eq`] [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_bag_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_bag_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_bag_eq_as_result` [INFO] [stderr] --> src/assert_bag_eq.rs:152:9 [INFO] [stderr] | [INFO] [stderr] 152 | /// * [`assert_bag_eq_as_result`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_bag_eq_as_result` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_bag_eq_as_result` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `debug_assert_bag_eq` [INFO] [stderr] --> src/assert_bag_eq.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | /// * [`debug_assert_bag_eq`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_bag_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `debug_assert_bag_eq` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_bag_eq` [INFO] [stderr] --> src/assert_bag_eq.rs:173:50 [INFO] [stderr] | [INFO] [stderr] 173 | /// This macro provides the same statements as [`assert_bag_eq`], [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `assert_bag_eq` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_bag_eq` exists in this crate, but it is not in scope at this link's location [WARN] too much data in the log, truncating it