提交 5f4bb468 编写于 作者: R Rémy Rakic

fix typo in feature gates file

上级 61f33bfd
......@@ -581,7 +581,7 @@ pub fn set(&self, features: &mut Features, span: Span) {
/// Allows `if let` guard in match arms.
(active, if_let_guard, "1.47.0", Some(51114), None),
/// Allows non-trivial generic constants which have to be manually propageted upwards.
/// Allows non-trivial generic constants which have to be manually propagated upwards.
(active, const_evaluatable_checked, "1.48.0", Some(76560), None),
/// Allows basic arithmetic on floating point types in a `const fn`.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册