[INFO] fetching crate hv-guarded-borrow 0.1.1... [INFO] testing hv-guarded-borrow-0.1.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate hv-guarded-borrow 0.1.1 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate hv-guarded-borrow 0.1.1 [INFO] finished tweaking crates.io crate hv-guarded-borrow 0.1.1 [INFO] tweaked toml for crates.io crate hv-guarded-borrow 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hv-guarded-borrow 0.1.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 9 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hv-ecs v0.1.0 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 275b9f4630d0b67fad29462d2f80a9a4aaf94759dd35d92d7079ff3728ef7279 [INFO] running `Command { std: "docker" "start" "-a" "275b9f4630d0b67fad29462d2f80a9a4aaf94759dd35d92d7079ff3728ef7279", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "275b9f4630d0b67fad29462d2f80a9a4aaf94759dd35d92d7079ff3728ef7279", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "275b9f4630d0b67fad29462d2f80a9a4aaf94759dd35d92d7079ff3728ef7279", kill_on_drop: false }` [INFO] [stdout] 275b9f4630d0b67fad29462d2f80a9a4aaf94759dd35d92d7079ff3728ef7279 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcf950da2bf73034b4a7b9c66800e8d0bbe57ffd2b0e3ab16618506e5a90c3e2 [INFO] running `Command { std: "docker" "start" "-a" "dcf950da2bf73034b4a7b9c66800e8d0bbe57ffd2b0e3ab16618506e5a90c3e2", kill_on_drop: false }` [INFO] [stderr] Compiling hv-guarded-borrow v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | / where [INFO] [stdout] 85 | | T: 'b, [INFO] [stdout] 86 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: `#[warn(deprecated_where_clause_location)]` on by default [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 84 ~ [INFO] [stdout] 85 ~ = &'b T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | / where [INFO] [stdout] 90 | | T: 'b, [INFO] [stdout] 91 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 89 ~ [INFO] [stdout] 90 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / where [INFO] [stdout] 102 | | T: 'b, [INFO] [stdout] 103 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 101 ~ [INFO] [stdout] 102 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | / where [INFO] [stdout] 107 | | T: 'b, [INFO] [stdout] 108 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 106 ~ [INFO] [stdout] 107 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / where [INFO] [stdout] 121 | | T: 'b, [INFO] [stdout] 122 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 120 ~ [INFO] [stdout] 121 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | / where [INFO] [stdout] 126 | | T: 'b, [INFO] [stdout] 127 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 125 ~ [INFO] [stdout] 126 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | / where [INFO] [stdout] 140 | | T: 'b, [INFO] [stdout] 141 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 139 ~ [INFO] [stdout] 140 ~ = &'b T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | / where [INFO] [stdout] 145 | | T: 'b, [INFO] [stdout] 146 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 144 ~ [INFO] [stdout] 145 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | / where [INFO] [stdout] 157 | | T: 'b, [INFO] [stdout] 158 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 156 ~ [INFO] [stdout] 157 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | / where [INFO] [stdout] 162 | | T: 'b, [INFO] [stdout] 163 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 161 ~ [INFO] [stdout] 162 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | / where [INFO] [stdout] 176 | | T: 'b, [INFO] [stdout] 177 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 175 ~ [INFO] [stdout] 176 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 180 | / where [INFO] [stdout] 181 | | T: 'b, [INFO] [stdout] 182 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 180 ~ [INFO] [stdout] 181 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / where [INFO] [stdout] 195 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 194 ~ [INFO] [stdout] 195 ~ = Ref<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 198 | / where [INFO] [stdout] 199 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 198 ~ [INFO] [stdout] 199 ~ = BorrowError where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | / where [INFO] [stdout] 210 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 209 ~ [INFO] [stdout] 210 ~ = RefMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | / where [INFO] [stdout] 214 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 213 ~ [INFO] [stdout] 214 ~ = BorrowMutError where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | / where [INFO] [stdout] 227 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 226 ~ [INFO] [stdout] 227 ~ = &'a mut T where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | / where [INFO] [stdout] 231 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 230 ~ [INFO] [stdout] 231 ~ = Infallible where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | / where [INFO] [stdout] 247 | | U: 'a, [INFO] [stdout] 248 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 246 ~ [INFO] [stdout] 247 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | / where [INFO] [stdout] 252 | | U: 'a, [INFO] [stdout] 253 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 251 ~ [INFO] [stdout] 252 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | / where [INFO] [stdout] 267 | | U: 'a, [INFO] [stdout] 268 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 266 ~ [INFO] [stdout] 267 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | / where [INFO] [stdout] 272 | | U: 'a, [INFO] [stdout] 273 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 271 ~ [INFO] [stdout] 272 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | / where [INFO] [stdout] 289 | | U: 'a, [INFO] [stdout] 290 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 288 ~ [INFO] [stdout] 289 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | / where [INFO] [stdout] 294 | | U: 'a, [INFO] [stdout] 295 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 293 ~ [INFO] [stdout] 294 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | / where [INFO] [stdout] 311 | | U: 'a, [INFO] [stdout] 312 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 310 ~ [INFO] [stdout] 311 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 315 | / where [INFO] [stdout] 316 | | U: 'a, [INFO] [stdout] 317 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 315 ~ [INFO] [stdout] 316 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | / where [INFO] [stdout] 331 | | U: 'a, [INFO] [stdout] 332 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 330 ~ [INFO] [stdout] 331 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:335:5 [INFO] [stdout] | [INFO] [stdout] 335 | / where [INFO] [stdout] 336 | | U: 'a, [INFO] [stdout] 337 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 335 ~ [INFO] [stdout] 336 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:352:5 [INFO] [stdout] | [INFO] [stdout] 352 | / where [INFO] [stdout] 353 | | U: 'a, [INFO] [stdout] 354 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 352 ~ [INFO] [stdout] 353 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:357:5 [INFO] [stdout] | [INFO] [stdout] 357 | / where [INFO] [stdout] 358 | | U: 'a, [INFO] [stdout] 359 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 357 ~ [INFO] [stdout] 358 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | / where [INFO] [stdout] 375 | | U: 'a, [INFO] [stdout] 376 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 374 ~ [INFO] [stdout] 375 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / where [INFO] [stdout] 380 | | U: 'a, [INFO] [stdout] 381 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 379 ~ [INFO] [stdout] 380 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:394:5 [INFO] [stdout] | [INFO] [stdout] 394 | / where [INFO] [stdout] 395 | | U: 'a, [INFO] [stdout] 396 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 394 ~ [INFO] [stdout] 395 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:399:5 [INFO] [stdout] | [INFO] [stdout] 399 | / where [INFO] [stdout] 400 | | U: 'a, [INFO] [stdout] 401 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 399 ~ [INFO] [stdout] 400 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:416:5 [INFO] [stdout] | [INFO] [stdout] 416 | / where [INFO] [stdout] 417 | | U: 'a, [INFO] [stdout] 418 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 416 ~ [INFO] [stdout] 417 ~ = T::MutGuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:421:5 [INFO] [stdout] | [INFO] [stdout] 421 | / where [INFO] [stdout] 422 | | U: 'a, [INFO] [stdout] 423 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 421 ~ [INFO] [stdout] 422 ~ = T::MutBorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] running `Command { std: "docker" "inspect" "dcf950da2bf73034b4a7b9c66800e8d0bbe57ffd2b0e3ab16618506e5a90c3e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcf950da2bf73034b4a7b9c66800e8d0bbe57ffd2b0e3ab16618506e5a90c3e2", kill_on_drop: false }` [INFO] [stdout] dcf950da2bf73034b4a7b9c66800e8d0bbe57ffd2b0e3ab16618506e5a90c3e2 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9583c5e059e41bd8d38830eade6acfc25b35145b95fa41ae80c52d4139afd4b1 [INFO] running `Command { std: "docker" "start" "-a" "9583c5e059e41bd8d38830eade6acfc25b35145b95fa41ae80c52d4139afd4b1", kill_on_drop: false }` [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | / where [INFO] [stdout] 85 | | T: 'b, [INFO] [stdout] 86 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: `#[warn(deprecated_where_clause_location)]` on by default [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 84 ~ [INFO] [stdout] 85 ~ = &'b T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | / where [INFO] [stdout] 90 | | T: 'b, [INFO] [stdout] 91 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 89 ~ [INFO] [stdout] 90 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / where [INFO] [stdout] 102 | | T: 'b, [INFO] [stdout] 103 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 101 ~ [INFO] [stdout] 102 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | / where [INFO] [stdout] 107 | | T: 'b, [INFO] [stdout] 108 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 106 ~ [INFO] [stdout] 107 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / where [INFO] [stdout] 121 | | T: 'b, [INFO] [stdout] 122 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 120 ~ [INFO] [stdout] 121 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | / where [INFO] [stdout] 126 | | T: 'b, [INFO] [stdout] 127 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 125 ~ [INFO] [stdout] 126 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | / where [INFO] [stdout] 140 | | T: 'b, [INFO] [stdout] 141 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 139 ~ [INFO] [stdout] 140 ~ = &'b T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | / where [INFO] [stdout] 145 | | T: 'b, [INFO] [stdout] 146 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 144 ~ [INFO] [stdout] 145 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | / where [INFO] [stdout] 157 | | T: 'b, [INFO] [stdout] 158 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 156 ~ [INFO] [stdout] 157 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | / where [INFO] [stdout] 162 | | T: 'b, [INFO] [stdout] 163 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 161 ~ [INFO] [stdout] 162 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | / where [INFO] [stdout] 176 | | T: 'b, [INFO] [stdout] 177 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 175 ~ [INFO] [stdout] 176 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 180 | / where [INFO] [stdout] 181 | | T: 'b, [INFO] [stdout] 182 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 180 ~ [INFO] [stdout] 181 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / where [INFO] [stdout] 195 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 194 ~ [INFO] [stdout] 195 ~ = Ref<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 198 | / where [INFO] [stdout] 199 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 198 ~ [INFO] [stdout] 199 ~ = BorrowError where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | / where [INFO] [stdout] 210 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 209 ~ [INFO] [stdout] 210 ~ = RefMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | / where [INFO] [stdout] 214 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 213 ~ [INFO] [stdout] 214 ~ = BorrowMutError where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | / where [INFO] [stdout] 227 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 226 ~ [INFO] [stdout] 227 ~ = &'a mut T where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | / where [INFO] [stdout] 231 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 230 ~ [INFO] [stdout] 231 ~ = Infallible where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | / where [INFO] [stdout] 247 | | U: 'a, [INFO] [stdout] 248 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 246 ~ [INFO] [stdout] 247 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | / where [INFO] [stdout] 252 | | U: 'a, [INFO] [stdout] 253 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 251 ~ [INFO] [stdout] 252 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | / where [INFO] [stdout] 267 | | U: 'a, [INFO] [stdout] 268 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 266 ~ [INFO] [stdout] 267 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | / where [INFO] [stdout] 272 | | U: 'a, [INFO] [stdout] 273 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 271 ~ [INFO] [stdout] 272 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | / where [INFO] [stdout] 289 | | U: 'a, [INFO] [stdout] 290 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 288 ~ [INFO] [stdout] 289 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | / where [INFO] [stdout] 294 | | U: 'a, [INFO] [stdout] 295 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 293 ~ [INFO] [stdout] 294 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hv-guarded-borrow v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | / where [INFO] [stdout] 311 | | U: 'a, [INFO] [stdout] 312 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 310 ~ [INFO] [stdout] 311 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 315 | / where [INFO] [stdout] 316 | | U: 'a, [INFO] [stdout] 317 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 315 ~ [INFO] [stdout] 316 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | / where [INFO] [stdout] 331 | | U: 'a, [INFO] [stdout] 332 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 330 ~ [INFO] [stdout] 331 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:335:5 [INFO] [stdout] | [INFO] [stdout] 335 | / where [INFO] [stdout] 336 | | U: 'a, [INFO] [stdout] 337 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 335 ~ [INFO] [stdout] 336 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:352:5 [INFO] [stdout] | [INFO] [stdout] 352 | / where [INFO] [stdout] 353 | | U: 'a, [INFO] [stdout] 354 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 352 ~ [INFO] [stdout] 353 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:357:5 [INFO] [stdout] | [INFO] [stdout] 357 | / where [INFO] [stdout] 358 | | U: 'a, [INFO] [stdout] 359 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 357 ~ [INFO] [stdout] 358 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | / where [INFO] [stdout] 375 | | U: 'a, [INFO] [stdout] 376 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 374 ~ [INFO] [stdout] 375 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / where [INFO] [stdout] 380 | | U: 'a, [INFO] [stdout] 381 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 379 ~ [INFO] [stdout] 380 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:394:5 [INFO] [stdout] | [INFO] [stdout] 394 | / where [INFO] [stdout] 395 | | U: 'a, [INFO] [stdout] 396 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 394 ~ [INFO] [stdout] 395 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:399:5 [INFO] [stdout] | [INFO] [stdout] 399 | / where [INFO] [stdout] 400 | | U: 'a, [INFO] [stdout] 401 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 399 ~ [INFO] [stdout] 400 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:416:5 [INFO] [stdout] | [INFO] [stdout] 416 | / where [INFO] [stdout] 417 | | U: 'a, [INFO] [stdout] 418 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 416 ~ [INFO] [stdout] 417 ~ = T::MutGuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:421:5 [INFO] [stdout] | [INFO] [stdout] 421 | / where [INFO] [stdout] 422 | | U: 'a, [INFO] [stdout] 423 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 421 ~ [INFO] [stdout] 422 ~ = T::MutBorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | / where [INFO] [stdout] 85 | | T: 'b, [INFO] [stdout] 86 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] = note: `#[warn(deprecated_where_clause_location)]` on by default [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 84 ~ [INFO] [stdout] 85 ~ = &'b T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | / where [INFO] [stdout] 90 | | T: 'b, [INFO] [stdout] 91 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 89 ~ [INFO] [stdout] 90 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / where [INFO] [stdout] 102 | | T: 'b, [INFO] [stdout] 103 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 101 ~ [INFO] [stdout] 102 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | / where [INFO] [stdout] 107 | | T: 'b, [INFO] [stdout] 108 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 106 ~ [INFO] [stdout] 107 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / where [INFO] [stdout] 121 | | T: 'b, [INFO] [stdout] 122 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 120 ~ [INFO] [stdout] 121 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | / where [INFO] [stdout] 126 | | T: 'b, [INFO] [stdout] 127 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 125 ~ [INFO] [stdout] 126 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | / where [INFO] [stdout] 140 | | T: 'b, [INFO] [stdout] 141 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 139 ~ [INFO] [stdout] 140 ~ = &'b T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | / where [INFO] [stdout] 145 | | T: 'b, [INFO] [stdout] 146 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 144 ~ [INFO] [stdout] 145 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | / where [INFO] [stdout] 157 | | T: 'b, [INFO] [stdout] 158 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 156 ~ [INFO] [stdout] 157 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | / where [INFO] [stdout] 162 | | T: 'b, [INFO] [stdout] 163 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 161 ~ [INFO] [stdout] 162 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | / where [INFO] [stdout] 176 | | T: 'b, [INFO] [stdout] 177 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 175 ~ [INFO] [stdout] 176 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 180 | / where [INFO] [stdout] 181 | | T: 'b, [INFO] [stdout] 182 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 180 ~ [INFO] [stdout] 181 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / where [INFO] [stdout] 195 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 194 ~ [INFO] [stdout] 195 ~ = Ref<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 198 | / where [INFO] [stdout] 199 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 198 ~ [INFO] [stdout] 199 ~ = BorrowError where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | / where [INFO] [stdout] 210 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 209 ~ [INFO] [stdout] 210 ~ = RefMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | / where [INFO] [stdout] 214 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 213 ~ [INFO] [stdout] 214 ~ = BorrowMutError where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | / where [INFO] [stdout] 227 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 226 ~ [INFO] [stdout] 227 ~ = &'a mut T where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | / where [INFO] [stdout] 231 | | T: 'a, [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 230 ~ [INFO] [stdout] 231 ~ = Infallible where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | / where [INFO] [stdout] 247 | | U: 'a, [INFO] [stdout] 248 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 246 ~ [INFO] [stdout] 247 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | / where [INFO] [stdout] 252 | | U: 'a, [INFO] [stdout] 253 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 251 ~ [INFO] [stdout] 252 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | / where [INFO] [stdout] 267 | | U: 'a, [INFO] [stdout] 268 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 266 ~ [INFO] [stdout] 267 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | / where [INFO] [stdout] 272 | | U: 'a, [INFO] [stdout] 273 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 271 ~ [INFO] [stdout] 272 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | / where [INFO] [stdout] 289 | | U: 'a, [INFO] [stdout] 290 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 288 ~ [INFO] [stdout] 289 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | / where [INFO] [stdout] 294 | | U: 'a, [INFO] [stdout] 295 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 293 ~ [INFO] [stdout] 294 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | / where [INFO] [stdout] 311 | | U: 'a, [INFO] [stdout] 312 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 310 ~ [INFO] [stdout] 311 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 315 | / where [INFO] [stdout] 316 | | U: 'a, [INFO] [stdout] 317 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 315 ~ [INFO] [stdout] 316 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | / where [INFO] [stdout] 331 | | U: 'a, [INFO] [stdout] 332 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 330 ~ [INFO] [stdout] 331 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:335:5 [INFO] [stdout] | [INFO] [stdout] 335 | / where [INFO] [stdout] 336 | | U: 'a, [INFO] [stdout] 337 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 335 ~ [INFO] [stdout] 336 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:352:5 [INFO] [stdout] | [INFO] [stdout] 352 | / where [INFO] [stdout] 353 | | U: 'a, [INFO] [stdout] 354 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 352 ~ [INFO] [stdout] 353 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:357:5 [INFO] [stdout] | [INFO] [stdout] 357 | / where [INFO] [stdout] 358 | | U: 'a, [INFO] [stdout] 359 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 357 ~ [INFO] [stdout] 358 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | / where [INFO] [stdout] 375 | | U: 'a, [INFO] [stdout] 376 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 374 ~ [INFO] [stdout] 375 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / where [INFO] [stdout] 380 | | U: 'a, [INFO] [stdout] 381 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 379 ~ [INFO] [stdout] 380 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:394:5 [INFO] [stdout] | [INFO] [stdout] 394 | / where [INFO] [stdout] 395 | | U: 'a, [INFO] [stdout] 396 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 394 ~ [INFO] [stdout] 395 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:399:5 [INFO] [stdout] | [INFO] [stdout] 399 | / where [INFO] [stdout] 400 | | U: 'a, [INFO] [stdout] 401 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 399 ~ [INFO] [stdout] 400 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:416:5 [INFO] [stdout] | [INFO] [stdout] 416 | / where [INFO] [stdout] 417 | | U: 'a, [INFO] [stdout] 418 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 416 ~ [INFO] [stdout] 417 ~ = T::MutGuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:421:5 [INFO] [stdout] | [INFO] [stdout] 421 | / where [INFO] [stdout] 422 | | U: 'a, [INFO] [stdout] 423 | | Self: 'a, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 421 ~ [INFO] [stdout] 422 ~ = T::MutBorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s [INFO] running `Command { std: "docker" "inspect" "9583c5e059e41bd8d38830eade6acfc25b35145b95fa41ae80c52d4139afd4b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9583c5e059e41bd8d38830eade6acfc25b35145b95fa41ae80c52d4139afd4b1", kill_on_drop: false }` [INFO] [stdout] 9583c5e059e41bd8d38830eade6acfc25b35145b95fa41ae80c52d4139afd4b1 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f5c8ba8c92f35941b21a509c556fe9d593a7cd921c72f19073fa35711ab0c37b [INFO] running `Command { std: "docker" "start" "-a" "f5c8ba8c92f35941b21a509c556fe9d593a7cd921c72f19073fa35711ab0c37b", kill_on_drop: false }` [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | / where [INFO] [stderr] 85 | | T: 'b, [INFO] [stderr] 86 | | Self: 'b, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] = note: `#[warn(deprecated_where_clause_location)]` on by default [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 84 ~ [INFO] [stderr] 85 ~ = &'b T where T: 'b, Self: 'b; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | / where [INFO] [stderr] 90 | | T: 'b, [INFO] [stderr] 91 | | Self: 'b, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 89 ~ [INFO] [stderr] 90 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 101 | / where [INFO] [stderr] 102 | | T: 'b, [INFO] [stderr] 103 | | Self: 'b, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 101 ~ [INFO] [stderr] 102 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:106:5 [INFO] [stderr] | [INFO] [stderr] 106 | / where [INFO] [stderr] 107 | | T: 'b, [INFO] [stderr] 108 | | Self: 'b, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 106 ~ [INFO] [stderr] 107 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | / where [INFO] [stderr] 121 | | T: 'b, [INFO] [stderr] 122 | | Self: 'b, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 120 ~ [INFO] [stderr] 121 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:125:5 [INFO] [stderr] | [INFO] [stderr] 125 | / where [INFO] [stderr] 126 | | T: 'b, [INFO] [stderr] 127 | | Self: 'b, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 125 ~ [INFO] [stderr] 126 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:139:5 [INFO] [stderr] | [INFO] [stderr] 139 | / where [INFO] [stderr] 140 | | T: 'b, [INFO] [stderr] 141 | | Self: 'b, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 139 ~ [INFO] [stderr] 140 ~ = &'b T where T: 'b, Self: 'b; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:144:5 [INFO] [stderr] | [INFO] [stderr] 144 | / where [INFO] [stderr] 145 | | T: 'b, [INFO] [stderr] 146 | | Self: 'b, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 144 ~ [INFO] [stderr] 145 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | / where [INFO] [stderr] 157 | | T: 'b, [INFO] [stderr] 158 | | Self: 'b, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 156 ~ [INFO] [stderr] 157 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:161:5 [INFO] [stderr] | [INFO] [stderr] 161 | / where [INFO] [stderr] 162 | | T: 'b, [INFO] [stderr] 163 | | Self: 'b, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 161 ~ [INFO] [stderr] 162 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:175:5 [INFO] [stderr] | [INFO] [stderr] 175 | / where [INFO] [stderr] 176 | | T: 'b, [INFO] [stderr] 177 | | Self: 'b, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 175 ~ [INFO] [stderr] 176 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:180:5 [INFO] [stderr] | [INFO] [stderr] 180 | / where [INFO] [stderr] 181 | | T: 'b, [INFO] [stderr] 182 | | Self: 'b, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 180 ~ [INFO] [stderr] 181 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:194:5 [INFO] [stderr] | [INFO] [stderr] 194 | / where [INFO] [stderr] 195 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 194 ~ [INFO] [stderr] 195 ~ = Ref<'a, T> where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:198:5 [INFO] [stderr] | [INFO] [stderr] 198 | / where [INFO] [stderr] 199 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 198 ~ [INFO] [stderr] 199 ~ = BorrowError where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:209:5 [INFO] [stderr] | [INFO] [stderr] 209 | / where [INFO] [stderr] 210 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 209 ~ [INFO] [stderr] 210 ~ = RefMut<'a, T> where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:213:5 [INFO] [stderr] | [INFO] [stderr] 213 | / where [INFO] [stderr] 214 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 213 ~ [INFO] [stderr] 214 ~ = BorrowMutError where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:226:5 [INFO] [stderr] | [INFO] [stderr] 226 | / where [INFO] [stderr] 227 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 226 ~ [INFO] [stderr] 227 ~ = &'a mut T where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | / where [INFO] [stderr] 231 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 230 ~ [INFO] [stderr] 231 ~ = Infallible where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:246:5 [INFO] [stderr] | [INFO] [stderr] 246 | / where [INFO] [stderr] 247 | | U: 'a, [INFO] [stderr] 248 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 246 ~ [INFO] [stderr] 247 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:251:5 [INFO] [stderr] | [INFO] [stderr] 251 | / where [INFO] [stderr] 252 | | U: 'a, [INFO] [stderr] 253 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 251 ~ [INFO] [stderr] 252 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:266:5 [INFO] [stderr] | [INFO] [stderr] 266 | / where [INFO] [stderr] 267 | | U: 'a, [INFO] [stderr] 268 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 266 ~ [INFO] [stderr] 267 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:271:5 [INFO] [stderr] | [INFO] [stderr] 271 | / where [INFO] [stderr] 272 | | U: 'a, [INFO] [stderr] 273 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 271 ~ [INFO] [stderr] 272 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:288:5 [INFO] [stderr] | [INFO] [stderr] 288 | / where [INFO] [stderr] 289 | | U: 'a, [INFO] [stderr] 290 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 288 ~ [INFO] [stderr] 289 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:293:5 [INFO] [stderr] | [INFO] [stderr] 293 | / where [INFO] [stderr] 294 | | U: 'a, [INFO] [stderr] 295 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 293 ~ [INFO] [stderr] 294 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:310:5 [INFO] [stderr] | [INFO] [stderr] 310 | / where [INFO] [stderr] 311 | | U: 'a, [INFO] [stderr] 312 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 310 ~ [INFO] [stderr] 311 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:315:5 [INFO] [stderr] | [INFO] [stderr] 315 | / where [INFO] [stderr] 316 | | U: 'a, [INFO] [stderr] 317 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 315 ~ [INFO] [stderr] 316 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:330:5 [INFO] [stderr] | [INFO] [stderr] 330 | / where [INFO] [stderr] 331 | | U: 'a, [INFO] [stderr] 332 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 330 ~ [INFO] [stderr] 331 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:335:5 [INFO] [stderr] | [INFO] [stderr] 335 | / where [INFO] [stderr] 336 | | U: 'a, [INFO] [stderr] 337 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 335 ~ [INFO] [stderr] 336 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:352:5 [INFO] [stderr] | [INFO] [stderr] 352 | / where [INFO] [stderr] 353 | | U: 'a, [INFO] [stderr] 354 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 352 ~ [INFO] [stderr] 353 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:357:5 [INFO] [stderr] | [INFO] [stderr] 357 | / where [INFO] [stderr] 358 | | U: 'a, [INFO] [stderr] 359 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 357 ~ [INFO] [stderr] 358 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:374:5 [INFO] [stderr] | [INFO] [stderr] 374 | / where [INFO] [stderr] 375 | | U: 'a, [INFO] [stderr] 376 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 374 ~ [INFO] [stderr] 375 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / where [INFO] [stderr] 380 | | U: 'a, [INFO] [stderr] 381 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 379 ~ [INFO] [stderr] 380 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:394:5 [INFO] [stderr] | [INFO] [stderr] 394 | / where [INFO] [stderr] 395 | | U: 'a, [INFO] [stderr] 396 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 394 ~ [INFO] [stderr] 395 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:399:5 [INFO] [stderr] | [INFO] [stderr] 399 | / where [INFO] [stderr] 400 | | U: 'a, [INFO] [stderr] 401 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 399 ~ [INFO] [stderr] 400 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:416:5 [INFO] [stderr] | [INFO] [stderr] 416 | / where [INFO] [stderr] 417 | | U: 'a, [INFO] [stderr] 418 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 416 ~ [INFO] [stderr] 417 ~ = T::MutGuardMut<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:421:5 [INFO] [stderr] | [INFO] [stderr] 421 | / where [INFO] [stderr] 422 | | U: 'a, [INFO] [stderr] 423 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 421 ~ [INFO] [stderr] 422 ~ = T::MutBorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | #![feature(generic_associated_types)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `hv-guarded-borrow` (lib) generated 37 warnings (run `cargo fix --lib -p hv-guarded-borrow` to apply 36 suggestions) [INFO] [stderr] warning: `hv-guarded-borrow` (lib test) generated 37 warnings (37 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hv_guarded_borrow-260a0a5884610b29) [INFO] [stderr] Doc-tests hv_guarded_borrow [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] [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" "f5c8ba8c92f35941b21a509c556fe9d593a7cd921c72f19073fa35711ab0c37b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5c8ba8c92f35941b21a509c556fe9d593a7cd921c72f19073fa35711ab0c37b", kill_on_drop: false }` [INFO] [stdout] f5c8ba8c92f35941b21a509c556fe9d593a7cd921c72f19073fa35711ab0c37b