Skip to content
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

rust-analyzer 2020-08-31 #60465

Closed

Conversation

chenrui333
Copy link
Member

Created with brew bump-formula-pr.

@BrewTestBot BrewTestBot added the rust Rust use is a significant feature of the PR or issue label Sep 1, 2020
@chenrui333
Copy link
Member Author

depends on #60290

relates to rust-lang/rust#72437

error log:

   Compiling parser v0.0.0 (/private/tmp/rust-analyzer-20200901-43960-1u2qzdr/crates/parser)
error[E0658]: `while` is not allowed in a `const fn`
  --> crates/parser/src/token_set.rs:15:9
   |
15 | /         while i < kinds.len() {
16 | |             res |= mask(kinds[i]);
17 | |             i += 1
18 | |         }
   | |_________^
   |
   = note: see issue #52000 <https://github.com/rust-lang/rust/issues/52000> for more information

   Compiling text_edit v0.0.0 (/private/tmp/rust-analyzer-20200901-43960-1u2qzdr/crates/text_edit)
error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
error: could not compile `parser`.

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `rust-analyzer v0.0.0 (/private/tmp/rust-analyzer-20200901-43960-1u2qzdr/crates/rust-analyzer)`, intermediate artifacts can be found at `/private/tmp/rust-analyzer-20200901-43960-1u2qzdr/target`

@dtrodrigues dtrodrigues mentioned this pull request Sep 1, 2020
@BrewTestBot
Copy link
Member

🤖 A scheduled task has triggered a merge.

@chenrui333 chenrui333 deleted the bump-rust-analyzer-2020-08-31 branch December 18, 2022 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants