[INFO] fetching crate hv-guarded-borrow 0.1.1...
[INFO] checking hv-guarded-borrow-0.1.1 against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] extracting crate hv-guarded-borrow 0.1.1 into /workspace/builds/worker-0-tc2/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-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hv-guarded-borrow 0.1.1 on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "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]      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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d7ab237243162821a9dc822b06423f6aa99e4a15bb14ba9573b8712ce496a083
[INFO] running `Command { std: "docker" "start" "-a" "d7ab237243162821a9dc822b06423f6aa99e4a15bb14ba9573b8712ce496a083", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7ab237243162821a9dc822b06423f6aa99e4a15bb14ba9573b8712ce496a083", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7ab237243162821a9dc822b06423f6aa99e4a15bb14ba9573b8712ce496a083", kill_on_drop: false }`
[INFO] [stdout] d7ab237243162821a9dc822b06423f6aa99e4a15bb14ba9573b8712ce496a083
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b995c058d86a7168e5dd92cdf935fff0fcf81f3bbad2d828888497443774033a
[INFO] running `Command { std: "docker" "start" "-a" "b995c058d86a7168e5dd92cdf935fff0fcf81f3bbad2d828888497443774033a", kill_on_drop: false }`
[INFO] [stderr]     Checking 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 <https://github.com/rust-lang/rust/issues/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] 83 ~     type Guard<'b>
[INFO] [stdout] 84 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]    |
[INFO] [stdout] 88 ~     type BorrowError<'b>
[INFO] [stdout] 89 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 100 ~     type GuardMut<'b>
[INFO] [stdout] 101 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 105 ~     type BorrowMutError<'b>
[INFO] [stdout] 106 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 119 ~     type MutGuardMut<'b>
[INFO] [stdout] 120 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 124 ~     type MutBorrowMutError<'b>
[INFO] [stdout] 125 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 138 ~     type Guard<'b>
[INFO] [stdout] 139 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 143 ~     type BorrowError<'b>
[INFO] [stdout] 144 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 155 ~     type GuardMut<'b>
[INFO] [stdout] 156 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 160 ~     type BorrowMutError<'b>
[INFO] [stdout] 161 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 174 ~     type MutGuardMut<'b>
[INFO] [stdout] 175 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 179 ~     type MutBorrowMutError<'b>
[INFO] [stdout] 180 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 193 ~     type Guard<'a>
[INFO] [stdout] 194 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 197 ~     type BorrowError<'a>
[INFO] [stdout] 198 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 208 ~     type GuardMut<'a>
[INFO] [stdout] 209 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 212 ~     type BorrowMutError<'a>
[INFO] [stdout] 213 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 225 ~     type MutGuardMut<'a>
[INFO] [stdout] 226 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 229 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 230 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 245 ~     type Guard<'a>
[INFO] [stdout] 246 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 250 ~     type BorrowError<'a>
[INFO] [stdout] 251 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 265 ~     type GuardMut<'a>
[INFO] [stdout] 266 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 270 ~     type BorrowMutError<'a>
[INFO] [stdout] 271 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 287 ~     type MutGuardMut<'a>
[INFO] [stdout] 288 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 292 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 293 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 309 ~     type Guard<'a>
[INFO] [stdout] 310 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 314 ~     type BorrowError<'a>
[INFO] [stdout] 315 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 329 ~     type GuardMut<'a>
[INFO] [stdout] 330 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 334 ~     type BorrowMutError<'a>
[INFO] [stdout] 335 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 351 ~     type MutGuardMut<'a>
[INFO] [stdout] 352 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 356 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 357 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 373 ~     type Guard<'a>
[INFO] [stdout] 374 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 378 ~     type BorrowError<'a>
[INFO] [stdout] 379 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 393 ~     type GuardMut<'a>
[INFO] [stdout] 394 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 398 ~     type BorrowMutError<'a>
[INFO] [stdout] 399 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 415 ~     type MutGuardMut<'a>
[INFO] [stdout] 416 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 420 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 421 ~     = 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 <https://github.com/rust-lang/rust/issues/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] 83 ~     type Guard<'b>
[INFO] [stdout] 84 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]    |
[INFO] [stdout] 88 ~     type BorrowError<'b>
[INFO] [stdout] 89 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 100 ~     type GuardMut<'b>
[INFO] [stdout] 101 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 105 ~     type BorrowMutError<'b>
[INFO] [stdout] 106 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 119 ~     type MutGuardMut<'b>
[INFO] [stdout] 120 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 124 ~     type MutBorrowMutError<'b>
[INFO] [stdout] 125 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 138 ~     type Guard<'b>
[INFO] [stdout] 139 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 143 ~     type BorrowError<'b>
[INFO] [stdout] 144 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 155 ~     type GuardMut<'b>
[INFO] [stdout] 156 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 160 ~     type BorrowMutError<'b>
[INFO] [stdout] 161 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 174 ~     type MutGuardMut<'b>
[INFO] [stdout] 175 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 179 ~     type MutBorrowMutError<'b>
[INFO] [stdout] 180 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 193 ~     type Guard<'a>
[INFO] [stdout] 194 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 197 ~     type BorrowError<'a>
[INFO] [stdout] 198 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 208 ~     type GuardMut<'a>
[INFO] [stdout] 209 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 212 ~     type BorrowMutError<'a>
[INFO] [stdout] 213 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 225 ~     type MutGuardMut<'a>
[INFO] [stdout] 226 ~     = &'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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 229 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 230 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 245 ~     type Guard<'a>
[INFO] [stdout] 246 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 250 ~     type BorrowError<'a>
[INFO] [stdout] 251 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 265 ~     type GuardMut<'a>
[INFO] [stdout] 266 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 270 ~     type BorrowMutError<'a>
[INFO] [stdout] 271 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 287 ~     type MutGuardMut<'a>
[INFO] [stdout] 288 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 292 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 293 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 309 ~     type Guard<'a>
[INFO] [stdout] 310 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 314 ~     type BorrowError<'a>
[INFO] [stdout] 315 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 329 ~     type GuardMut<'a>
[INFO] [stdout] 330 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 334 ~     type BorrowMutError<'a>
[INFO] [stdout] 335 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 351 ~     type MutGuardMut<'a>
[INFO] [stdout] 352 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 356 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 357 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 373 ~     type Guard<'a>
[INFO] [stdout] 374 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 378 ~     type BorrowError<'a>
[INFO] [stdout] 379 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 393 ~     type GuardMut<'a>
[INFO] [stdout] 394 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 398 ~     type BorrowMutError<'a>
[INFO] [stdout] 399 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 415 ~     type MutGuardMut<'a>
[INFO] [stdout] 416 ~     = 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 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 420 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 421 ~     = 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.25s
[INFO] running `Command { std: "docker" "inspect" "b995c058d86a7168e5dd92cdf935fff0fcf81f3bbad2d828888497443774033a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b995c058d86a7168e5dd92cdf935fff0fcf81f3bbad2d828888497443774033a", kill_on_drop: false }`
[INFO] [stdout] b995c058d86a7168e5dd92cdf935fff0fcf81f3bbad2d828888497443774033a
