[INFO] fetching crate range-ext 0.3.0... [INFO] testing range-ext-0.3.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate range-ext 0.3.0 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate range-ext 0.3.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8359dca7de3832258d873bd01448e598434c1ee09c26d4add1f72fcebfab699d [INFO] running `Command { std: "docker" "start" "-a" "8359dca7de3832258d873bd01448e598434c1ee09c26d4add1f72fcebfab699d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8359dca7de3832258d873bd01448e598434c1ee09c26d4add1f72fcebfab699d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8359dca7de3832258d873bd01448e598434c1ee09c26d4add1f72fcebfab699d", kill_on_drop: false }` [INFO] [stdout] 8359dca7de3832258d873bd01448e598434c1ee09c26d4add1f72fcebfab699d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1735ed0df80a71ad4a7172d9f76a2b1223c186f13d8cf5736fe94743f5fec155 [INFO] running `Command { std: "docker" "start" "-a" "1735ed0df80a71ad4a7172d9f76a2b1223c186f13d8cf5736fe94743f5fec155", 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)]` (part of `#[warn(future_incompatible)]`) 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.22s [INFO] running `Command { std: "docker" "inspect" "1735ed0df80a71ad4a7172d9f76a2b1223c186f13d8cf5736fe94743f5fec155", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1735ed0df80a71ad4a7172d9f76a2b1223c186f13d8cf5736fe94743f5fec155", kill_on_drop: false }` [INFO] [stdout] 1735ed0df80a71ad4a7172d9f76a2b1223c186f13d8cf5736fe94743f5fec155 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ac89534b89f5e34f6709ff90f3461d2a29d0c3d4cccb379e5215a34bbcda42dc [INFO] running `Command { std: "docker" "start" "-a" "ac89534b89f5e34f6709ff90f3461d2a29d0c3d4cccb379e5215a34bbcda42dc", 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)]` (part of `#[warn(future_incompatible)]`) 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] 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::intersect(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) 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.52s [INFO] running `Command { std: "docker" "inspect" "ac89534b89f5e34f6709ff90f3461d2a29d0c3d4cccb379e5215a34bbcda42dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac89534b89f5e34f6709ff90f3461d2a29d0c3d4cccb379e5215a34bbcda42dc", kill_on_drop: false }` [INFO] [stdout] ac89534b89f5e34f6709ff90f3461d2a29d0c3d4cccb379e5215a34bbcda42dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9bc4e0605f7416d686be5e94840c58bc14336fc61fbd2ea34968f691cc4264f3 [INFO] running `Command { std: "docker" "start" "-a" "9bc4e0605f7416d686be5e94840c58bc14336fc61fbd2ea34968f691cc4264f3", 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)]` (part of `#[warn(future_incompatible)]`) 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)]` (part of `#[warn(future_incompatible)]`) 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] [stderr] --> src/intersect.rs:561:29 [INFO] [stderr] | [INFO] [stderr] 561 | assert_eq!((10..=1).intersect(&(15..=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: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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/range_ext-37b289cfc28d0503) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test intersect::tests::functions_test ... ok [INFO] [stdout] test intersect::tests::range_from_intersect ... ok [INFO] [stdout] test intersect::tests::range_full_intersect ... ok [INFO] [stdout] test intersect::tests::range_inclusive_test ... ok [INFO] [stdout] test intersect::tests::range_to_intersect ... ok [INFO] [stdout] test intersect::tests::range_intersect ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests range_ext [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9bc4e0605f7416d686be5e94840c58bc14336fc61fbd2ea34968f691cc4264f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bc4e0605f7416d686be5e94840c58bc14336fc61fbd2ea34968f691cc4264f3", kill_on_drop: false }` [INFO] [stdout] 9bc4e0605f7416d686be5e94840c58bc14336fc61fbd2ea34968f691cc4264f3