[INFO] fetching crate option-operations 0.5.0... [INFO] checking option-operations-0.5.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate option-operations 0.5.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate option-operations 0.5.0 [INFO] finished tweaking crates.io crate option-operations 0.5.0 [INFO] tweaked toml for crates.io crate option-operations 0.5.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate option-operations 0.5.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 89029847be63c9925e001e8f30527c29a05cee92ca76498f2cd5b36b7ddc940a [INFO] running `Command { std: "docker" "start" "-a" "89029847be63c9925e001e8f30527c29a05cee92ca76498f2cd5b36b7ddc940a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "89029847be63c9925e001e8f30527c29a05cee92ca76498f2cd5b36b7ddc940a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89029847be63c9925e001e8f30527c29a05cee92ca76498f2cd5b36b7ddc940a", kill_on_drop: false }` [INFO] [stdout] 89029847be63c9925e001e8f30527c29a05cee92ca76498f2cd5b36b7ddc940a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8959cdc0b89e5c37552bb8c9b24451b166d15796b799077fead94e8a1c46f565 [INFO] running `Command { std: "docker" "start" "-a" "8959cdc0b89e5c37552bb8c9b24451b166d15796b799077fead94e8a1c46f565", kill_on_drop: false }` [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking option-operations v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/add.rs:203:9 [INFO] [stdout] | [INFO] [stdout] 202 | fn checked_add() { [INFO] [stdout] | ---------------- move the `impl` block outside of this function `checked_add` [INFO] [stdout] 203 | impl OptionCheckedAdd for MyInt { [INFO] [stdout] | ^^^^^----------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionCheckedAdd` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/add.rs:210:9 [INFO] [stdout] | [INFO] [stdout] 202 | fn checked_add() { [INFO] [stdout] | ---------------- move the `impl` block outside of this function `checked_add` [INFO] [stdout] ... [INFO] [stdout] 210 | impl OptionCheckedAdd for MyInt { [INFO] [stdout] | ^^^^^----------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionCheckedAdd` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/add.rs:236:9 [INFO] [stdout] | [INFO] [stdout] 235 | fn saturating_add() { [INFO] [stdout] | ------------------- move the `impl` block outside of this function `saturating_add` [INFO] [stdout] 236 | impl OptionSaturatingAdd for MyInt { [INFO] [stdout] | ^^^^^-------------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionSaturatingAdd` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/add.rs:243:9 [INFO] [stdout] | [INFO] [stdout] 235 | fn saturating_add() { [INFO] [stdout] | ------------------- move the `impl` block outside of this function `saturating_add` [INFO] [stdout] ... [INFO] [stdout] 243 | impl OptionSaturatingAdd for MyInt { [INFO] [stdout] | ^^^^^-------------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionSaturatingAdd` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/add.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 263 | fn overflowing_add() { [INFO] [stdout] | -------------------- move the `impl` block outside of this function `overflowing_add` [INFO] [stdout] 264 | impl OptionOverflowingAdd for MyInt { [INFO] [stdout] | ^^^^^--------------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionOverflowingAdd` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/add.rs:273:9 [INFO] [stdout] | [INFO] [stdout] 263 | fn overflowing_add() { [INFO] [stdout] | -------------------- move the `impl` block outside of this function `overflowing_add` [INFO] [stdout] ... [INFO] [stdout] 273 | impl OptionOverflowingAdd for MyInt { [INFO] [stdout] | ^^^^^--------------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionOverflowingAdd` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/add.rs:296:9 [INFO] [stdout] | [INFO] [stdout] 295 | fn wrapping_add() { [INFO] [stdout] | ----------------- move the `impl` block outside of this function `wrapping_add` [INFO] [stdout] 296 | impl OptionWrappingAdd for MyInt { [INFO] [stdout] | ^^^^^-----------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionWrappingAdd` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/add.rs:303:9 [INFO] [stdout] | [INFO] [stdout] 295 | fn wrapping_add() { [INFO] [stdout] | ----------------- move the `impl` block outside of this function `wrapping_add` [INFO] [stdout] ... [INFO] [stdout] 303 | impl OptionWrappingAdd for MyInt { [INFO] [stdout] | ^^^^^-----------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionWrappingAdd` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/div.rs:248:9 [INFO] [stdout] | [INFO] [stdout] 247 | fn checked_div() { [INFO] [stdout] | ---------------- move the `impl` block outside of this function `checked_div` [INFO] [stdout] 248 | impl OptionCheckedDiv for MyInt { [INFO] [stdout] | ^^^^^----------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionCheckedDiv` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/div.rs:255:9 [INFO] [stdout] | [INFO] [stdout] 247 | fn checked_div() { [INFO] [stdout] | ---------------- move the `impl` block outside of this function `checked_div` [INFO] [stdout] ... [INFO] [stdout] 255 | impl OptionCheckedDiv for MyInt { [INFO] [stdout] | ^^^^^----------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionCheckedDiv` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/div.rs:291:9 [INFO] [stdout] | [INFO] [stdout] 290 | fn overflowing_div() { [INFO] [stdout] | -------------------- move the `impl` block outside of this function `overflowing_div` [INFO] [stdout] 291 | impl OptionOverflowingDiv for MyInt { [INFO] [stdout] | ^^^^^--------------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionOverflowingDiv` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/div.rs:300:9 [INFO] [stdout] | [INFO] [stdout] 290 | fn overflowing_div() { [INFO] [stdout] | -------------------- move the `impl` block outside of this function `overflowing_div` [INFO] [stdout] ... [INFO] [stdout] 300 | impl OptionOverflowingDiv for MyInt { [INFO] [stdout] | ^^^^^--------------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionOverflowingDiv` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/div.rs:337:9 [INFO] [stdout] | [INFO] [stdout] 336 | fn wrapping_div() { [INFO] [stdout] | ----------------- move the `impl` block outside of this function `wrapping_div` [INFO] [stdout] 337 | impl OptionWrappingDiv for MyInt { [INFO] [stdout] | ^^^^^-----------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionWrappingDiv` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/div.rs:344:9 [INFO] [stdout] | [INFO] [stdout] 336 | fn wrapping_div() { [INFO] [stdout] | ----------------- move the `impl` block outside of this function `wrapping_div` [INFO] [stdout] ... [INFO] [stdout] 344 | impl OptionWrappingDiv for MyInt { [INFO] [stdout] | ^^^^^-----------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionWrappingDiv` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/mul.rs:221:9 [INFO] [stdout] | [INFO] [stdout] 220 | fn checked_mul() { [INFO] [stdout] | ---------------- move the `impl` block outside of this function `checked_mul` [INFO] [stdout] 221 | impl OptionCheckedMul for MyInt { [INFO] [stdout] | ^^^^^----------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionCheckedMul` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/mul.rs:228:9 [INFO] [stdout] | [INFO] [stdout] 220 | fn checked_mul() { [INFO] [stdout] | ---------------- move the `impl` block outside of this function `checked_mul` [INFO] [stdout] ... [INFO] [stdout] 228 | impl OptionCheckedMul for MyInt { [INFO] [stdout] | ^^^^^----------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionCheckedMul` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/mul.rs:256:9 [INFO] [stdout] | [INFO] [stdout] 255 | fn saturating_mul() { [INFO] [stdout] | ------------------- move the `impl` block outside of this function `saturating_mul` [INFO] [stdout] 256 | impl OptionSaturatingMul for MyInt { [INFO] [stdout] | ^^^^^-------------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionSaturatingMul` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/mul.rs:263:9 [INFO] [stdout] | [INFO] [stdout] 255 | fn saturating_mul() { [INFO] [stdout] | ------------------- move the `impl` block outside of this function `saturating_mul` [INFO] [stdout] ... [INFO] [stdout] 263 | impl OptionSaturatingMul for MyInt { [INFO] [stdout] | ^^^^^-------------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionSaturatingMul` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/mul.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 284 | fn overflowing_mul() { [INFO] [stdout] | -------------------- move the `impl` block outside of this function `overflowing_mul` [INFO] [stdout] 285 | impl OptionOverflowingMul for MyInt { [INFO] [stdout] | ^^^^^--------------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionOverflowingMul` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/mul.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 284 | fn overflowing_mul() { [INFO] [stdout] | -------------------- move the `impl` block outside of this function `overflowing_mul` [INFO] [stdout] ... [INFO] [stdout] 294 | impl OptionOverflowingMul for MyInt { [INFO] [stdout] | ^^^^^--------------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionOverflowingMul` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/mul.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 338 | fn wrapping_mul() { [INFO] [stdout] | ----------------- move the `impl` block outside of this function `wrapping_mul` [INFO] [stdout] 339 | impl OptionWrappingMul for MyInt { [INFO] [stdout] | ^^^^^-----------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionWrappingMul` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/mul.rs:346:9 [INFO] [stdout] | [INFO] [stdout] 338 | fn wrapping_mul() { [INFO] [stdout] | ----------------- move the `impl` block outside of this function `wrapping_mul` [INFO] [stdout] ... [INFO] [stdout] 346 | impl OptionWrappingMul for MyInt { [INFO] [stdout] | ^^^^^-----------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionWrappingMul` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/rem.rs:236:9 [INFO] [stdout] | [INFO] [stdout] 235 | fn checked_rem() { [INFO] [stdout] | ---------------- move the `impl` block outside of this function `checked_rem` [INFO] [stdout] 236 | impl OptionCheckedRem for MyInt { [INFO] [stdout] | ^^^^^----------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionCheckedRem` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/rem.rs:243:9 [INFO] [stdout] | [INFO] [stdout] 235 | fn checked_rem() { [INFO] [stdout] | ---------------- move the `impl` block outside of this function `checked_rem` [INFO] [stdout] ... [INFO] [stdout] 243 | impl OptionCheckedRem for MyInt { [INFO] [stdout] | ^^^^^----------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionCheckedRem` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/rem.rs:279:9 [INFO] [stdout] | [INFO] [stdout] 278 | fn overflowing_rem() { [INFO] [stdout] | -------------------- move the `impl` block outside of this function `overflowing_rem` [INFO] [stdout] 279 | impl OptionOverflowingRem for MyInt { [INFO] [stdout] | ^^^^^--------------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionOverflowingRem` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/rem.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 278 | fn overflowing_rem() { [INFO] [stdout] | -------------------- move the `impl` block outside of this function `overflowing_rem` [INFO] [stdout] ... [INFO] [stdout] 288 | impl OptionOverflowingRem for MyInt { [INFO] [stdout] | ^^^^^--------------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionOverflowingRem` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/rem.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 315 | fn wrapping_rem() { [INFO] [stdout] | ----------------- move the `impl` block outside of this function `wrapping_rem` [INFO] [stdout] 316 | impl OptionWrappingRem for MyInt { [INFO] [stdout] | ^^^^^-----------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionWrappingRem` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/rem.rs:323:9 [INFO] [stdout] | [INFO] [stdout] 315 | fn wrapping_rem() { [INFO] [stdout] | ----------------- move the `impl` block outside of this function `wrapping_rem` [INFO] [stdout] ... [INFO] [stdout] 323 | impl OptionWrappingRem for MyInt { [INFO] [stdout] | ^^^^^-----------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionWrappingRem` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/sub.rs:205:9 [INFO] [stdout] | [INFO] [stdout] 204 | fn checked_sub() { [INFO] [stdout] | ---------------- move the `impl` block outside of this function `checked_sub` [INFO] [stdout] 205 | impl OptionCheckedSub for MyInt { [INFO] [stdout] | ^^^^^----------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionCheckedSub` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/sub.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 204 | fn checked_sub() { [INFO] [stdout] | ---------------- move the `impl` block outside of this function `checked_sub` [INFO] [stdout] ... [INFO] [stdout] 212 | impl OptionCheckedSub for MyInt { [INFO] [stdout] | ^^^^^----------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionCheckedSub` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/sub.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 237 | fn saturating_sub() { [INFO] [stdout] | ------------------- move the `impl` block outside of this function `saturating_sub` [INFO] [stdout] 238 | impl OptionSaturatingSub for MyInt { [INFO] [stdout] | ^^^^^-------------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionSaturatingSub` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/sub.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 237 | fn saturating_sub() { [INFO] [stdout] | ------------------- move the `impl` block outside of this function `saturating_sub` [INFO] [stdout] ... [INFO] [stdout] 245 | impl OptionSaturatingSub for MyInt { [INFO] [stdout] | ^^^^^-------------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionSaturatingSub` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/sub.rs:266:9 [INFO] [stdout] | [INFO] [stdout] 265 | fn overflowing_sub() { [INFO] [stdout] | -------------------- move the `impl` block outside of this function `overflowing_sub` [INFO] [stdout] 266 | impl OptionOverflowingSub for MyInt { [INFO] [stdout] | ^^^^^--------------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionOverflowingSub` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/sub.rs:275:9 [INFO] [stdout] | [INFO] [stdout] 265 | fn overflowing_sub() { [INFO] [stdout] | -------------------- move the `impl` block outside of this function `overflowing_sub` [INFO] [stdout] ... [INFO] [stdout] 275 | impl OptionOverflowingSub for MyInt { [INFO] [stdout] | ^^^^^--------------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionOverflowingSub` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/sub.rs:298:9 [INFO] [stdout] | [INFO] [stdout] 297 | fn wrapping_sub() { [INFO] [stdout] | ----------------- move the `impl` block outside of this function `wrapping_sub` [INFO] [stdout] 298 | impl OptionWrappingSub for MyInt { [INFO] [stdout] | ^^^^^-----------------^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionWrappingSub` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/sub.rs:305:9 [INFO] [stdout] | [INFO] [stdout] 297 | fn wrapping_sub() { [INFO] [stdout] | ----------------- move the `impl` block outside of this function `wrapping_sub` [INFO] [stdout] ... [INFO] [stdout] 305 | impl OptionWrappingSub for MyInt { [INFO] [stdout] | ^^^^^-----------------^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `MyInt` is not local [INFO] [stdout] | `OptionWrappingSub` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s [INFO] running `Command { std: "docker" "inspect" "8959cdc0b89e5c37552bb8c9b24451b166d15796b799077fead94e8a1c46f565", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8959cdc0b89e5c37552bb8c9b24451b166d15796b799077fead94e8a1c46f565", kill_on_drop: false }` [INFO] [stdout] 8959cdc0b89e5c37552bb8c9b24451b166d15796b799077fead94e8a1c46f565