mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
d17c5416af
To do this we need to carry around the original resolution a bit, because `Self` gets resolved to the actual type immediately, but you're not allowed to write the equivalent type in a projection. (I tried just comparing the projection base type with the impl self type, but that seemed too dirty.) This is basically how rustc does it as well. Fixes #3249. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |