Skip to content

Commit 560ab1a

Browse files
committed
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
2 parents ac86216 + 9af1501 commit 560ab1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/hir-def/src/lang_item.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ language_item_table! {
379379
// FIXME(swatinem): the following lang items are used for async lowering and
380380
// should become obsolete eventually.
381381
ResumeTy, ResumeTy, resume_ty, Target::Struct, GenericRequirement::None;
382-
IdentityFuture, identity_future, identity_future_fn, Target::Fn, GenericRequirement::None;
383382
GetContext, get_context, get_context_fn, Target::Fn, GenericRequirement::None;
384383

385384
Context, Context, context, Target::Struct, GenericRequirement::None;

0 commit comments

Comments
 (0)