Drop foundation and block scopes ยท PR #4559
Register the Drop lang item
Objective
Add and register the drop lang item in gccrs.
Main changes
- Adds
DROPtoLangItem::Kind. - Adds
dropto the lang-item lookup table.
Test case
- drop-lang-item.rs: Declares
#[lang = "drop"]in a minimalno_coreprogram.