Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 72a8eb9

Browse files
committedApr 27, 2018
fixed rustc version for dyn_trait
1 parent 4bf35f9 commit 72a8eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libsyntax/feature_gate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ declare_features! (
590590
// Allows #[target_feature(...)]
591591
(accepted, target_feature, "1.27.0", None, None),
592592
// Trait object syntax with `dyn` prefix
593-
(accepted, dyn_trait, "1.22.0", Some(44662), None),
593+
(accepted, dyn_trait, "1.27.0", Some(44662), None),
594594
);
595595

596596
// If you change this, please modify src/doc/unstable-book as well. You must

0 commit comments

Comments
 (0)
Please sign in to comment.