提交 72a8eb92 编写于 作者: C Christian Poveda

fixed rustc version for dyn_trait

上级 4bf35f93
......@@ -590,7 +590,7 @@ pub fn walk_feature_fields<F>(&self, mut f: F)
// Allows #[target_feature(...)]
(accepted, target_feature, "1.27.0", None, None),
// Trait object syntax with `dyn` prefix
(accepted, dyn_trait, "1.22.0", Some(44662), None),
(accepted, dyn_trait, "1.27.0", Some(44662), None),
);
// If you change this, please modify src/doc/unstable-book as well. You must
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册