mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 11:53:44 +00:00
![]() Before, the MIR validator used RevealAll in its ParamEnv for type checking. This could cause false negatives in some cases due to RevealAll ParamEnvs not always use all predicates as expected here. Since some MIR passes like inlining use RevealAll as well, keep using it in the MIR validator too, but when it fails usign RevealAll, also try the check without it, to stop false negatives. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |