[INFO] fetching crate range-ext 0.3.0... [INFO] checking range-ext-0.3.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate range-ext 0.3.0 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate range-ext 0.3.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2e7deb1a3dc0ff3bf6ec5b7c4a21df9f69326c79154df90022eb6b374de11e6c [INFO] running `Command { std: "docker" "start" "-a" "2e7deb1a3dc0ff3bf6ec5b7c4a21df9f69326c79154df90022eb6b374de11e6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2e7deb1a3dc0ff3bf6ec5b7c4a21df9f69326c79154df90022eb6b374de11e6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e7deb1a3dc0ff3bf6ec5b7c4a21df9f69326c79154df90022eb6b374de11e6c", kill_on_drop: false }` [INFO] [stdout] 2e7deb1a3dc0ff3bf6ec5b7c4a21df9f69326c79154df90022eb6b374de11e6c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1919de2cc8f5e294d08710a94c1545e6541c9dd2af52e838cbd28f2ca332ca7 [INFO] running `Command { std: "docker" "start" "-a" "e1919de2cc8f5e294d08710a94c1545e6541c9dd2af52e838cbd28f2ca332ca7", kill_on_drop: false }` [INFO] [stderr] Checking 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] [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 `dev` profile [unoptimized + debuginfo] target(s) in 0.23s [INFO] running `Command { std: "docker" "inspect" "e1919de2cc8f5e294d08710a94c1545e6541c9dd2af52e838cbd28f2ca332ca7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1919de2cc8f5e294d08710a94c1545e6541c9dd2af52e838cbd28f2ca332ca7", kill_on_drop: false }` [INFO] [stdout] e1919de2cc8f5e294d08710a94c1545e6541c9dd2af52e838cbd28f2ca332ca7