summary refs log tree commit diff
path: root/compiler/rustc_feature/src
diff options
context:
space:
mode:
authorGus Wynn <guswynn@gmail.com>2021-09-13 08:19:40 -0700
committerGus Wynn <guswynn@gmail.com>2021-09-13 08:19:40 -0700
commit2af1ebfbdf01e4aa43fd9b1b5af602b545101e1f (patch)
tree61263b7478f56fd26bb4b3638167105dbab06eee /compiler/rustc_feature/src
parentee1d2ea3b73d07d95d5c22ccd1e884e3674fcec6 (diff)
downloadrust-2af1ebfbdf01e4aa43fd9b1b5af602b545101e1f.tar.gz
rust-2af1ebfbdf01e4aa43fd9b1b5af602b545101e1f.zip
error formatting and fix build
Diffstat (limited to 'compiler/rustc_feature/src')
-rw-r--r--compiler/rustc_feature/src/active.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index 66569270bd2..6ab925cfa9b 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -679,8 +679,8 @@ declare_features! (
     /// Allows `let...else` statements.
     (active, let_else, "1.56.0", Some(87335), None),
 
-    /// Allows `#[must_not_suspend]`.
-    (active, must_not_suspend, "1.56.0", Some(83310), None),
+    /// Allows the `#[must_not_suspend]` attribute.
+    (active, must_not_suspend, "1.57.0", Some(83310), None),
 
 
     // -------------------------------------------------------------------------