diff options
| author | Gus Wynn <guswynn@gmail.com> | 2021-09-13 08:19:40 -0700 |
|---|---|---|
| committer | Gus Wynn <guswynn@gmail.com> | 2021-09-13 08:19:40 -0700 |
| commit | 2af1ebfbdf01e4aa43fd9b1b5af602b545101e1f (patch) | |
| tree | 61263b7478f56fd26bb4b3638167105dbab06eee /compiler/rustc_feature/src | |
| parent | ee1d2ea3b73d07d95d5c22ccd1e884e3674fcec6 (diff) | |
| download | rust-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.rs | 4 |
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), // ------------------------------------------------------------------------- |
