Rollup merge of #63762 - rust-lang:fix-async-date, r=Mark-Simulacrum
`async_await` was stabilized in 1.39.0, not 1.38.0. r? @Mark-Simulacrum
This commit is contained in:
commit
0e8a1a4e78
1 changed files with 1 additions and 1 deletions
|
|
@ -855,7 +855,7 @@ declare_features! (
|
|||
// Allows `const _: TYPE = VALUE`.
|
||||
(accepted, underscore_const_names, "1.37.0", Some(54912), None),
|
||||
// Allows free and inherent `async fn`s, `async` blocks, and `<expr>.await` expressions.
|
||||
(accepted, async_await, "1.38.0", Some(50547), None),
|
||||
(accepted, async_await, "1.39.0", Some(50547), None),
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// feature-group-end: accepted features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue