mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-11 04:38:49 +00:00
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
This commit is contained in:
commit
560ab1a2e6
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