[INFO] [stdout] 52 | | // header
[INFO] [stdout] 53 | |
[INFO] [stdout] 54 | | "John Lewis\' Blog"
[INFO] [stdout] ... |
[INFO] [stdout] 62 | |
[INFO] [stdout] 63 | |
[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] --> crates/site-app/src/lib.rs:51:9
[INFO] [stdout] |
[INFO] [stdout] 51 | /
[INFO] [stdout] 52 | | // header
[INFO] [stdout] 53 | |
[INFO] [stdout] 54 | | "John Lewis\' Blog"
[INFO] [stdout] ... |
[INFO] [stdout] 62 | |
[INFO] [stdout] 63 | |
[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] --> crates/site-app/src/lib.rs:54:34
[INFO] [stdout] |
[INFO] [stdout] 54 | "John Lewis\' Blog"
[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] --> crates/site-app/src/lib.rs:54:34
[INFO] [stdout] |
[INFO] [stdout] 54 | "John Lewis\' Blog"
[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] --> crates/site-app/src/lib.rs:60:13
[INFO] [stdout] |
[INFO] [stdout] 60 | /
[INFO] [stdout] 61 | |
[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] --> crates/site-app/src/lib.rs:60:13
[INFO] [stdout] |
[INFO] [stdout] 60 | /
[INFO] [stdout] 61 | |
[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] --> crates/site-app/src/lib.rs:105:7
[INFO] [stdout] |
[INFO] [stdout] 105 | / { move || posts_resource.get().map(|p| match p {
[INFO] [stdout] 106 | | Ok(posts) => posts.clone().into_iter().map(post_list_item).collect_view(),
[INFO] [stdout] 107 | | _ => view! { "This should never happen"
}.into_view()
[INFO] [stdout] 108 | | })}
[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] --> crates/site-app/src/lib.rs:105:7
[INFO] [stdout] |
[INFO] [stdout] 105 | / { move || posts_resource.get().map(|p| match p {
[INFO] [stdout] 106 | | Ok(posts) => posts.clone().into_iter().map(post_list_item).collect_view(),
[INFO] [stdout] 107 | | _ => view! { "This should never happen"
}.into_view()
[INFO] [stdout] 108 | | })}
[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] --> crates/site-app/src/posts.rs:124:7
[INFO] [stdout] |
[INFO] [stdout] 124 | / { move || post_resource.get().map(|p| match p {
[INFO] [stdout] 125 | | Ok(post) => view! {
[INFO] [stdout] 126 | |
[INFO] [stdout] 127 | |
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | _ => view! {
"Loading..."
}.into_view()
[INFO] [stdout] 135 | | })}
[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] --> crates/site-app/src/posts.rs:124:7
[INFO] [stdout] |
[INFO] [stdout] 124 | / { move || post_resource.get().map(|p| match p {
[INFO] [stdout] 125 | | Ok(post) => view! {
[INFO] [stdout] 126 | |
[INFO] [stdout] 127 | |
[INFO] [stdout] ... |
[INFO] [stdout] 134 | | _ => view! {
"Loading..."
}.into_view()
[INFO] [stdout] 135 | | })}
[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 6 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `site-app` (lib test) due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `site-app` (lib) due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "45797d2fd532a9f065b10ca5b10ef30fbcf084c844fb1ddd54b0b426c88b9589", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45797d2fd532a9f065b10ca5b10ef30fbcf084c844fb1ddd54b0b426c88b9589", kill_on_drop: false }`
[INFO] [stdout] 45797d2fd532a9f065b10ca5b10ef30fbcf084c844fb1ddd54b0b426c88b9589