-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
sub-trait coercions #18600
Labels
A-DSTs
Area: Dynamically-sized types (DSTs)
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
Comments
another #18469 |
What's the status of this? |
I think this is a duplicate of #5665 (although that bug was filed before RFC 401 was adopted). |
Mark-Simulacrum
added
the
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
label
Jul 22, 2017
Going to go ahead and close in favor of #5665. |
Current tracking issue for this is #65991 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-DSTs
Area: Dynamically-sized types (DSTs)
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
Where
trait T: U { ... }
, implictly coerce from&T
to&U
, etc.See RFC 401.
Part of #18469
The text was updated successfully, but these errors were encountered: