[INFO] fetching crate awaiter-trait 0.2.8... [INFO] checking awaiter-trait-0.2.8 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate awaiter-trait 0.2.8 into /workspace/builds/worker-0-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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate awaiter-trait 0.2.8 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2d42422951aa9ca36235c5d119b48503e33009ea83d0e961338d5f149102e6dd [INFO] running `Command { std: "docker" "start" "-a" "2d42422951aa9ca36235c5d119b48503e33009ea83d0e961338d5f149102e6dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d42422951aa9ca36235c5d119b48503e33009ea83d0e961338d5f149102e6dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d42422951aa9ca36235c5d119b48503e33009ea83d0e961338d5f149102e6dd", kill_on_drop: false }` [INFO] [stdout] 2d42422951aa9ca36235c5d119b48503e33009ea83d0e961338d5f149102e6dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 779e4b8d566c28987096cfa74a97f5b61f08445d23bad3f2366122092f2ee082 [INFO] running `Command { std: "docker" "start" "-a" "779e4b8d566c28987096cfa74a97f5b61f08445d23bad3f2366122092f2ee082", kill_on_drop: false }` [INFO] [stderr] Checking 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: 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[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: 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[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: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: 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] 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::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] 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[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] 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] 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] 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] 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[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] 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: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] 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[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] 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: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] 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::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] 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: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] 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[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] 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] 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] 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::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[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: 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[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: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: 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: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 `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[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: 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 `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 `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[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: 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 `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 `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[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] 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] For more information about this error, try `rustc --explain E0133`. [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.48s [INFO] running `Command { std: "docker" "inspect" "779e4b8d566c28987096cfa74a97f5b61f08445d23bad3f2366122092f2ee082", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "779e4b8d566c28987096cfa74a97f5b61f08445d23bad3f2366122092f2ee082", kill_on_drop: false }` [INFO] [stdout] 779e4b8d566c28987096cfa74a97f5b61f08445d23bad3f2366122092f2ee082