mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
84663cee39
Don't carry MIR location in `ConstraintCategory::CallArgument`
It turns out that `ConstraintCategory::CallArgument` cannot just carry a MIR location in it, since we may bubble them up to totally different MIR bodies.
So instead, revert the commit
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml |