← Contribution overview

Drop foundation and block scopes ยท PR #4559

Register the Drop lang item

Merged

Objective

Add and register the drop lang item in gccrs.

Main changes

  • Adds DROP to LangItem::Kind.
  • Adds drop to the lang-item lookup table.

Test case

View PR on GitHub ← Contribution overview