Skip to content

Commit

Permalink
Auto merge of #42146 - nrc:rls-rust, r=alexcrichton
Browse files Browse the repository at this point in the history
More Rust/RLS integration

r? @alexcrichton

cc rust-lang/rls#310

closes #41199
closes #41197
  • Loading branch information
bors committed Jul 17, 2017
2 parents 08652ec + 04415dc commit 88cf76a
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 47 deletions.
120 changes: 86 additions & 34 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ members = [
"tools/rust-installer",
"tools/cargo",
"tools/rls",
# FIXME(https://github.com/rust-lang/cargo/issues/4089): move these to exclude
"tools/rls/test_data/borrow_error",
"tools/rls/test_data/completion",
"tools/rls/test_data/find_all_refs",
"tools/rls/test_data/find_all_refs_no_cfg_test",
"tools/rls/test_data/goto_def",
"tools/rls/test_data/highlight",
"tools/rls/test_data/hover",
"tools/rls/test_data/rename",
"tools/rls/test_data/reformat",
"tools/rls/test_data/bin_lib_no_cfg_test",
"tools/rls/test_data/multiple_bins",
"tools/rls/test_data/bin_lib",
"tools/rls/test_data/reformat_with_range",
]

# Curiously, compiletest will segfault if compiled with opt-level=3 on 64-bit
Expand Down
Loading

0 comments on commit 88cf76a

Please sign in to comment.