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

Fix errors #563

Merged
merged 3 commits into from
Jun 14, 2023
Merged

Fix errors #563

merged 3 commits into from
Jun 14, 2023

Conversation

udoprog
Copy link
Collaborator

@udoprog udoprog commented Jun 14, 2023

Among other things this removes thiserror since it lacks any stable no-std support and shipping as-is would not be responsible since it relies on internal implementation details.

Flattening the error hierarchy also allows for simpler analysis of the available errors. IrErrorKind is kept separate, because it's expected to be deprecated once HIR lowering work is completed.

See dtolnay/thiserror#232

@udoprog udoprog added the enhancement New feature or request label Jun 14, 2023
@udoprog udoprog merged commit dc85332 into main Jun 14, 2023
@udoprog udoprog deleted the fix-errors branch June 14, 2023 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant