rls-rustc 0.5.0

A simple shim around rustc to allow using save-analysis with a stable toolchain
1
2
3
4
5
extern crate rls_rustc;

fn main() {
    rls_rustc::run();
}