mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
09434a2575
Now that this lint runs on any external-ABI fn-ptr, normalization won't always succeed, so use `try_normalize_erasing_regions` instead. Signed-off-by: David Wood <david@davidtw.co>