Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

feat: update rust edition to 2024 and change asm! to naked_asm! #61

Merged
merged 1 commit into from
Feb 9, 2025

Conversation

guttatus
Copy link
Contributor

@guttatus guttatus commented Feb 8, 2025

This pull request implements the following features.

  • Update rust edition to 2024
  • Use naked_asm! instead of asm! in all #[naked] functions, and removes options(noreturn) which is implicit with naked_asm!

@guttatus guttatus marked this pull request as draft February 8, 2025 07:25
@guttatus
Copy link
Contributor Author

guttatus commented Feb 8, 2025

Waiting for the following PR to be merged

  • rustsbi #88
  • aclint #1
  • fast_trap #2

@guttatus guttatus marked this pull request as ready for review February 9, 2025 08:57
@guttatus guttatus merged commit 8cb5b2b into rustsbi:main Feb 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant