Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document some diagnostics for min TAIT in stabilization report #63205

Closed
varkor opened this issue Aug 1, 2019 · 1 comment
Closed

document some diagnostics for min TAIT in stabilization report #63205

varkor opened this issue Aug 1, 2019 · 1 comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints A-impl-trait Area: impl Trait. Universally / existentially quantified anonymous types with static dispatch. C-enhancement Category: An issue proposing an enhancement or a PR with one. F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@varkor
Copy link
Member

varkor commented Aug 1, 2019

This issue was repurposed. It now refers to documenting the diagnostics for various errors and other cases in the min_type_alias_impl_trait stabilization report. -- @nikomatsakis

After #63063 and in preparation for stabilising type alias impl Trait (#63063), we'll want to look at the diagnostics as a whole (especially regarding the "opaque type" terminology) as they're definitely subpar at the moment.

sub-issues:
* #66723

cc @Centril, @estebank

@varkor varkor added A-diagnostics Area: Messages for errors, warnings, and lints A-impl-trait Area: impl Trait. Universally / existentially quantified anonymous types with static dispatch. F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` labels Aug 1, 2019
@Centril Centril added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. requires-nightly This issue requires a nightly compiler in some way. labels Aug 1, 2019
@crlf0710 crlf0710 added the C-enhancement Category: An issue proposing an enhancement or a PR with one. label Jun 11, 2020
@nikomatsakis nikomatsakis changed the title Investigate diagnostics regarding type alias impl Trait document some diagnostics for min TAIT in stabilization report Jun 29, 2021
@oli-obk
Copy link
Contributor

oli-obk commented May 3, 2022

We fixed the only sub-issue of this and are generally fairly on top of the diagnostics around type alias impl trait

@oli-obk oli-obk closed this as completed May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints A-impl-trait Area: impl Trait. Universally / existentially quantified anonymous types with static dispatch. C-enhancement Category: An issue proposing an enhancement or a PR with one. F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Development

No branches or pull requests

5 participants