diff --git a/rust-version b/rust-version index 86d35b314..263e70432 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -14346303d760027e53214e705109a62c0f00b214 +e314b97ee54091b6bcf33db4770c93d82fded8bc diff --git a/src/implementing_new_features.md b/src/implementing_new_features.md index d7561bbba..5d0e875cb 100644 --- a/src/implementing_new_features.md +++ b/src/implementing_new_features.md @@ -156,8 +156,8 @@ a new unstable feature: [`incomplete_features` lint]: https://doc.rust-lang.org/rustc/lints/listing/warn-by-default.html#incomplete-features ```rust ignore - /// Allows unsized rvalues at arguments and parameters. - (incomplete, unsized_locals, "CURRENT_RUSTC_VERSION", Some(48055), None), + /// Allows deref patterns. + (incomplete, deref_patterns, "CURRENT_RUSTC_VERSION", Some(87121), None), ``` To avoid [semantic merge conflicts], please use `CURRENT_RUSTC_VERSION` instead of `1.70` or