diff options
| author | bors <bors@rust-lang.org> | 2021-05-25 05:48:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-05-25 05:48:00 +0000 |
| commit | a7890c7952bdc9445eb6c63dc671fa7a1ab0260d (patch) | |
| tree | 4ebf52b29d938f0de13b22d5d34fa6a570e14e2a /compiler/rustc_ast_pretty/src/lib.rs | |
| parent | d568d63b1f9f5fc47e4202e2a2a84142ff6202d8 (diff) | |
| parent | 9e22b844ddf503adba315aac4d05909bd947dafe (diff) | |
| download | rust-a7890c7952bdc9445eb6c63dc671fa7a1ab0260d.tar.gz rust-a7890c7952bdc9445eb6c63dc671fa7a1ab0260d.zip | |
Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrum
Bump bootstrap compiler to beta 1.53.0 This PR bumps the bootstrap compiler to version 1.53.0 beta, as part of our usual release process (this was supposed to be Wednesday's step, but creating the beta release took longer than expected). The PR also includes the "Bootstrap: skip rustdoc fingerprint for building docs" commit, see the reasoning [on Zulip](https://zulip-archive.rust-lang.org/241545trelease/88450153betabootstrap.html). r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_ast_pretty/src/lib.rs')
| -rw-r--r-- | compiler/rustc_ast_pretty/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_ast_pretty/src/lib.rs b/compiler/rustc_ast_pretty/src/lib.rs index 67b66284f66..6bd543ff150 100644 --- a/compiler/rustc_ast_pretty/src/lib.rs +++ b/compiler/rustc_ast_pretty/src/lib.rs @@ -1,6 +1,5 @@ #![feature(bool_to_option)] #![feature(crate_visibility_modifier)] -#![cfg_attr(bootstrap, feature(or_patterns))] #![feature(box_patterns)] #![recursion_limit = "256"] |
