Auto merge of #5572 - kngwyu:for-racer, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 27 May 2018 19:55:37 +0000 (19:55 +0000)
committerbors <bors@rust-lang.org>
Sun, 27 May 2018 19:55:37 +0000 (19:55 +0000)
Make add_overrides and get_resolved_packages pub

For https://github.com/racer-rust/racer/pull/855.
Now  we're planning to use cargo to resolve dependencies, but for RLS we can't write `Cargo.lock`.
So we have to call `resolve_with_previous` directly, and want to use these functions.


Trivial merge