-
Notifications
You must be signed in to change notification settings - Fork 7
Fixes for C2Rust > 0.20 #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rua
reviewed
Sep 3, 2025
13851de to
ea3752a
Compare
ea3752a to
4808f54
Compare
Member
Author
|
As c2rust 0.21 was released with the std regression fix, I could remove the workaround. Testing again with latest, and then before merging with riotdocker's c2rust. [edit: CI passed, removing the DNM] |
4808f54 to
88d8776
Compare
maribu
approved these changes
Nov 2, 2025
chrysn
added a commit
to chrysn-pull-requests/RIOT
that referenced
this pull request
Nov 11, 2025
This updates the package just so far that the changes from [60] (fixing compatibility with C2Rust 0.21) are in, but not [61] (which caused yet to be understood trouble on native32 builds). [60]: RIOT-OS/rust-riot-sys#60 [61]: RIOT-OS/rust-riot-sys#61
maribu
pushed a commit
to maribu/RIOT
that referenced
this pull request
Nov 11, 2025
This updates the package just so far that the changes from [60] (fixing compatibility with C2Rust 0.21) are in, but not [61] (which caused yet to be understood trouble on native32 builds). [60]: RIOT-OS/rust-riot-sys#60 [61]: RIOT-OS/rust-riot-sys#61 (cherry picked from commit 45aba94)
LasseRosenow
pushed a commit
to LasseRosenow/RIOT
that referenced
this pull request
Nov 18, 2025
This updates the package just so far that the changes from [60] (fixing compatibility with C2Rust 0.21) are in, but not [61] (which caused yet to be understood trouble on native32 builds). [60]: RIOT-OS/rust-riot-sys#60 [61]: RIOT-OS/rust-riot-sys#61
LasseRosenow
pushed a commit
to LasseRosenow/RIOT
that referenced
this pull request
Nov 19, 2025
This updates the package just so far that the changes from [60] (fixing compatibility with C2Rust 0.21) are in, but not [61] (which caused yet to be understood trouble on native32 builds). [60]: RIOT-OS/rust-riot-sys#60 [61]: RIOT-OS/rust-riot-sys#61
LasseRosenow
pushed a commit
to LasseRosenow/RIOT
that referenced
this pull request
Nov 19, 2025
This updates the package just so far that the changes from [60] (fixing compatibility with C2Rust 0.21) are in, but not [61] (which caused yet to be understood trouble on native32 builds). [60]: RIOT-OS/rust-riot-sys#60 [61]: RIOT-OS/rust-riot-sys#61
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These fixes enable using new C2Rust versions (> 0.20), which is urgent for users of CMake >= 4.0 (thanks @elenaf9).
TBD: