diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2021-05-16 14:59:32 +0200 |
|---|---|---|
| committer | Jonas Schievink <jonasschievink@gmail.com> | 2021-05-16 21:57:40 +0200 |
| commit | 014e8d46f87e746bf9cb9b78c0bcf7e57c2cbc8c (patch) | |
| tree | a0e33ed739f157351fffe6df9c0ded1c36ab17b7 /compiler/rustc_feature | |
| parent | bd16825767d53dad8851e0e36c0d2c2392b1384c (diff) | |
| download | rust-014e8d46f87e746bf9cb9b78c0bcf7e57c2cbc8c.tar.gz rust-014e8d46f87e746bf9cb9b78c0bcf7e57c2cbc8c.zip | |
Add tracking issue
Diffstat (limited to 'compiler/rustc_feature')
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 78ead47d1ba..f3f9f0cd763 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -651,7 +651,7 @@ declare_features! ( (active, const_fn_unsize, "1.53.0", Some(64992), None), /// Allows `async {}` expressions in const contexts. - (active, const_async_blocks, "1.53.0", None, None), + (active, const_async_blocks, "1.53.0", Some(85368), None), /// Allows using imported `main` function (active, imported_main, "1.53.0", Some(28937), None), |
