rust-embedded / rust-embedded/riscv

Port to Rust edition 2024

Open
#298 1 comment 0 reactions 0 assignees View on GitHub

@romancardenas is already working on this.

Since Jun 13, 2025.

  • #299 by @romancardenas — open
Dominant language
Rust
Stars
1.1k
Forks
200
Avg merge
11d 2h
Merged PRs (30d)
2

Description

https://github.com/rust-embedded/riscv/blob/master/riscv-rt/macros/src/lib.rs#L139
why not have edition = 2024? add edition = 2024 need change #[export_name = "main"] to #[unsafe(export_name = "main")]

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.

Research direction

Start at riscv-rt/macros/src/lib.rs#L139 and review the requested Rust 2024 edition change, including the attribute syntax named in the issue. Check linked pull request #299 for the work already underway; done means the crate is configured for edition 2024 and the affected attribute is updated consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
embedded-iot
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.