mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
a5136f14ae
Remove `remap_env_constness` in queries This removes some of the complexities with const traits. #88119 used to be caused by this but was fixed by `param_env = param_env.without_const()`.