What
The repository is currently configured to use Rust edition = "2021", however codebase already follows patterns and conventions associated with Rust 2024. To align the project configuration with the existing code style and take advantage of the latest edition improvements, we should evaluate and upgrade the repository to edition = "2024".
https://github.com/eclipse-score/toolchains_rust/blob/main/toolchains/x86_64-unknown-linux-gnu/BUILD.bazel#L24
Acceptance Criteria (DoD)
edition = "2024"
How
No response
What
The repository is currently configured to use Rust edition = "2021", however codebase already follows patterns and conventions associated with Rust 2024. To align the project configuration with the existing code style and take advantage of the latest edition improvements, we should evaluate and upgrade the repository to edition = "2024".
https://github.com/eclipse-score/toolchains_rust/blob/main/toolchains/x86_64-unknown-linux-gnu/BUILD.bazel#L24
Acceptance Criteria (DoD)
edition = "2024"How
No response