Skip to content

Commit e0745e8

Browse files
committed
Improve impl_trait_in_bindings removed feature text
1 parent e8c04b4 commit e0745e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/removed.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ declare_features! (
150150

151151
/// Allows `impl Trait` in bindings (`let`, `const`, `static`).
152152
(removed, impl_trait_in_bindings, "1.55.0", Some(63065), None,
153-
Some("removed due to being incomplete and unstable")),
153+
Some("the implementation was not maintainable, the feature may get reintroduced once the current refactorings are done")),
154154

155155
// -------------------------------------------------------------------------
156156
// feature-group-end: removed features

0 commit comments

Comments
 (0)