Skip to content

unable to build rls on nightly #68270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
semarie opened this issue Jan 16, 2020 · 1 comment
Closed

unable to build rls on nightly #68270

semarie opened this issue Jan 16, 2020 · 1 comment

Comments

@semarie
Copy link
Contributor

semarie commented Jan 16, 2020

while building rls (as embedded in rust tarball from nightly 8a87b94 2020-01-14), I have the following error:

   Compiling rls-rustc v0.6.0 (/data/semarie/build-rust/build_dir/rustc-nightly-src/src/tools/rls/rls-rustc)
error[E0609]: no field `continue_parse_after_error` on type `rustc::rustc_session::config::DebuggingOptions`
  --> src/tools/rls/rls-rustc/src/lib.rs:93:36
   |
93 |         config.opts.debugging_opts.continue_parse_after_error = true;
   |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
   |
   = note: available fields are: `codegen_backend`, `verbose`, `span_free_formats`, `identify_regions`, `borrowck` ... and 103 others

error: aborting due to previous error

It seems it is a fallout from #68024 which removed continue_parse_after_error field.

@JohnTitor
Copy link
Member

It should be fixed in today's nightly.

@Centril Centril closed this as completed Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants