mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
d3bdec216b
Before this change, a relative path like `--manifest-path=./Cargo.toml` would fail to find a matching package in the cargo metadata. With this change, both the argument and the cargo metadata path are canonicalized before comparison.