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

Commit d8afef5

Browse files
authored
Merge pull request #1612 from JohnTitor/rustup-0110
Rustup to rust-lang/rust#68024
2 parents 7c0489c + e4ae9fc commit d8afef5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ci/azure-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
parameters:
1818
rust_version: ${{ parameters.rust }}
1919
- script: |
20-
rustup component add rust-src rust-analysis
20+
rustup component add rust-src rust-analysis rustc-dev
2121
displayName: Install distributed Rust source code for Racer autocompletion
2222
- ${{ each crate in parameters.crates }}:
2323
- script: cargo test -v

rls-rustc/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ struct ShimCalls {
9090

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

9695
#[cfg(feature = "clippy")]

0 commit comments

Comments
 (0)