Improvement: Upgrade to edition = "2024"

Open Beginner friendly
#42 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
86/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Active
Tech stack
rust
Domain
build-system

Research direction

Start with toolchains/x86_64-unknown-linux-gnu/BUILD.bazel at the linked configuration near line 24. Review how the Rust edition is currently declared and check nearby toolchain settings for consistency. Done means the repository configuration uses edition = "2024" and the relevant configuration remains valid.

Written by the indexing model from the issue text.

Description

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

Dominant language
Starlark
Stars
1
Forks
11
Avg merge
11m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from eclipse-score/toolchains_rust

All issues in eclipse-score/toolchains_rust

Similar issues

More Build System issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.