Issues · rust-lang/rust (original) (raw)

Error when implementing async method of another trait from another trait F-async_fn_in_trait Static async fn in traits fixed-by-next-solver Fixed by the next-generation trait solver, `-Znext-solver`. T-types Relevant to the types team, which will review and decide on the PR/issue.

#116984 opened Oct 20, 2023 bylohvht

@compiler-errors

2

AFIT: strange errors on circular impls C-bug Category: This is a bug. D-confusing Diagnostics: Confusing error or lint that should be reworked. D-incorrect Diagnostics: A diagnostic that is giving misleading or incorrect information. D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. F-async_fn_in_trait Static async fn in traits fixed-by-next-solver Fixed by the next-generation trait solver, `-Znext-solver`. T-types Relevant to the types team, which will review and decide on the PR/issue.

#112626 opened Jun 14, 2023 byDirbaio

4

Mysterious "higher-ranked lifetime error" with async fn in trait and return-type notation A-higher-ranked Area: Higher-ranked things (e.g., lifetimes, types, trait bounds aka HRTBs) A-NLL Area: Non-lexical lifetimes (NLL) C-bug Category: This is a bug. D-confusing Diagnostics: Confusing error or lint that should be reworked. F-async_fn_in_trait Static async fn in traits F-return_type_notation `#[feature(return_type_notation)]` requires-nightly This issue requires a nightly compiler in some way. T-types Relevant to the types team, which will review and decide on the PR/issue.

#110963 opened Apr 28, 2023 bycompiler-errors

4

Weird interaction between specialization and RPITITs C-bug Category: This is a bug. F-async_fn_in_trait Static async fn in traits F-return_position_impl_trait_in_trait `#![feature(return_position_impl_trait_in_trait)]` F-specialization `#![feature(specialization)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

#108309 opened Feb 21, 2023 bycompiler-errors

1

@compiler-errors

3

AFIT: impl can't add extra lifetime restrictions, unlike non-async F-async_fn_in_trait Static async fn in traits

#104689 opened Nov 21, 2022 byDirbaio

@cjgillot

2