forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump RLS to latest master on rust-lang/rls
Of primary interest, this merges rust-lang/rls@ece09b8 into rust-lang/rust, which brings in the changes that fix RLS tests broken by rust-lang#97853. rust-lang#97853 already introduced that commit's changes (under 27f4044df03d15c7c38a483c3e4635cf4f51807d) but without putting those changes on rust-lang/rls as a branch, so we ended up with an orphan commit that caused trouble when updating submodules in rust-lang/rust. This commit, once merged into rust-lang/rust, should continue to let RLS tests to pass on rust-lang/rust's side and move us back into a healthy state where tip of the submodule points to a valid master commit in the rust-lang/rls repository.
- Loading branch information
1 parent
8ccd130
commit b8b04f1
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule rls
updated
12 files
+8 −63 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+0 −1 | racer/Cargo.toml | |
+1 −1 | rls-span/src/compiler.rs | |
+3 −10 | rls-vfs/src/lib.rs | |
+83 −0 | rls-vfs/src/test.rs | |
+2 −2 | rls/src/actions/run.rs | |
+3 −1 | rls/src/config.rs | |
+15 −0 | rls/src/server/mod.rs | |
+1 −1 | rust-toolchain | |
+39 −21 | tests/client.rs | |
+10 −0 | tests/fixtures/lens_run/src/main.rs |