[INFO] fetching crate awaiter-trait 0.2.8... [INFO] testing awaiter-trait-0.2.8 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate awaiter-trait 0.2.8 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate awaiter-trait 0.2.8 [INFO] finished tweaking crates.io crate awaiter-trait 0.2.8 [INFO] tweaked toml for crates.io crate awaiter-trait 0.2.8 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate awaiter-trait 0.2.8 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate awaiter-trait 0.2.8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded embedded-io-async v0.6.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c81f558ee2c0b6b146f65007923e98192be25de7de446c6c04343dbee492c4c7 [INFO] running `Command { std: "docker" "start" "-a" "c81f558ee2c0b6b146f65007923e98192be25de7de446c6c04343dbee492c4c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c81f558ee2c0b6b146f65007923e98192be25de7de446c6c04343dbee492c4c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c81f558ee2c0b6b146f65007923e98192be25de7de446c6c04343dbee492c4c7", kill_on_drop: false }` [INFO] [stdout] c81f558ee2c0b6b146f65007923e98192be25de7de446c6c04343dbee492c4c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] adfebc63f0e6de53878b7d3b7455cb0168260f698e19bb40521445b79f6e48f0 [INFO] running `Command { std: "docker" "start" "-a" "adfebc63f0e6de53878b7d3b7455cb0168260f698e19bb40521445b79f6e48f0", kill_on_drop: false }` [INFO] [stderr] Compiling awaiter-trait v0.2.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `pin::pin` [INFO] [stdout] --> src/dyn.rs:1:30 [INFO] [stdout] | [INFO] [stdout] 1 | use core::{mem::MaybeUninit, pin::pin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:335:5 [INFO] [stdout] | [INFO] [stdout] 335 | / unsafe fn unsafe_exec_mut( [INFO] [stdout] 336 | | &self, [INFO] [stdout] 337 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 338 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:347:9 [INFO] [stdout] | [INFO] [stdout] 347 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / unsafe fn unsafe_exec_mut( [INFO] [stdout] 344 | | &self, [INFO] [stdout] 345 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 346 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:355:9 [INFO] [stdout] | [INFO] [stdout] 355 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:351:5 [INFO] [stdout] | [INFO] [stdout] 351 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stdout] 352 | | &mut self, [INFO] [stdout] 353 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 354 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMutSelfMut::unsafe_exec_mut_self_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | (&mut **self).unsafe_exec_mut_self_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 359 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stdout] 360 | | &mut self, [INFO] [stdout] 361 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 362 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:371:9 [INFO] [stdout] | [INFO] [stdout] 371 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:367:5 [INFO] [stdout] | [INFO] [stdout] 367 | / unsafe fn unsafe_exec( [INFO] [stdout] 368 | | &self, [INFO] [stdout] 369 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 370 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:379:9 [INFO] [stdout] | [INFO] [stdout] 379 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:375:5 [INFO] [stdout] | [INFO] [stdout] 375 | / unsafe fn unsafe_exec( [INFO] [stdout] 376 | | &self, [INFO] [stdout] 377 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 378 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:387:9 [INFO] [stdout] | [INFO] [stdout] 387 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:383:5 [INFO] [stdout] | [INFO] [stdout] 383 | / unsafe fn unsafe_exec_self_mut( [INFO] [stdout] 384 | | &mut self, [INFO] [stdout] 385 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 386 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineSelfMut::unsafe_exec_self_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:395:9 [INFO] [stdout] | [INFO] [stdout] 395 | (&mut **self).unsafe_exec_self_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:391:5 [INFO] [stdout] | [INFO] [stdout] 391 | / unsafe fn unsafe_exec_self_mut( [INFO] [stdout] 392 | | &mut self, [INFO] [stdout] 393 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 394 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:463:9 [INFO] [stdout] | [INFO] [stdout] 463 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:459:5 [INFO] [stdout] | [INFO] [stdout] 459 | / unsafe fn unsafe_exec_mut( [INFO] [stdout] 460 | | &self, [INFO] [stdout] 461 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 462 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:463:11 [INFO] [stdout] | [INFO] [stdout] 463 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:471:9 [INFO] [stdout] | [INFO] [stdout] 471 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:467:5 [INFO] [stdout] | [INFO] [stdout] 467 | / unsafe fn unsafe_exec_mut( [INFO] [stdout] 468 | | &self, [INFO] [stdout] 469 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 470 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:471:11 [INFO] [stdout] | [INFO] [stdout] 471 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:479:9 [INFO] [stdout] | [INFO] [stdout] 479 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:475:5 [INFO] [stdout] | [INFO] [stdout] 475 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stdout] 476 | | &mut self, [INFO] [stdout] 477 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 478 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:479:11 [INFO] [stdout] | [INFO] [stdout] 479 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMutSelfMut::unsafe_exec_mut_self_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:487:9 [INFO] [stdout] | [INFO] [stdout] 487 | (&mut **self).unsafe_exec_mut_self_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stdout] 484 | | &mut self, [INFO] [stdout] 485 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 486 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:487:15 [INFO] [stdout] | [INFO] [stdout] 487 | (&mut **self).unsafe_exec_mut_self_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:495:9 [INFO] [stdout] | [INFO] [stdout] 495 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:491:5 [INFO] [stdout] | [INFO] [stdout] 491 | / unsafe fn unsafe_exec( [INFO] [stdout] 492 | | &self, [INFO] [stdout] 493 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 494 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:495:11 [INFO] [stdout] | [INFO] [stdout] 495 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:503:9 [INFO] [stdout] | [INFO] [stdout] 503 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:499:5 [INFO] [stdout] | [INFO] [stdout] 499 | / unsafe fn unsafe_exec( [INFO] [stdout] 500 | | &self, [INFO] [stdout] 501 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 502 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:503:11 [INFO] [stdout] | [INFO] [stdout] 503 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:511:9 [INFO] [stdout] | [INFO] [stdout] 511 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:507:5 [INFO] [stdout] | [INFO] [stdout] 507 | / unsafe fn unsafe_exec_self_mut( [INFO] [stdout] 508 | | &mut self, [INFO] [stdout] 509 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 510 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:511:11 [INFO] [stdout] | [INFO] [stdout] 511 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineSelfMut::unsafe_exec_self_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:519:9 [INFO] [stdout] | [INFO] [stdout] 519 | (&mut **self).unsafe_exec_self_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:515:5 [INFO] [stdout] | [INFO] [stdout] 515 | / unsafe fn unsafe_exec_self_mut( [INFO] [stdout] 516 | | &mut self, [INFO] [stdout] 517 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 518 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:519:15 [INFO] [stdout] | [INFO] [stdout] 519 | (&mut **self).unsafe_exec_self_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s [INFO] running `Command { std: "docker" "inspect" "adfebc63f0e6de53878b7d3b7455cb0168260f698e19bb40521445b79f6e48f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adfebc63f0e6de53878b7d3b7455cb0168260f698e19bb40521445b79f6e48f0", kill_on_drop: false }` [INFO] [stdout] adfebc63f0e6de53878b7d3b7455cb0168260f698e19bb40521445b79f6e48f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 90ec77785600a058d181cbb860c12b43b17ee47f6e7d35b802731440ee0531ba [INFO] running `Command { std: "docker" "start" "-a" "90ec77785600a058d181cbb860c12b43b17ee47f6e7d35b802731440ee0531ba", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `pin::pin` [INFO] [stdout] --> src/dyn.rs:1:30 [INFO] [stdout] | [INFO] [stdout] 1 | use core::{mem::MaybeUninit, pin::pin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:335:5 [INFO] [stdout] | [INFO] [stdout] 335 | / unsafe fn unsafe_exec_mut( [INFO] [stdout] 336 | | &self, [INFO] [stdout] 337 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 338 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:347:9 [INFO] [stdout] | [INFO] [stdout] 347 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / unsafe fn unsafe_exec_mut( [INFO] [stdout] 344 | | &self, [INFO] [stdout] 345 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 346 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:355:9 [INFO] [stdout] | [INFO] [stdout] 355 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:351:5 [INFO] [stdout] | [INFO] [stdout] 351 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stdout] 352 | | &mut self, [INFO] [stdout] 353 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 354 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMutSelfMut::unsafe_exec_mut_self_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | (&mut **self).unsafe_exec_mut_self_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 359 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stdout] 360 | | &mut self, [INFO] [stdout] 361 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 362 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:371:9 [INFO] [stdout] | [INFO] [stdout] 371 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:367:5 [INFO] [stdout] | [INFO] [stdout] 367 | / unsafe fn unsafe_exec( [INFO] [stdout] 368 | | &self, [INFO] [stdout] 369 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 370 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:379:9 [INFO] [stdout] | [INFO] [stdout] 379 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:375:5 [INFO] [stdout] | [INFO] [stdout] 375 | / unsafe fn unsafe_exec( [INFO] [stdout] 376 | | &self, [INFO] [stdout] 377 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 378 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:387:9 [INFO] [stdout] | [INFO] [stdout] 387 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:383:5 [INFO] [stdout] | [INFO] [stdout] 383 | / unsafe fn unsafe_exec_self_mut( [INFO] [stdout] 384 | | &mut self, [INFO] [stdout] 385 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 386 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineSelfMut::unsafe_exec_self_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:395:9 [INFO] [stdout] | [INFO] [stdout] 395 | (&mut **self).unsafe_exec_self_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:391:5 [INFO] [stdout] | [INFO] [stdout] 391 | / unsafe fn unsafe_exec_self_mut( [INFO] [stdout] 392 | | &mut self, [INFO] [stdout] 393 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 394 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:463:9 [INFO] [stdout] | [INFO] [stdout] 463 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:459:5 [INFO] [stdout] | [INFO] [stdout] 459 | / unsafe fn unsafe_exec_mut( [INFO] [stdout] 460 | | &self, [INFO] [stdout] 461 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 462 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:463:11 [INFO] [stdout] | [INFO] [stdout] 463 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:471:9 [INFO] [stdout] | [INFO] [stdout] 471 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:467:5 [INFO] [stdout] | [INFO] [stdout] 467 | / unsafe fn unsafe_exec_mut( [INFO] [stdout] 468 | | &self, [INFO] [stdout] 469 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 470 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:471:11 [INFO] [stdout] | [INFO] [stdout] 471 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:479:9 [INFO] [stdout] | [INFO] [stdout] 479 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:475:5 [INFO] [stdout] | [INFO] [stdout] 475 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stdout] 476 | | &mut self, [INFO] [stdout] 477 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 478 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:479:11 [INFO] [stdout] | [INFO] [stdout] 479 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMutSelfMut::unsafe_exec_mut_self_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:487:9 [INFO] [stdout] | [INFO] [stdout] 487 | (&mut **self).unsafe_exec_mut_self_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stdout] 484 | | &mut self, [INFO] [stdout] 485 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 486 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:487:15 [INFO] [stdout] | [INFO] [stdout] 487 | (&mut **self).unsafe_exec_mut_self_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:495:9 [INFO] [stdout] | [INFO] [stdout] 495 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:491:5 [INFO] [stdout] | [INFO] [stdout] 491 | / unsafe fn unsafe_exec( [INFO] [stdout] 492 | | &self, [INFO] [stdout] 493 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 494 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:495:11 [INFO] [stdout] | [INFO] [stdout] 495 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:503:9 [INFO] [stdout] | [INFO] [stdout] 503 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:499:5 [INFO] [stdout] | [INFO] [stdout] 499 | / unsafe fn unsafe_exec( [INFO] [stdout] 500 | | &self, [INFO] [stdout] 501 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 502 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:503:11 [INFO] [stdout] | [INFO] [stdout] 503 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:511:9 [INFO] [stdout] | [INFO] [stdout] 511 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:507:5 [INFO] [stdout] | [INFO] [stdout] 507 | / unsafe fn unsafe_exec_self_mut( [INFO] [stdout] 508 | | &mut self, [INFO] [stdout] 509 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 510 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:511:11 [INFO] [stdout] | [INFO] [stdout] 511 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling awaiter-trait v0.2.8 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineSelfMut::unsafe_exec_self_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:519:9 [INFO] [stdout] | [INFO] [stdout] 519 | (&mut **self).unsafe_exec_self_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:515:5 [INFO] [stdout] | [INFO] [stdout] 515 | / unsafe fn unsafe_exec_self_mut( [INFO] [stdout] 516 | | &mut self, [INFO] [stdout] 517 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 518 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:519:15 [INFO] [stdout] | [INFO] [stdout] 519 | (&mut **self).unsafe_exec_self_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `pin::pin` [INFO] [stdout] --> src/dyn.rs:1:30 [INFO] [stdout] | [INFO] [stdout] 1 | use core::{mem::MaybeUninit, pin::pin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 184 | awaiters!([]); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 185 | awaiters!([+ Send]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 186 | awaiters!([+ Sync]); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stdout] --> src/dyn.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | self.dyn_unsafe_await(f); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/dyn.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/dyn.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | unsafe{v.write(f)}; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 187 | awaiters!([+ Send + Sync]); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:335:5 [INFO] [stdout] | [INFO] [stdout] 335 | / unsafe fn unsafe_exec_mut( [INFO] [stdout] 336 | | &self, [INFO] [stdout] 337 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 338 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:347:9 [INFO] [stdout] | [INFO] [stdout] 347 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / unsafe fn unsafe_exec_mut( [INFO] [stdout] 344 | | &self, [INFO] [stdout] 345 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 346 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:355:9 [INFO] [stdout] | [INFO] [stdout] 355 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:351:5 [INFO] [stdout] | [INFO] [stdout] 351 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stdout] 352 | | &mut self, [INFO] [stdout] 353 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 354 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMutSelfMut::unsafe_exec_mut_self_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | (&mut **self).unsafe_exec_mut_self_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 359 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stdout] 360 | | &mut self, [INFO] [stdout] 361 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 362 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:371:9 [INFO] [stdout] | [INFO] [stdout] 371 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:367:5 [INFO] [stdout] | [INFO] [stdout] 367 | / unsafe fn unsafe_exec( [INFO] [stdout] 368 | | &self, [INFO] [stdout] 369 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 370 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:379:9 [INFO] [stdout] | [INFO] [stdout] 379 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:375:5 [INFO] [stdout] | [INFO] [stdout] 375 | / unsafe fn unsafe_exec( [INFO] [stdout] 376 | | &self, [INFO] [stdout] 377 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 378 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:387:9 [INFO] [stdout] | [INFO] [stdout] 387 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:383:5 [INFO] [stdout] | [INFO] [stdout] 383 | / unsafe fn unsafe_exec_self_mut( [INFO] [stdout] 384 | | &mut self, [INFO] [stdout] 385 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 386 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineSelfMut::unsafe_exec_self_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:395:9 [INFO] [stdout] | [INFO] [stdout] 395 | (&mut **self).unsafe_exec_self_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:391:5 [INFO] [stdout] | [INFO] [stdout] 391 | / unsafe fn unsafe_exec_self_mut( [INFO] [stdout] 392 | | &mut self, [INFO] [stdout] 393 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 394 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:463:9 [INFO] [stdout] | [INFO] [stdout] 463 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:459:5 [INFO] [stdout] | [INFO] [stdout] 459 | / unsafe fn unsafe_exec_mut( [INFO] [stdout] 460 | | &self, [INFO] [stdout] 461 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 462 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:463:11 [INFO] [stdout] | [INFO] [stdout] 463 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:471:9 [INFO] [stdout] | [INFO] [stdout] 471 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:467:5 [INFO] [stdout] | [INFO] [stdout] 467 | / unsafe fn unsafe_exec_mut( [INFO] [stdout] 468 | | &self, [INFO] [stdout] 469 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 470 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:471:11 [INFO] [stdout] | [INFO] [stdout] 471 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:479:9 [INFO] [stdout] | [INFO] [stdout] 479 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:475:5 [INFO] [stdout] | [INFO] [stdout] 475 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stdout] 476 | | &mut self, [INFO] [stdout] 477 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 478 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:479:11 [INFO] [stdout] | [INFO] [stdout] 479 | (&**self).unsafe_exec_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineMutSelfMut::unsafe_exec_mut_self_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:487:9 [INFO] [stdout] | [INFO] [stdout] 487 | (&mut **self).unsafe_exec_mut_self_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stdout] 484 | | &mut self, [INFO] [stdout] 485 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stdout] 486 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:487:15 [INFO] [stdout] | [INFO] [stdout] 487 | (&mut **self).unsafe_exec_mut_self_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:495:9 [INFO] [stdout] | [INFO] [stdout] 495 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:491:5 [INFO] [stdout] | [INFO] [stdout] 491 | / unsafe fn unsafe_exec( [INFO] [stdout] 492 | | &self, [INFO] [stdout] 493 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 494 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:495:11 [INFO] [stdout] | [INFO] [stdout] 495 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:503:9 [INFO] [stdout] | [INFO] [stdout] 503 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:499:5 [INFO] [stdout] | [INFO] [stdout] 499 | / unsafe fn unsafe_exec( [INFO] [stdout] 500 | | &self, [INFO] [stdout] 501 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 502 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:503:11 [INFO] [stdout] | [INFO] [stdout] 503 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:511:9 [INFO] [stdout] | [INFO] [stdout] 511 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:507:5 [INFO] [stdout] | [INFO] [stdout] 507 | / unsafe fn unsafe_exec_self_mut( [INFO] [stdout] 508 | | &mut self, [INFO] [stdout] 509 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 510 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:511:11 [INFO] [stdout] | [INFO] [stdout] 511 | (&**self).unsafe_exec(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `UnsafeCoroutineSelfMut::unsafe_exec_self_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:519:9 [INFO] [stdout] | [INFO] [stdout] 519 | (&mut **self).unsafe_exec_self_mut(f) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/lib.rs:515:5 [INFO] [stdout] | [INFO] [stdout] 515 | / unsafe fn unsafe_exec_self_mut( [INFO] [stdout] 516 | | &mut self, [INFO] [stdout] 517 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stdout] 518 | | ) -> impl Future { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stdout] --> src/lib.rs:519:15 [INFO] [stdout] | [INFO] [stdout] 519 | (&mut **self).unsafe_exec_self_mut(f) [INFO] [stdout] | ^^^^^^ dereference of raw pointer [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.63s [INFO] running `Command { std: "docker" "inspect" "90ec77785600a058d181cbb860c12b43b17ee47f6e7d35b802731440ee0531ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90ec77785600a058d181cbb860c12b43b17ee47f6e7d35b802731440ee0531ba", kill_on_drop: false }` [INFO] [stdout] 90ec77785600a058d181cbb860c12b43b17ee47f6e7d35b802731440ee0531ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 600e2e80cc6baa05a97a6c947146c012cafc887e68704efe8b87c75e68b52a28 [INFO] running `Command { std: "docker" "start" "-a" "600e2e80cc6baa05a97a6c947146c012cafc887e68704efe8b87c75e68b52a28", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `pin::pin` [INFO] [stderr] --> src/dyn.rs:1:30 [INFO] [stderr] | [INFO] [stderr] 1 | use core::{mem::MaybeUninit, pin::pin}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:52:17 [INFO] [stderr] | [INFO] [stderr] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] = note: `#[warn(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:47:21 [INFO] [stderr] | [INFO] [stderr] 47 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:61:21 [INFO] [stderr] | [INFO] [stderr] 61 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:80:17 [INFO] [stderr] | [INFO] [stderr] 80 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:75:21 [INFO] [stderr] | [INFO] [stderr] 75 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:89:21 [INFO] [stderr] | [INFO] [stderr] 89 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:103:21 [INFO] [stderr] | [INFO] [stderr] 103 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:122:17 [INFO] [stderr] | [INFO] [stderr] 122 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:113:13 [INFO] [stderr] | [INFO] [stderr] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:131:21 [INFO] [stderr] | [INFO] [stderr] 131 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:145:21 [INFO] [stderr] | [INFO] [stderr] 145 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:164:17 [INFO] [stderr] | [INFO] [stderr] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:155:13 [INFO] [stderr] | [INFO] [stderr] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:159:21 [INFO] [stderr] | [INFO] [stderr] 159 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:178:17 [INFO] [stderr] | [INFO] [stderr] 178 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:169:13 [INFO] [stderr] | [INFO] [stderr] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:173:21 [INFO] [stderr] | [INFO] [stderr] 173 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 184 | awaiters!([]); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:52:17 [INFO] [stderr] | [INFO] [stderr] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:47:21 [INFO] [stderr] | [INFO] [stderr] 47 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:61:21 [INFO] [stderr] | [INFO] [stderr] 61 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:80:17 [INFO] [stderr] | [INFO] [stderr] 80 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:75:21 [INFO] [stderr] | [INFO] [stderr] 75 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:89:21 [INFO] [stderr] | [INFO] [stderr] 89 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:103:21 [INFO] [stderr] | [INFO] [stderr] 103 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:122:17 [INFO] [stderr] | [INFO] [stderr] 122 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:113:13 [INFO] [stderr] | [INFO] [stderr] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:131:21 [INFO] [stderr] | [INFO] [stderr] 131 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:145:21 [INFO] [stderr] | [INFO] [stderr] 145 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:164:17 [INFO] [stderr] | [INFO] [stderr] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:155:13 [INFO] [stderr] | [INFO] [stderr] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:159:21 [INFO] [stderr] | [INFO] [stderr] 159 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:178:17 [INFO] [stderr] | [INFO] [stderr] 178 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:169:13 [INFO] [stderr] | [INFO] [stderr] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:173:21 [INFO] [stderr] | [INFO] [stderr] 173 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 185 | awaiters!([+ Send]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:52:17 [INFO] [stderr] | [INFO] [stderr] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:47:21 [INFO] [stderr] | [INFO] [stderr] 47 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:61:21 [INFO] [stderr] | [INFO] [stderr] 61 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:80:17 [INFO] [stderr] | [INFO] [stderr] 80 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:75:21 [INFO] [stderr] | [INFO] [stderr] 75 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:89:21 [INFO] [stderr] | [INFO] [stderr] 89 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:103:21 [INFO] [stderr] | [INFO] [stderr] 103 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:122:17 [INFO] [stderr] | [INFO] [stderr] 122 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:113:13 [INFO] [stderr] | [INFO] [stderr] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:131:21 [INFO] [stderr] | [INFO] [stderr] 131 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:145:21 [INFO] [stderr] | [INFO] [stderr] 145 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:164:17 [INFO] [stderr] | [INFO] [stderr] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:155:13 [INFO] [stderr] | [INFO] [stderr] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:159:21 [INFO] [stderr] | [INFO] [stderr] 159 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:178:17 [INFO] [stderr] | [INFO] [stderr] 178 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:169:13 [INFO] [stderr] | [INFO] [stderr] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:173:21 [INFO] [stderr] | [INFO] [stderr] 173 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 186 | awaiters!([+ Sync]); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:52:17 [INFO] [stderr] | [INFO] [stderr] 52 | self.dyn_unsafe_await_mut(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:47:21 [INFO] [stderr] | [INFO] [stderr] 47 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:61:21 [INFO] [stderr] | [INFO] [stderr] 61 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:80:17 [INFO] [stderr] | [INFO] [stderr] 80 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:75:21 [INFO] [stderr] | [INFO] [stderr] 75 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:89:21 [INFO] [stderr] | [INFO] [stderr] 89 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 108 | self.dyn_unsafe_await_mut(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 99 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:103:21 [INFO] [stderr] | [INFO] [stderr] 103 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:122:17 [INFO] [stderr] | [INFO] [stderr] 122 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:113:13 [INFO] [stderr] | [INFO] [stderr] 113 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:131:21 [INFO] [stderr] | [INFO] [stderr] 131 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:145:21 [INFO] [stderr] | [INFO] [stderr] 145 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiterMut::dyn_unsafe_await_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:164:17 [INFO] [stderr] | [INFO] [stderr] 164 | self.dyn_unsafe_await_mut(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:155:13 [INFO] [stderr] | [INFO] [stderr] 155 | unsafe fn unsafe_await_mut(&mut self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:159:21 [INFO] [stderr] | [INFO] [stderr] 159 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `r#dyn::DynUnsafeAwaiter::dyn_unsafe_await` is unsafe and requires unsafe block [INFO] [stderr] --> src/dyn.rs:178:17 [INFO] [stderr] | [INFO] [stderr] 178 | self.dyn_unsafe_await(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/dyn.rs:169:13 [INFO] [stderr] | [INFO] [stderr] 169 | unsafe fn unsafe_await(&self, f: Pin<&mut (dyn Future + '_)>) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/dyn.rs:173:21 [INFO] [stderr] | [INFO] [stderr] 173 | unsafe{v.write(f)}; [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] ... [INFO] [stderr] 187 | awaiters!([+ Send + Sync]); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `awaiters` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:339:9 [INFO] [stderr] | [INFO] [stderr] 339 | (&**self).unsafe_exec_mut(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:335:5 [INFO] [stderr] | [INFO] [stderr] 335 | / unsafe fn unsafe_exec_mut( [INFO] [stderr] 336 | | &self, [INFO] [stderr] 337 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stderr] 338 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:347:9 [INFO] [stderr] | [INFO] [stderr] 347 | (&**self).unsafe_exec_mut(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / unsafe fn unsafe_exec_mut( [INFO] [stderr] 344 | | &self, [INFO] [stderr] 345 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stderr] 346 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:355:9 [INFO] [stderr] | [INFO] [stderr] 355 | (&**self).unsafe_exec_mut(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:351:5 [INFO] [stderr] | [INFO] [stderr] 351 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stderr] 352 | | &mut self, [INFO] [stderr] 353 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stderr] 354 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutineMutSelfMut::unsafe_exec_mut_self_mut` is unsafe and requires unsafe block [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:363:9 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 363 | (&mut **self).unsafe_exec_mut_self_mut(f) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:359:5 [INFO] [stderr] | [INFO] [stderr] 359 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stderr] 360 | | &mut self, [INFO] [stderr] 361 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stderr] 362 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:371:9 [INFO] [stderr] | [INFO] [stderr] 371 | (&**self).unsafe_exec(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:367:5 [INFO] [stderr] | [INFO] [stderr] 367 | / unsafe fn unsafe_exec( [INFO] [stderr] 368 | | &self, [INFO] [stderr] 369 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stderr] 370 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:379:9 [INFO] [stderr] | [INFO] [stderr] 379 | (&**self).unsafe_exec(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:375:5 [INFO] [stderr] | [INFO] [stderr] 375 | / unsafe fn unsafe_exec( [INFO] [stderr] 376 | | &self, [INFO] [stderr] 377 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stderr] 378 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:387:9 [INFO] [stderr] | [INFO] [stderr] 387 | (&**self).unsafe_exec(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:383:5 [INFO] [stderr] | [INFO] [stderr] 383 | / unsafe fn unsafe_exec_self_mut( [INFO] [stderr] 384 | | &mut self, [INFO] [stderr] 385 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stderr] 386 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutineSelfMut::unsafe_exec_self_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:395:9 [INFO] [stderr] | [INFO] [stderr] 395 | (&mut **self).unsafe_exec_self_mut(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:391:5 [INFO] [stderr] | [INFO] [stderr] 391 | / unsafe fn unsafe_exec_self_mut( [INFO] [stderr] 392 | | &mut self, [INFO] [stderr] 393 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stderr] 394 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:463:9 [INFO] [stderr] | [INFO] [stderr] 463 | (&**self).unsafe_exec_mut(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:459:5 [INFO] [stderr] | [INFO] [stderr] 459 | / unsafe fn unsafe_exec_mut( [INFO] [stderr] 460 | | &self, [INFO] [stderr] 461 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stderr] 462 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:463:11 [INFO] [stderr] | [INFO] [stderr] 463 | (&**self).unsafe_exec_mut(f) [INFO] [stderr] | ^^^^^^ dereference of raw pointer [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:471:9 [INFO] [stderr] | [INFO] [stderr] 471 | (&**self).unsafe_exec_mut(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:467:5 [INFO] [stderr] | [INFO] [stderr] 467 | / unsafe fn unsafe_exec_mut( [INFO] [stderr] 468 | | &self, [INFO] [stderr] 469 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stderr] 470 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:471:11 [INFO] [stderr] | [INFO] [stderr] 471 | (&**self).unsafe_exec_mut(f) [INFO] [stderr] | ^^^^^^ dereference of raw pointer [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutineMut::unsafe_exec_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:479:9 [INFO] [stderr] | [INFO] [stderr] 479 | (&**self).unsafe_exec_mut(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:475:5 [INFO] [stderr] | [INFO] [stderr] 475 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stderr] 476 | | &mut self, [INFO] [stderr] 477 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stderr] 478 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:479:11 [INFO] [stderr] | [INFO] [stderr] 479 | (&**self).unsafe_exec_mut(f) [INFO] [stderr] | ^^^^^^ dereference of raw pointer [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutineMutSelfMut::unsafe_exec_mut_self_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:487:9 [INFO] [stderr] | [INFO] [stderr] 487 | (&mut **self).unsafe_exec_mut_self_mut(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:483:5 [INFO] [stderr] | [INFO] [stderr] 483 | / unsafe fn unsafe_exec_mut_self_mut( [INFO] [stderr] 484 | | &mut self, [INFO] [stderr] 485 | | f: impl FnOnce(&mut (dyn DynUnsafeAwaiterMut + '_)) -> T, [INFO] [stderr] 486 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:487:15 [INFO] [stderr] | [INFO] [stderr] 487 | (&mut **self).unsafe_exec_mut_self_mut(f) [INFO] [stderr] | ^^^^^^ dereference of raw pointer [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:495:9 [INFO] [stderr] | [INFO] [stderr] 495 | (&**self).unsafe_exec(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:491:5 [INFO] [stderr] | [INFO] [stderr] 491 | / unsafe fn unsafe_exec( [INFO] [stderr] 492 | | &self, [INFO] [stderr] 493 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stderr] 494 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:495:11 [INFO] [stderr] | [INFO] [stderr] 495 | (&**self).unsafe_exec(f) [INFO] [stderr] | ^^^^^^ dereference of raw pointer [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:503:9 [INFO] [stderr] | [INFO] [stderr] 503 | (&**self).unsafe_exec(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:499:5 [INFO] [stderr] | [INFO] [stderr] 499 | / unsafe fn unsafe_exec( [INFO] [stderr] 500 | | &self, [INFO] [stderr] 501 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stderr] 502 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:503:11 [INFO] [stderr] | [INFO] [stderr] 503 | (&**self).unsafe_exec(f) [INFO] [stderr] | ^^^^^^ dereference of raw pointer [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutine::unsafe_exec` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:511:9 [INFO] [stderr] | [INFO] [stderr] 511 | (&**self).unsafe_exec(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:507:5 [INFO] [stderr] | [INFO] [stderr] 507 | / unsafe fn unsafe_exec_self_mut( [INFO] [stderr] 508 | | &mut self, [INFO] [stderr] 509 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stderr] 510 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:511:11 [INFO] [stderr] | [INFO] [stderr] 511 | (&**self).unsafe_exec(f) [INFO] [stderr] | ^^^^^^ dereference of raw pointer [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `UnsafeCoroutineSelfMut::unsafe_exec_self_mut` is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:519:9 [INFO] [stderr] | [INFO] [stderr] 519 | (&mut **self).unsafe_exec_self_mut(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/lib.rs:515:5 [INFO] [stderr] | [INFO] [stderr] 515 | / unsafe fn unsafe_exec_self_mut( [INFO] [stderr] 516 | | &mut self, [INFO] [stderr] 517 | | f: impl FnOnce(&(dyn DynUnsafeAwaiter + '_)) -> T, [INFO] [stderr] 518 | | ) -> impl Future { [INFO] [stderr] | |________________________________^ [INFO] [stderr] [INFO] [stderr] warning[E0133]: dereference of raw pointer is unsafe and requires unsafe block [INFO] [stderr] --> src/lib.rs:519:15 [INFO] [stderr] | [INFO] [stderr] 519 | (&mut **self).unsafe_exec_self_mut(f) [INFO] [stderr] | ^^^^^^ dereference of raw pointer [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0133`. [INFO] [stderr] warning: `awaiter-trait` (lib) generated 93 warnings (run `cargo fix --lib -p awaiter-trait` to apply 45 suggestions) [INFO] [stderr] warning: `awaiter-trait` (lib test) generated 93 warnings (93 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/awaiter_trait-be1403d0e3288323) [INFO] running `Command { std: "docker" "inspect" "600e2e80cc6baa05a97a6c947146c012cafc887e68704efe8b87c75e68b52a28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "600e2e80cc6baa05a97a6c947146c012cafc887e68704efe8b87c75e68b52a28", kill_on_drop: false }` [INFO] [stdout] 600e2e80cc6baa05a97a6c947146c012cafc887e68704efe8b87c75e68b52a28