Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust-common: fix remap-path-prefix for 1.26
Before the flag was stabilized, it required two arguments of the form "from=<from_path>" and "to=<to_path>" respectively. The stabilized version uses one argument of the form "<from_path>=<to_path>". Unfortunately the old format is still parsed successfully, but results in attempting to replace the literal paths "from" and "to". rust-lang/rust#41555 (comment)
- Loading branch information