mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
b36833d634
Fix ICE when reporting host-effect errors for const Fn HRTBs in next trait solver Avoid leaking bound vars into the diagnostic selection path for HRTB host-effect predicates. Closes rust-lang/rust#151894 .