about summary refs log tree commit diff
path: root/src/libsyntax_pos
diff options
context:
space:
mode:
authorSean McArthur <sean@seanmonstar.com>2019-12-26 12:57:09 -0800
committerSean McArthur <sean@seanmonstar.com>2019-12-27 11:56:11 -0800
commitf35517ee861dc012ccc26083dd4520045e2c4f6f (patch)
tree7a45f4f0a3eee9c1e3173d7f85162edda8a80543 /src/libsyntax_pos
parent41501a6b03a8f10d8c29dfcb37dbd5ff84b33f34 (diff)
downloadrust-f35517ee861dc012ccc26083dd4520045e2c4f6f.tar.gz
rust-f35517ee861dc012ccc26083dd4520045e2c4f6f.zip
core: add IntoFuture trait and support for await
Diffstat (limited to 'src/libsyntax_pos')
-rw-r--r--src/libsyntax_pos/symbol.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs
index 8fdc199d9ed..7ae037faf15 100644
--- a/src/libsyntax_pos/symbol.rs
+++ b/src/libsyntax_pos/symbol.rs
@@ -379,6 +379,8 @@ symbols! {
         infer_static_outlives_requirements,
         inline,
         intel,
+        into_future,
+        IntoFuture,
         into_iter,
         IntoIterator,
         into_result,