Skip to content

fix: Fix invalid signature bitflags #19562

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 1 commit into from
Apr 10, 2025

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Apr 10, 2025

There was more non-sense in here like the 0th bit being used and some other collisions, also re-orders some flags to use the same bits across differing flag types for the same flags which should give slightly better codegen (though I didn't try too much as its difficult to use the same bits for all of them)

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 10, 2025
@Veykril Veykril enabled auto-merge April 10, 2025 13:40
@Veykril Veykril added this pull request to the merge queue Apr 10, 2025
@ChayimFriedman2
Copy link
Contributor

Using the zeroth bit is fine?

Merged via the queue into rust-lang:master with commit 9e0af2b Apr 10, 2025
14 checks passed
@Veykril Veykril deleted the push-uqutltwzsnmk branch April 10, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants