)>` has significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/http2/server_connection.rs:201:17
[INFO] [stdout] |
[INFO] [stdout] 201 | let mut receiver = self.inner.receiver_push.take().unwrap();
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout] 202 | / tokio::select! {
[INFO] [stdout] 203 | | res = receiver.recv() => {
[INFO] [stdout] 204 | | self.inner.receiver_push = Some(receiver);
[INFO] [stdout] 205 | | if res.is_some() {
[INFO] [stdout] ... |
[INFO] [stdout] 222 | | }
[INFO] [stdout] 223 | | }
[INFO] [stdout] | | -
[INFO] [stdout] | |_____________|
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: this value of type `tokio::sync::mpsc::Receiver<(StreamIdentifier, Response)>` has significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/http2/server_connection.rs:201:17
[INFO] [stdout] |
[INFO] [stdout] 201 | let mut receiver = self.inner.receiver_push.take().unwrap();
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout] 202 | / tokio::select! {
[INFO] [stdout] 203 | | res = receiver.recv() => {
[INFO] [stdout] 204 | | self.inner.receiver_push = Some(receiver);
[INFO] [stdout] 205 | | if res.is_some() {
[INFO] [stdout] ... |
[INFO] [stdout] 222 | | }
[INFO] [stdout] 223 | | }
[INFO] [stdout] | | -
[INFO] [stdout] | |_____________|
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: this value of type `Result<(), ProtError>` has significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/client.rs:696:29
[INFO] [stdout] |
[INFO] [stdout] 695 | let _sender = s;
[INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] 696 | if let Err(e) = self.inner_operate(req).await {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: this value of type `Result<(), ProtError>` has significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/client.rs:723:29
[INFO] [stdout] |
[INFO] [stdout] 722 | let _sender = s;
[INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] 723 | if let Err(e) = self.inner_operate(req).await {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: this value of type `Result<(), ProtError>` has significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/client.rs:696:29
[INFO] [stdout] |
[INFO] [stdout] 695 | let _sender = s;
[INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] 696 | if let Err(e) = self.inner_operate(req).await {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: this value of type `Result<(), ProtError>` has significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/client.rs:723:29
[INFO] [stdout] |
[INFO] [stdout] 722 | let _sender = s;
[INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] 723 | if let Err(e) = self.inner_operate(req).await {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: this value of type `tokio::io::ReadHalf` has significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/plugins/ws_to_stream.rs:133:14
[INFO] [stdout] |
[INFO] [stdout] 126 | ws_sender: Sender,
[INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] 127 | mut stream_receiver: Receiver>,
[INFO] [stdout] | ------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 | let (mut reader, mut writer) = split(io);
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | / tokio::select! {
[INFO] [stdout] 137 | | n = reader.read(&mut buf) => {
[INFO] [stdout] 138 | | let n = n?;
[INFO] [stdout] 139 | | if n == 0 {
[INFO] [stdout] ... |
[INFO] [stdout] 174 | | }
[INFO] [stdout] 175 | | }
[INFO] [stdout] | | -
[INFO] [stdout] | |_____________|
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: this value of type `tokio::io::ReadHalf` has significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/plugins/ws_to_stream.rs:133:14
[INFO] [stdout] |
[INFO] [stdout] 126 | ws_sender: Sender,
[INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] 127 | mut stream_receiver: Receiver>,
[INFO] [stdout] | ------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 | let (mut reader, mut writer) = split(io);
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | / tokio::select! {
[INFO] [stdout] 137 | | n = reader.read(&mut buf) => {
[INFO] [stdout] 138 | | let n = n?;
[INFO] [stdout] 139 | | if n == 0 {
[INFO] [stdout] ... |
[INFO] [stdout] 174 | | }
[INFO] [stdout] 175 | | }
[INFO] [stdout] | | -
[INFO] [stdout] | |_____________|
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: this value of type `tokio::io::ReadHalf` has significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/plugins/stream_to_ws.rs:115:14
[INFO] [stdout] |
[INFO] [stdout] 111 | ws_sender: Sender,
[INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] 112 | mut stream_receiver: Receiver>,
[INFO] [stdout] | ------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 115 | let (mut reader, mut writer) = split(io);
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 | / tokio::select! {
[INFO] [stdout] 119 | | n = reader.read(&mut buf) => {
[INFO] [stdout] 120 | | let n = n?;
[INFO] [stdout] 121 | | if n == 0 {
[INFO] [stdout] ... |
[INFO] [stdout] 156 | | }
[INFO] [stdout] 157 | | }
[INFO] [stdout] | | -
[INFO] [stdout] | |_____________|
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: this value of type `tokio::io::ReadHalf` has significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/plugins/stream_to_ws.rs:115:14
[INFO] [stdout] |
[INFO] [stdout] 111 | ws_sender: Sender,
[INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] 112 | mut stream_receiver: Receiver>,
[INFO] [stdout] | ------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 115 | let (mut reader, mut writer) = split(io);
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 | / tokio::select! {
[INFO] [stdout] 119 | | n = reader.read(&mut buf) => {
[INFO] [stdout] 120 | | let n = n?;
[INFO] [stdout] 121 | | if n == 0 {
[INFO] [stdout] ... |
[INFO] [stdout] 156 | | }
[INFO] [stdout] 157 | | }
[INFO] [stdout] | | -
[INFO] [stdout] | |_____________|
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: this value of type `Poll>` has significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/http2/state/state_handshake.rs:120:34
[INFO] [stdout] |
[INFO] [stdout] 120 | match ready!(flush.poll_handle(cx, codec)) {
[INFO] [stdout] | -------^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout] | |
[INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 134 | match ready!(read.poll_handle(cx, codec)) {
[INFO] [stdout] | -----------------------------------
[INFO] [stdout] | |
[INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024
[INFO] [stdout] |
[INFO] [stdout] = warning: this changes meaning in Rust 2024
[INFO] [stdout] = note: for more information, see issue #123739
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: this value of type `Poll