rust-embedded / rust-embedded/riscv
Port to Rust edition 2024
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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