}
[INFO] [stdout] 89 | | >
[INFO] [stdout] ... |
[INFO] [stdout] 97 | | />
[INFO] [stdout] 98 | |
[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/folders/folder.rs:90:6
[INFO] [stdout] |
[INFO] [stdout] 90 | /
[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/file_area.rs:144:5
[INFO] [stdout] |
[INFO] [stdout] 144 | /
[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/file_area/file.rs:28:13
[INFO] [stdout] |
[INFO] [stdout] 28 | {move || preview_url().map(|preview_url| view! {
[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_error_view.rs:49:4
[INFO] [stdout] |
[INFO] [stdout] 48 | .map(|(_, err)|
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 49 | / err.downcast_ref::()
[INFO] [stdout] 50 | | .cloned()
[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_error_view.rs:51:16
[INFO] [stdout] |
[INFO] [stdout] 48 | .map(|(_, err)|
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 51 | .unwrap_or(AppError::Unknown(err))
[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_error_view.rs:69:18
[INFO] [stdout] |
[INFO] [stdout] 46 | let errors: Vec = errors
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 69 | each=move || {errors.clone().into_iter().enumerate()}
[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 14 previous errors; 5 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `vault` (lib test) due to 15 previous errors; 5 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: associated items `as_bytes` and `from_bytes` are never used
[INFO] [stdout] --> src/vault/cipher_secret.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 8 | pub trait CipherSecret : Sized + Sealed {
[INFO] [stdout] | ------------ associated items in this trait
[INFO] [stdout] 9 | fn as_bytes(&self) -> impl AsRef<[u8]>;
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 10 | fn from_bytes(bytes: Vec) -> Result;
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[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.rs:54:4
[INFO] [stdout] |
[INFO] [stdout] 54 | / Vault
[INFO] [stdout] 55 | |
[INFO] [stdout] 56 | |
[INFO] [stdout] 57 | |
[INFO] [stdout] ... |
[INFO] [stdout] 78 | |
[INFO] [stdout] 79 | |
[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/app.rs:56:5
[INFO] [stdout] |
[INFO] [stdout] 56 | /
[INFO] [stdout] 57 | |
[INFO] [stdout] 58 | |
[INFO] [stdout] 78 | |
[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.rs:58:7
[INFO] [stdout] |
[INFO] [stdout] 58 | /
[INFO] [stdout] ... |
[INFO] [stdout] 75 | | } />
[INFO] [stdout] 76 | |
[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.rs:62:9
[INFO] [stdout] |
[INFO] [stdout] 62 | ...
[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.rs:66:10
[INFO] [stdout] |
[INFO] [stdout] 66 | ...
[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.rs:70:8
[INFO] [stdout] |
[INFO] [stdout] 70 | / ...
[INFO] [stdout] 71 | | ...
[INFO] [stdout] 74 | | ... })
[INFO] [stdout] 75 | | ... } />
[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/login.rs:94:41
[INFO] [stdout] |
[INFO] [stdout] 94 | match account::login(username, hash).await {
[INFO] [stdout] | ^^^^^ these values have significant drop implementation and will 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: 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/folders/folder.rs:86:5
[INFO] [stdout] |
[INFO] [stdout] 86 | / {name().into_revealed_secret().name}}
[INFO] [stdout] 89 | | >
[INFO] [stdout] ... |
[INFO] [stdout] 97 | | />
[INFO] [stdout] 98 | |
[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/folders/folder.rs:90:6
[INFO] [stdout] |
[INFO] [stdout] 90 | /
[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/file_area.rs:144:5
[INFO] [stdout] |
[INFO] [stdout] 144 | /
[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/file_area/file.rs:28:13
[INFO] [stdout] |
[INFO] [stdout] 28 | {move || preview_url().map(|preview_url| view! {
[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_error_view.rs:49:4
[INFO] [stdout] |
[INFO] [stdout] 48 | .map(|(_, err)|
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] 49 | / err.downcast_ref::()
[INFO] [stdout] 50 | | .cloned()
[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_error_view.rs:51:16
[INFO] [stdout] |
[INFO] [stdout] 48 | .map(|(_, err)|
[INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 51 | .unwrap_or(AppError::Unknown(err))
[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_error_view.rs:69:18
[INFO] [stdout] |
[INFO] [stdout] 46 | let errors: Vec = errors
[INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 69 | each=move || {errors.clone().into_iter().enumerate()}
[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 14 previous errors; 5 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `vault` (lib) due to 15 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "a5831190a760ade56cb88c9bed73f16acb809b47668e2fa1d9976194b7db4f0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5831190a760ade56cb88c9bed73f16acb809b47668e2fa1d9976194b7db4f0c", kill_on_drop: false }`
[INFO] [stdout] a5831190a760ade56cb88c9bed73f16acb809b47668e2fa1d9976194b7db4f0c