mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 04:44:28 +00:00
Erase regions before comparing signatures of foreign fns. Fixes https://github.com/rust-lang/rust/issues/99276 The version with explicit lifetimes is probably tracked in another bug, but I could not find it.