You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I'd actually like to do the same with the intrinsics. Just have them be special cases in the compiler rather than yet another file that has to be worked around when changing things.
All changes were fairly straight forward, and they were due to the
following rustc changes:
- A few member variable -> function refactoring.
- Change to ty::AdtDef internal representation.
- The function span_error now returns a value.
- Added a new field to the return value of ptr_metadata_ty.
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
This can easily be generated by rustc
The text was updated successfully, but these errors were encountered: