]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #45375 - topecongiro:enable-tilde, r=Mark-Simulacrum
authorkennytm <kennytm@gmail.com>
Thu, 19 Oct 2017 15:13:31 +0000 (23:13 +0800)
committerkennytm <kennytm@gmail.com>
Thu, 19 Oct 2017 16:01:54 +0000 (00:01 +0800)
Allow passing a path with tilde to the configure script

Currently `./configure --local-rust-root=~/.cargo --enable-local-rebuild` fails with
 ```
Exception: no cargo executable found at `~/.cargo//bin/cargo`
```


Trivial merge