Skip to content

Bump bootstrap compiler version to 1.55 #87669

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
wants to merge 2 commits into from

Conversation

fee1-dead
Copy link
Member

This PR is #87622 with the const_fn_union feature attributes readded, as it looks like it wasn't backported to beta.

r? @Mark-Simulacrum
cc @pietroalbini

(I don't have the permission to r= the PR)

@rust-highfive
Copy link
Contributor

Some changes occurred in src/tools/clippy.

cc @rust-lang/clippy

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 31, 2021
@rust-log-analyzer
Copy link
Collaborator

The job x86_64-gnu-llvm-10 failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
   Compiling alloc v0.0.0 (/checkout/library/alloc)
   Compiling cfg-if v0.1.10
   Compiling adler v0.2.3
   Compiling rustc-demangle v0.1.18
error[E0658]: pattern bindings after an `@` are unstable
    |
    |
872 |         let src @ Range { start, end } = slice::range(src, ..self.len());
    |
    = note: see issue #65490 <https://github.com/rust-lang/rust/issues/65490> for more information
    = help: add `#![feature(bindings_after_at)]` to the crate attributes to enable


error[E0658]: pattern bindings after an `@` are unstable
    |
    |
872 |         let src @ Range { start, end } = slice::range(src, ..self.len());
    |
    = note: see issue #65490 <https://github.com/rust-lang/rust/issues/65490> for more information
    = help: add `#![feature(bindings_after_at)]` to the crate attributes to enable

@fee1-dead fee1-dead closed this Jul 31, 2021
@fee1-dead fee1-dead deleted the bump-bootstrap branch September 6, 2021 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants