Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #111346 - JohnTitor:rollup-6g5cg9z, r=JohnTitor
Rollup of 7 pull requests
Successful merges:
- #105354 (Add deployment-target --print flag for Apple targets)
- #110377 (Update max_atomic_width of armv7r and armv7_sony_vita targets to 64.)
- #110638 (STD support for PSVita)
- #111211 (Don't compute trait super bounds unless they're positive)
- #111315 (Remove `identity_future` from stdlib)
- #111331 (Mark s390x condition code register as clobbered in inline assembly)
- #111332 (Improve inline asm for LoongArch)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
| -rw-r--r-- | crates/hir-def/src/lang_item.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/hir-def/src/lang_item.rs b/crates/hir-def/src/lang_item.rs index 4096e0a382..d338bb4120 100644 --- a/crates/hir-def/src/lang_item.rs +++ b/crates/hir-def/src/lang_item.rs @@ -379,7 +379,6 @@ language_item_table! { // FIXME(swatinem): the following lang items are used for async lowering and // should become obsolete eventually. ResumeTy, ResumeTy, resume_ty, Target::Struct, GenericRequirement::None; - IdentityFuture, identity_future, identity_future_fn, Target::Fn, GenericRequirement::None; GetContext, get_context, get_context_fn, Target::Fn, GenericRequirement::None; Context, Context, context, Target::Struct, GenericRequirement::None; |