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 invalid_mut when writer.std #2727

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

ChrisDenton
Copy link
Collaborator

This removes one more difference between std and sys.

The remaining two differences are in linking and handle type. The former should more or less solve itself once everyone is happy using raw-dylib. The latter requires getting either win32metadata or rust-lang/rust to shift their position on what type a HANDLE should be.

Copy link
Collaborator

@kennykerr kennykerr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not opposed to changing the definition of HANDLE in windows-rs...

@ChrisDenton
Copy link
Collaborator Author

Ah, fair enough! Someone has to blink first at least 😉

@riverar
Copy link
Collaborator

riverar commented Dec 6, 2023

I am opposed to that, naturally.

@kennykerr kennykerr merged commit f94f03b into microsoft:master Dec 6, 2023
47 checks passed
@ChrisDenton ChrisDenton deleted the remove_invalid_mut branch December 6, 2023 20:05
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.

3 participants