Skip to content

Commit 476b583

Browse files
committed
Auto merge of #2885 - RalfJung:rustup, r=RalfJung
Rustup
2 parents 3a02f93 + 540e2b0 commit 476b583

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)