about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2021-07-19 09:20:15 -0300
committerSantiago Pastorino <spastorino@gmail.com>2021-07-19 09:20:15 -0300
commite0745e8f5d40626a4fa7a82d396c50d879f5dc0a (patch)
treeb9a2dc4703f3bb5764c341a593c1cdd78a13f677
parente8c04b4386d015e126591c799b562d6a578acc40 (diff)
downloadrust-e0745e8f5d40626a4fa7a82d396c50d879f5dc0a.tar.gz
rust-e0745e8f5d40626a4fa7a82d396c50d879f5dc0a.zip
Improve impl_trait_in_bindings removed feature text
-rw-r--r--compiler/rustc_feature/src/removed.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/removed.rs b/compiler/rustc_feature/src/removed.rs
index d4a7ede8901..29f4423ec85 100644
--- a/compiler/rustc_feature/src/removed.rs
+++ b/compiler/rustc_feature/src/removed.rs
@@ -150,7 +150,7 @@ declare_features! (
 
     /// Allows `impl Trait` in bindings (`let`, `const`, `static`).
     (removed, impl_trait_in_bindings, "1.55.0", Some(63065), None,
-     Some("removed due to being incomplete and unstable")),
+     Some("the implementation was not maintainable, the feature may get reintroduced once the current refactorings are done")),
 
     // -------------------------------------------------------------------------
     // feature-group-end: removed features