Skip to content

Conversation

@nihalpasham
Copy link

Fix rustc compatibility after nightly API changes

  • Remove DynKind stable conversion (removed from rustc)
  • Update AssocItemContainer to AssocContainer with new variants
    • Handle InherentImpl and TraitImpl(_) separately
  • Convert trait_item_def_id from field access to method call
  • Remove dyn_kind parameter from Dynamic type (now takes 2 params)
  • Update async-closure test expectations for current MIR output

makai410 and others added 3 commits August 26, 2025 17:32
- Remove DynKind (no longer in rustc)
- Update AssocContainer variants (InherentImpl, TraitImpl)
- Fix trait_item_def_id field → method conversion
- Update test expectations for current MIR output
@makai410 makai410 force-pushed the main branch 7 times, most recently from 0a136fb to a34756b Compare November 16, 2025 07:18
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