Skip to content
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

Remove outdated references to nightly. #638

Merged
merged 2 commits into from
Apr 28, 2023
Merged

Conversation

sunfishcode
Copy link
Member

Inline asm is available in stable Rust versions now, so move references to nightly.

Also fix the Linux auxv code to use OFlags::RDONLY when opening /proc/self/auxv. OFlags::empty() worked because on Linux O_RDONLY has the value zero, but using RDONLY makes to code more obvious.

Inline asm is available in stable Rust versions now, so move
references to nightly.

Also fix the Linux auxv code to use `OFlags::RDONLY` when opening
/proc/self/auxv. `OFlags::empty()` worked because on Linux `O_RDONLY`
has the value zero, but using `RDONLY` makes to code more obvious.
@sunfishcode sunfishcode merged commit 865ab53 into main Apr 28, 2023
51 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/cleanups branch April 28, 2023 15:14
sunfishcode added a commit that referenced this pull request May 19, 2023
Backport the MSRV fix from #638.
sunfishcode added a commit that referenced this pull request May 19, 2023
Backport the MSRV fix from #638.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant