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

Add some Debug implementations in datagen #3418

Merged
merged 1 commit into from
May 9, 2023

Conversation

Manishearth
Copy link
Member

This works around the missing_debug_implementations regression in rust-lang/rust#111359 . I don't know if that will be fixed soon; I spent some time investigating it and have an idea of what's going on but not enough to fix it (and don't want to spend more time on this right now). So for now, let's just listen to the lint and add these impls.

This works around the `missing_debug_implementations` regression in rust-lang/rust#111359 . I don't know if that will be fixed soon; I spent some time investigating it and have an idea of what's going on but not enough to fix it (and don't want to spend more time on this right now). So for now, let's just listen to the lint and add these impls.
@robertbastian
Copy link
Member

This has a merge conflict with #3386 which I've been trying to get merged for a week.

@Manishearth
Copy link
Member Author

I'm not in a rush. Also feel free to just roll these changes into it.

@robertbastian robertbastian merged commit 458e536 into unicode-org:main May 9, 2023
@Manishearth Manishearth deleted the fixnightly branch May 9, 2023 13:23
@sffc sffc removed their request for review May 9, 2023 14:59
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.

2 participants