X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=08040f481583643dfdc6edd03229d7f690af9d84;hb=01d4e835c1c7f7035efe6c187a0137dd2432c2c3;hp=971a63b240f3e06e4bd1cfe96e7288e25ae982f4;hpb=c531b01e9d6c881344b4ec03a3102272107f4bba;p=rust.git diff --git a/RELEASES.md b/RELEASES.md index 971a63b240f..08040f48158 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1060,7 +1060,7 @@ Version 1.52.1 (2021-05-10) This release disables incremental compilation, unless the user has explicitly opted in via the newly added RUSTC_FORCE_INCREMENTAL=1 environment variable. -This is due to the widespread, and frequently occuring, breakage encountered by +This is due to the widespread, and frequently occurring, breakage encountered by Rust users due to newly enabled incremental verification in 1.52.0. Notably, Rust users **should** upgrade to 1.52.0 or 1.52.1: the bugs that are detected by newly added incremental verification are still present in past stable versions,