Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Update to rustc master #872

Merged
merged 1 commit into from
May 17, 2018
Merged

Update to rustc master #872

merged 1 commit into from
May 17, 2018

Conversation

alexcrichton
Copy link
Member

RLS is broken by rust-lang/rust#50615 and rust-dev-tools/rls-rustc#8 is also required to merge this

@@ -215,7 +215,7 @@ impl<'a> CompilerCalls<'a> for RlsRustcCalls {

fn late_callback(
&mut self,
trans_crate: &TransCrate,
trans_crate: &CodegenBackend,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be renamed to codegen_backend.

Cargo.toml Outdated
@@ -41,3 +41,6 @@ json = "0.11"
[features]
default = []
clippy = ["clippy_lints"]

[patch.crates-io]
rls-rustc = { git = 'https://github.com/alexcrichton/rls-rustc', branch = 'fix' }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've published 0.3 with your changes now

@alexcrichton
Copy link
Member Author

Updated!

@nrc
Copy link
Member

nrc commented May 17, 2018

Thanks!

@nrc
Copy link
Member

nrc commented May 17, 2018

Testing a PR for updating RLS in the Rust repo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants