about summary refs log tree commit diff
path: root/src/librustc_span
diff options
context:
space:
mode:
authorWesley Wiser <wwiser@gmail.com>2019-12-31 19:18:08 -0500
committerWesley Wiser <wwiser@gmail.com>2019-12-31 19:18:08 -0500
commit717702dffdf9ddb84e1fd35f189511a307e350e1 (patch)
treec34014104d73e4a6b70fec7a76b9a0e7f37b125a /src/librustc_span
parent119307a83e12291a3fc126735d6bd0292c443464 (diff)
downloadrust-717702dffdf9ddb84e1fd35f189511a307e350e1.tar.gz
rust-717702dffdf9ddb84e1fd35f189511a307e350e1.zip
Revert "core: add IntoFuture trait and support for await"
This reverts commit f35517ee861dc012ccc26083dd4520045e2c4f6f.
Diffstat (limited to 'src/librustc_span')
-rw-r--r--src/librustc_span/symbol.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc_span/symbol.rs b/src/librustc_span/symbol.rs
index 7ae037faf15..8fdc199d9ed 100644
--- a/src/librustc_span/symbol.rs
+++ b/src/librustc_span/symbol.rs
@@ -379,8 +379,6 @@ symbols! {
         infer_static_outlives_requirements,
         inline,
         intel,
-        into_future,
-        IntoFuture,
         into_iter,
         IntoIterator,
         into_result,