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

Rustup to rust-lang/rust#68024 #1612

Merged
merged 2 commits into from
Jan 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/azure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
parameters:
rust_version: ${{ parameters.rust }}
- script: |
rustup component add rust-src rust-analysis
rustup component add rust-src rust-analysis rustc-dev
displayName: Install distributed Rust source code for Racer autocompletion
- ${{ each crate in parameters.crates }}:
- script: cargo test -v
Expand Down
1 change: 0 additions & 1 deletion rls-rustc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ struct ShimCalls {

impl Callbacks for ShimCalls {
fn config(&mut self, config: &mut interface::Config) {
config.opts.debugging_opts.continue_parse_after_error = true;
config.opts.debugging_opts.save_analysis = true;

#[cfg(feature = "clippy")]
Expand Down