Skip to content

Commit 418eb18

Browse files
authored
async_await was stabilized in 1.39.0, not 1.38.0.
1 parent bea0372 commit 418eb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ declare_features! (
855855
// Allows `const _: TYPE = VALUE`.
856856
(accepted, underscore_const_names, "1.37.0", Some(54912), None),
857857
// Allows free and inherent `async fn`s, `async` blocks, and `<expr>.await` expressions.
858-
(accepted, async_await, "1.38.0", Some(50547), None),
858+
(accepted, async_await, "1.39.0", Some(50547), None),
859859

860860
// -------------------------------------------------------------------------
861861
// feature-group-end: accepted features

0 commit comments

Comments
 (0)