sub-trait coercions #18600
Labels
A-DSTs
Area: Dynamically-sized types (DSTs)
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
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: