mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-28 04:45:05 +00:00
Remove identity_future
from stdlib
This function/lang_item was introduced in #104321 as a temporary workaround of future lowering. The usage and need for it went away in #104833. After a bootstrap update, the function itself can be removed from `std`.
This commit is contained in:
parent
3a75e19258
commit
35940bcda3
1 changed files with 0 additions and 1 deletions
|
@ -379,7 +379,6 @@ language_item_table! {
|
||||||
// FIXME(swatinem): the following lang items are used for async lowering and
|
// FIXME(swatinem): the following lang items are used for async lowering and
|
||||||
// should become obsolete eventually.
|
// should become obsolete eventually.
|
||||||
ResumeTy, ResumeTy, resume_ty, Target::Struct, GenericRequirement::None;
|
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;
|
GetContext, get_context, get_context_fn, Target::Fn, GenericRequirement::None;
|
||||||
|
|
||||||
Context, Context, context, Target::Struct, GenericRequirement::None;
|
Context, Context, context, Target::Struct, GenericRequirement::None;
|
||||||
|
|
Loading…
Reference in a new issue