diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-09-08 13:13:47 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-09-08 20:51:05 -0400 |
| commit | b4e7649d6d4f957e8d5a91a35e48e9ddd4307e63 (patch) | |
| tree | e134949677549bf6a5453aa43d51cc8282a0e869 /compiler/rustc_save_analysis/src | |
| parent | 97032a6dfacdd3548e4bff98c90a6b3875a14077 (diff) | |
| download | rust-b4e7649d6d4f957e8d5a91a35e48e9ddd4307e63.tar.gz rust-b4e7649d6d4f957e8d5a91a35e48e9ddd4307e63.zip | |
Bump stage0 compiler to 1.56
Diffstat (limited to 'compiler/rustc_save_analysis/src')
| -rw-r--r-- | compiler/rustc_save_analysis/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_save_analysis/src/lib.rs b/compiler/rustc_save_analysis/src/lib.rs index 41d174cde0a..0f9257809fe 100644 --- a/compiler/rustc_save_analysis/src/lib.rs +++ b/compiler/rustc_save_analysis/src/lib.rs @@ -1,7 +1,6 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(if_let_guard)] #![feature(nll)] -#![cfg_attr(bootstrap, allow(incomplete_features))] // if_let_guard #![recursion_limit = "256"] mod dump_visitor; |
