Add tracking issue

This commit is contained in:
Jonas Schievink 2021-05-16 14:59:32 +02:00
parent bd16825767
commit 014e8d46f8
5 changed files with 6 additions and 1 deletions

View file

@ -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),