}
[INFO] [stdout] 110 | | }}
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/samples/samples.rs:142:9
[INFO] [stdout] |
[INFO] [stdout] 142 | / ...
[INFO] [stdout] 143 | | ... Cancel
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/samples/samples.rs:173:11
[INFO] [stdout] |
[INFO] [stdout] 173 | / ...
[INFO] [stdout] 174 | | ...
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/samples/samples.rs:218:13
[INFO] [stdout] |
[INFO] [stdout] 216 | let data = data.clone();
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 217 | // `MultipartData` implements `From`
[INFO] [stdout] 218 | save_file(data.into())
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/nav/nav.rs:12:18
[INFO] [stdout] |
[INFO] [stdout] 12 | "Homepage"
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/nav/nav.rs:15:25
[INFO] [stdout] |
[INFO] [stdout] 15 | "Samples"
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/app/app.rs:27:4
[INFO] [stdout] |
[INFO] [stdout] 27 | /
[INFO] [stdout] 28 | |
[INFO] [stdout] 29 | |
[INFO] [stdout] 30 | |
[INFO] [stdout] 31 | |
[INFO] [stdout] 32 | |
[INFO] [stdout] 33 | |
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/app/app.rs:30:6
[INFO] [stdout] |
[INFO] [stdout] 30 | /
[INFO] [stdout] 31 | |
[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: aborting due to 10 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/samples/samples.rs:56:5
[INFO] [stdout] |
[INFO] [stdout] 56 | /
[INFO] [stdout] 57 | |
[INFO] [stdout] 58 | |
[INFO] [stdout] | |_________________________^
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/samples/samples.rs:68:5
[INFO] [stdout] |
[INFO] [stdout] 68 | / }
[INFO] [stdout] 70 | | }>
[INFO] [stdout] 71 | | {move || {
[INFO] [stdout] ... |
[INFO] [stdout] 110 | | }}
[INFO] [stdout] 111 | |
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/samples/samples.rs:71:6
[INFO] [stdout] |
[INFO] [stdout] 71 | / {move || {
[INFO] [stdout] 72 | | let existing_todos = {
[INFO] [stdout] 73 | | move || {
[INFO] [stdout] 74 | | samples
[INFO] [stdout] ... |
[INFO] [stdout] 109 | | view! {
{existing_todos}
}
[INFO] [stdout] 110 | | }}
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/samples/samples.rs:142:9
[INFO] [stdout] |
[INFO] [stdout] 142 | / ...
[INFO] [stdout] 143 | | ... Cancel
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/samples/samples.rs:173:11
[INFO] [stdout] |
[INFO] [stdout] 173 | / ...
[INFO] [stdout] 174 | | ...
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/samples/samples.rs:218:13
[INFO] [stdout] |
[INFO] [stdout] 216 | let data = data.clone();
[INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 217 | // `MultipartData` implements `From`
[INFO] [stdout] 218 | save_file(data.into())
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/nav/nav.rs:12:18
[INFO] [stdout] |
[INFO] [stdout] 12 | "Homepage"
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/nav/nav.rs:15:25
[INFO] [stdout] |
[INFO] [stdout] 15 | "Samples"
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/app/app.rs:27:4
[INFO] [stdout] |
[INFO] [stdout] 27 | /
[INFO] [stdout] 28 | |
[INFO] [stdout] 29 | |
[INFO] [stdout] 30 | |
[INFO] [stdout] 31 | |
[INFO] [stdout] 32 | |
[INFO] [stdout] 33 | |
[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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021
[INFO] [stdout] --> src/app/app.rs:30:6
[INFO] [stdout] |
[INFO] [stdout] 30 | /
[INFO] [stdout] 31 | |
[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] [stderr] error: could not compile `codon` (lib test) due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `codon` (lib) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "270913833d015acc42f7917a5e1f3d03539f0c10527f115d671744ef60dd3e3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "270913833d015acc42f7917a5e1f3d03539f0c10527f115d671744ef60dd3e3a", kill_on_drop: false }`
[INFO] [stdout] 270913833d015acc42f7917a5e1f3d03539f0c10527f115d671744ef60dd3e3a