Remove lang items Send, UnwindSafe and RefUnwindSafe

This commit is contained in:
Roxane Fruytier
2021-06-29 14:15:58 -04:00
committed by Roxane
parent 6e0b554619
commit 3e569dd2df
5 changed files with 7 additions and 11 deletions

View File

@@ -257,9 +257,6 @@ impl LanguageItemCollector<'tcx> {
| LangItem::Unpin
| LangItem::Termination
| LangItem::Try
| LangItem::Send
| LangItem::UnwindSafe
| LangItem::RefUnwindSafe
=> Some(0),
// Not a trait