mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
724ce3798f
remove `TyS::same_type` This function ignored regions and constants in adts, but didn't do so for references or any other types. cc https://github.com/rust-lang/rust/pull/93148#discussion_r791408057
For more information about how rustc works, see the rustc dev guide.