From 2af1ebfbdf01e4aa43fd9b1b5af602b545101e1f Mon Sep 17 00:00:00 2001 From: Gus Wynn Date: Mon, 13 Sep 2021 08:19:40 -0700 Subject: error formatting and fix build --- compiler/rustc_feature/src/active.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/rustc_feature/src') 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), // ------------------------------------------------------------------------- -- cgit 1.4.1-3-g733a5