Where `trait T: U { ... }` , implictly coerce from `&T` to `&U`, etc. See [RFC 401](https://github.com/rust-lang/rfcs/blob/master/text/0401-coercions.md). Part of #18469
Activity
steveklabnik commentedon Jan 27, 2015
another #18469
frewsxcv commentedon Nov 18, 2015
What's the status of this?
isabelmu commentedon Oct 9, 2016
I think this is a duplicate of #5665 (although that bug was filed before RFC 401 was adopted).
Mark-Simulacrum commentedon Jul 22, 2017
Going to go ahead and close in favor of #5665.
crlf0710 commentedon Aug 16, 2021
Current tracking issue for this is #65991