[INFO] fetching crate range-ext 0.3.0... [INFO] testing range-ext-0.3.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate range-ext 0.3.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate range-ext 0.3.0 [INFO] finished tweaking crates.io crate range-ext 0.3.0 [INFO] tweaked toml for crates.io crate range-ext 0.3.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate range-ext 0.3.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e3fac34ac363823a090ee2ef5d18c7536e1f3a0e3fe13d88190bfc4c653ca5d [INFO] running `Command { std: "docker" "start" "-a" "0e3fac34ac363823a090ee2ef5d18c7536e1f3a0e3fe13d88190bfc4c653ca5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e3fac34ac363823a090ee2ef5d18c7536e1f3a0e3fe13d88190bfc4c653ca5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e3fac34ac363823a090ee2ef5d18c7536e1f3a0e3fe13d88190bfc4c653ca5d", kill_on_drop: false }` [INFO] [stdout] 0e3fac34ac363823a090ee2ef5d18c7536e1f3a0e3fe13d88190bfc4c653ca5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 3ce5791a37bb5db39af1a3c47ad47038bcc8cf342409122bf3f1e3f04d8e5d82 [INFO] running `Command { std: "docker" "start" "-a" "3ce5791a37bb5db39af1a3c47ad47038bcc8cf342409122bf3f1e3f04d8e5d82", kill_on_drop: false }` [INFO] [stderr] Compiling range-ext v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:158:41 [INFO] [stdout] | [INFO] [stdout] 158 | empty_and_reverse!(self, other, intersect, Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `Intersect::intersect(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:213:43 [INFO] [stdout] | [INFO] [stdout] 213 | empty_and_reverse_a!(self, other, intersect, Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:275:43 [INFO] [stdout] | [INFO] [stdout] 275 | empty_and_reverse_a!(self, other, intersect, Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] running `Command { std: "docker" "inspect" "3ce5791a37bb5db39af1a3c47ad47038bcc8cf342409122bf3f1e3f04d8e5d82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ce5791a37bb5db39af1a3c47ad47038bcc8cf342409122bf3f1e3f04d8e5d82", kill_on_drop: false }` [INFO] [stdout] 3ce5791a37bb5db39af1a3c47ad47038bcc8cf342409122bf3f1e3f04d8e5d82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] f7e2d52b743b379773908ba25c2a2c8fb66d809ac71161194efe90972c5c7dfa [INFO] running `Command { std: "docker" "start" "-a" "f7e2d52b743b379773908ba25c2a2c8fb66d809ac71161194efe90972c5c7dfa", kill_on_drop: false }` [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:158:41 [INFO] [stdout] | [INFO] [stdout] 158 | empty_and_reverse!(self, other, intersect, Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `Intersect::intersect(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:213:43 [INFO] [stdout] | [INFO] [stdout] 213 | empty_and_reverse_a!(self, other, intersect, Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling range-ext v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:275:43 [INFO] [stdout] | [INFO] [stdout] 275 | empty_and_reverse_a!(self, other, intersect, Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:158:41 [INFO] [stdout] | [INFO] [stdout] 158 | empty_and_reverse!(self, other, intersect, Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:213:43 [INFO] [stdout] | [INFO] [stdout] 213 | empty_and_reverse_a!(self, other, intersect, Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:275:43 [INFO] [stdout] | [INFO] [stdout] 275 | empty_and_reverse_a!(self, other, intersect, Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:420:28 [INFO] [stdout] | [INFO] [stdout] 420 | assert_eq!((5..10).intersect(&(0..5)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:421:28 [INFO] [stdout] | [INFO] [stdout] 421 | assert_eq!((5..10).intersect(&(11..20)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:422:27 [INFO] [stdout] | [INFO] [stdout] 422 | assert_eq!((5..5).intersect(&(11..20)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:423:28 [INFO] [stdout] | [INFO] [stdout] 423 | assert_eq!((5..10).intersect(&(5..5)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:424:28 [INFO] [stdout] | [INFO] [stdout] 424 | assert_eq!((5..10).intersect(&(5..10)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:425:28 [INFO] [stdout] | [INFO] [stdout] 425 | assert_eq!((5..10).intersect(&(4..10)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:426:28 [INFO] [stdout] | [INFO] [stdout] 426 | assert_eq!((5..10).intersect(&(4..12)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | assert_eq!((5..10).intersect(&(5..12)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:428:28 [INFO] [stdout] | [INFO] [stdout] 428 | assert_eq!((5..10).intersect(&(6..12)), Intersection::Overlap); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | assert_eq!((5..10).intersect(&(4..8)), Intersection::Overlap); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:430:28 [INFO] [stdout] | [INFO] [stdout] 430 | assert_eq!((5..10).intersect(&(5..11)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:464:28 [INFO] [stdout] | [INFO] [stdout] 464 | assert_eq!((1..10).intersect(&(10..)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:465:28 [INFO] [stdout] | [INFO] [stdout] 465 | assert_eq!((1..10).intersect(&(5..)), Intersection::Overlap); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:466:28 [INFO] [stdout] | [INFO] [stdout] 466 | assert_eq!((1..10).intersect(&(11..)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:467:28 [INFO] [stdout] | [INFO] [stdout] 467 | assert_eq!((1..10).intersect(&(1..)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:468:28 [INFO] [stdout] | [INFO] [stdout] 468 | assert_eq!((1..10).intersect(&(0..)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:469:27 [INFO] [stdout] | [INFO] [stdout] 469 | assert_eq!((1..1).intersect(&(0..)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:470:28 [INFO] [stdout] | [INFO] [stdout] 470 | assert_eq!((10..1).intersect(&(5..)), Intersection::Overlap); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:471:28 [INFO] [stdout] | [INFO] [stdout] 471 | assert_eq!((10..1).intersect(&(11..)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | assert_eq!((10..1).intersect(&(1..)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:473:28 [INFO] [stdout] | [INFO] [stdout] 473 | assert_eq!((10..1).intersect(&(0..)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:493:28 [INFO] [stdout] | [INFO] [stdout] 493 | assert_eq!((1..10).intersect(&..), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:494:27 [INFO] [stdout] | [INFO] [stdout] 494 | assert_eq!((1..1).intersect(&..), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:515:28 [INFO] [stdout] | [INFO] [stdout] 515 | assert_eq!((1..1). intersect(&(..0)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:516:28 [INFO] [stdout] | [INFO] [stdout] 516 | assert_eq!((1..10).intersect(&(..0)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:517:28 [INFO] [stdout] | [INFO] [stdout] 517 | assert_eq!((1..10).intersect(&(..1)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:518:28 [INFO] [stdout] | [INFO] [stdout] 518 | assert_eq!((1..10).intersect(&(..2)), Intersection::Overlap); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:519:28 [INFO] [stdout] | [INFO] [stdout] 519 | assert_eq!((1..10).intersect(&(..10)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:520:28 [INFO] [stdout] | [INFO] [stdout] 520 | assert_eq!((1..10).intersect(&(..11)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:522:28 [INFO] [stdout] | [INFO] [stdout] 522 | assert_eq!((10..1).intersect(&(..0)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | assert_eq!((10..1).intersect(&(..1)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:524:28 [INFO] [stdout] | [INFO] [stdout] 524 | assert_eq!((10..1).intersect(&(..2)), Intersection::Overlap); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:525:28 [INFO] [stdout] | [INFO] [stdout] 525 | assert_eq!((10..1).intersect(&(..10)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | assert_eq!((10..1).intersect(&(..11)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:561:29 [INFO] [stdout] | [INFO] [stdout] 561 | assert_eq!((10..=1).intersect(&(15..=1)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:562:29 [INFO] [stdout] | [INFO] [stdout] 562 | assert_eq!((10..=1).intersect(&(10..=1)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:563:29 [INFO] [stdout] | [INFO] [stdout] 563 | assert_eq!((10..=1).intersect(&(9..=1)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:564:29 [INFO] [stdout] | [INFO] [stdout] 564 | assert_eq!((10..=1).intersect(&(10..=9)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:565:29 [INFO] [stdout] | [INFO] [stdout] 565 | assert_eq!((10..=1).intersect(&(10..=0)), Intersection::Full); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:566:29 [INFO] [stdout] | [INFO] [stdout] 566 | assert_eq!((10..=1).intersect(&(1..=0)), Intersection::Overlap); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:567:29 [INFO] [stdout] | [INFO] [stdout] 567 | assert_eq!((10..=1).intersect(&(0..=-1)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:568:29 [INFO] [stdout] | [INFO] [stdout] 568 | assert_eq!((10..=1).intersect(&(11..=10)), Intersection::Overlap); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/intersect.rs:569:29 [INFO] [stdout] | [INFO] [stdout] 569 | assert_eq!((10..=1).intersect(&(12..=11)), Intersection::Empty); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(range_into_bounds)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `Command { std: "docker" "inspect" "f7e2d52b743b379773908ba25c2a2c8fb66d809ac71161194efe90972c5c7dfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7e2d52b743b379773908ba25c2a2c8fb66d809ac71161194efe90972c5c7dfa", kill_on_drop: false }` [INFO] [stdout] f7e2d52b743b379773908ba25c2a2c8fb66d809ac71161194efe90972c5c7dfa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 72f6caf271fe60e3c43d2ccca241cb3eb3a3544a4f13abab72ff65b06e5f1002 [INFO] running `Command { std: "docker" "start" "-a" "72f6caf271fe60e3c43d2ccca241cb3eb3a3544a4f13abab72ff65b06e5f1002", kill_on_drop: false }` [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:158:41 [INFO] [stderr] | [INFO] [stderr] 158 | empty_and_reverse!(self, other, intersect, Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `Intersect::intersect(...)` to keep using the current method [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:213:43 [INFO] [stderr] | [INFO] [stderr] 213 | empty_and_reverse_a!(self, other, intersect, Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:275:43 [INFO] [stderr] | [INFO] [stderr] 275 | empty_and_reverse_a!(self, other, intersect, Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `range-ext` (lib) generated 3 warnings [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:158:41 [INFO] [stderr] | [INFO] [stderr] 158 | empty_and_reverse!(self, other, intersect, Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:213:43 [INFO] [stderr] | [INFO] [stderr] 213 | empty_and_reverse_a!(self, other, intersect, Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:275:43 [INFO] [stderr] | [INFO] [stderr] 275 | empty_and_reverse_a!(self, other, intersect, Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:420:28 [INFO] [stderr] | [INFO] [stderr] 420 | assert_eq!((5..10).intersect(&(0..5)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:421:28 [INFO] [stderr] | [INFO] [stderr] 421 | assert_eq!((5..10).intersect(&(11..20)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:422:27 [INFO] [stderr] | [INFO] [stderr] 422 | assert_eq!((5..5).intersect(&(11..20)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:423:28 [INFO] [stderr] | [INFO] [stderr] 423 | assert_eq!((5..10).intersect(&(5..5)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:424:28 [INFO] [stderr] | [INFO] [stderr] 424 | assert_eq!((5..10).intersect(&(5..10)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:425:28 [INFO] [stderr] | [INFO] [stderr] 425 | assert_eq!((5..10).intersect(&(4..10)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:426:28 [INFO] [stderr] | [INFO] [stderr] 426 | assert_eq!((5..10).intersect(&(4..12)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:427:28 [INFO] [stderr] | [INFO] [stderr] 427 | assert_eq!((5..10).intersect(&(5..12)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:428:28 [INFO] [stderr] | [INFO] [stderr] 428 | assert_eq!((5..10).intersect(&(6..12)), Intersection::Overlap); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:429:28 [INFO] [stderr] | [INFO] [stderr] 429 | assert_eq!((5..10).intersect(&(4..8)), Intersection::Overlap); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:430:28 [INFO] [stderr] | [INFO] [stderr] 430 | assert_eq!((5..10).intersect(&(5..11)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:464:28 [INFO] [stderr] | [INFO] [stderr] 464 | assert_eq!((1..10).intersect(&(10..)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:465:28 [INFO] [stderr] | [INFO] [stderr] 465 | assert_eq!((1..10).intersect(&(5..)), Intersection::Overlap); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:466:28 [INFO] [stderr] | [INFO] [stderr] 466 | assert_eq!((1..10).intersect(&(11..)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:467:28 [INFO] [stderr] | [INFO] [stderr] 467 | assert_eq!((1..10).intersect(&(1..)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:468:28 [INFO] [stderr] | [INFO] [stderr] 468 | assert_eq!((1..10).intersect(&(0..)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:469:27 [INFO] [stderr] | [INFO] [stderr] 469 | assert_eq!((1..1).intersect(&(0..)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:470:28 [INFO] [stderr] | [INFO] [stderr] 470 | assert_eq!((10..1).intersect(&(5..)), Intersection::Overlap); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:471:28 [INFO] [stderr] | [INFO] [stderr] 471 | assert_eq!((10..1).intersect(&(11..)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:472:28 [INFO] [stderr] | [INFO] [stderr] 472 | assert_eq!((10..1).intersect(&(1..)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:473:28 [INFO] [stderr] | [INFO] [stderr] 473 | assert_eq!((10..1).intersect(&(0..)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:493:28 [INFO] [stderr] | [INFO] [stderr] 493 | assert_eq!((1..10).intersect(&..), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:494:27 [INFO] [stderr] | [INFO] [stderr] 494 | assert_eq!((1..1).intersect(&..), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:515:28 [INFO] [stderr] | [INFO] [stderr] 515 | assert_eq!((1..1). intersect(&(..0)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:516:28 [INFO] [stderr] | [INFO] [stderr] 516 | assert_eq!((1..10).intersect(&(..0)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:517:28 [INFO] [stderr] | [INFO] [stderr] 517 | assert_eq!((1..10).intersect(&(..1)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:518:28 [INFO] [stderr] | [INFO] [stderr] 518 | assert_eq!((1..10).intersect(&(..2)), Intersection::Overlap); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:519:28 [INFO] [stderr] | [INFO] [stderr] 519 | assert_eq!((1..10).intersect(&(..10)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:520:28 [INFO] [stderr] | [INFO] [stderr] 520 | assert_eq!((1..10).intersect(&(..11)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:522:28 [INFO] [stderr] | [INFO] [stderr] 522 | assert_eq!((10..1).intersect(&(..0)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:523:28 [INFO] [stderr] | [INFO] [stderr] 523 | assert_eq!((10..1).intersect(&(..1)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:524:28 [INFO] [stderr] | [INFO] [stderr] 524 | assert_eq!((10..1).intersect(&(..2)), Intersection::Overlap); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:525:28 [INFO] [stderr] | [INFO] [stderr] 525 | assert_eq!((10..1).intersect(&(..10)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:526:28 [INFO] [stderr] | [INFO] [stderr] 526 | assert_eq!((10..1).intersect(&(..11)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] [INFO] [stderr] --> src/intersect.rs:561:29 [INFO] [stdout] running 6 tests [INFO] [stderr] | [INFO] [stdout] test intersect::tests::functions_test ... ok [INFO] [stderr] 561 | assert_eq!((10..=1).intersect(&(15..=1)), Intersection::Full); [INFO] [stdout] test intersect::tests::range_from_intersect ... ok [INFO] [stderr] | ^^^^^^^^^ [INFO] [stdout] test intersect::tests::range_inclusive_test ... ok [INFO] [stderr] | [INFO] [stdout] test intersect::tests::range_intersect ... ok [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] test intersect::tests::range_to_intersect ... ok [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stdout] test intersect::tests::range_full_intersect ... ok [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stdout] [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:562:29 [INFO] [stderr] | [INFO] [stderr] 562 | assert_eq!((10..=1).intersect(&(10..=1)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:563:29 [INFO] [stderr] | [INFO] [stderr] 563 | assert_eq!((10..=1).intersect(&(9..=1)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:564:29 [INFO] [stderr] | [INFO] [stderr] 564 | assert_eq!((10..=1).intersect(&(10..=9)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:565:29 [INFO] [stderr] | [INFO] [stderr] 565 | assert_eq!((10..=1).intersect(&(10..=0)), Intersection::Full); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:566:29 [INFO] [stderr] | [INFO] [stderr] 566 | assert_eq!((10..=1).intersect(&(1..=0)), Intersection::Overlap); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:567:29 [INFO] [stderr] | [INFO] [stderr] 567 | assert_eq!((10..=1).intersect(&(0..=-1)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:568:29 [INFO] [stderr] | [INFO] [stderr] 568 | assert_eq!((10..=1).intersect(&(11..=10)), Intersection::Overlap); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/intersect.rs:569:29 [INFO] [stderr] | [INFO] [stderr] 569 | assert_eq!((10..=1).intersect(&(12..=11)), Intersection::Empty); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `intersect::Intersect::intersect(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(range_into_bounds)]` to the crate attributes to enable `intersect` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 + #![feature(range_into_bounds)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `range-ext` (lib test) generated 46 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/range_ext-3c20f3646b5a6486) [INFO] running `Command { std: "docker" "inspect" "72f6caf271fe60e3c43d2ccca241cb3eb3a3544a4f13abab72ff65b06e5f1002", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72f6caf271fe60e3c43d2ccca241cb3eb3a3544a4f13abab72ff65b06e5f1002", kill_on_drop: false }` [INFO] [stdout] 72f6caf271fe60e3c43d2ccca241cb3eb3a3544a4f13abab72ff65b06e5f1002