Skip to content

Move futures to std, etc - #3842

Merged
brson merged 7 commits into
rust-lang:incomingfrom
brson:futures
Oct 25, 2012
Merged

Move futures to std, etc#3842
brson merged 7 commits into
rust-lang:incomingfrom
brson:futures

Conversation

@brson

Copy link
Copy Markdown
Contributor

#2491

Futures are not that important to Rust - oneshot pipes can be used in most cases. I will feel more comfortable not making them a core dependency. The only significant effect this has is that task::future_result now just uses a pipes::Chan instead of a future.

@brson

Copy link
Copy Markdown
ContributorAuthor

r? @nikomatsakis

@nikomatsakis

Copy link
Copy Markdown
Contributor

r+

@brson
brson merged commit d29962f into rust-lang:incomingOct 25, 2012
bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
3842: Add lib-proc-macro mod in ra_proc_macro_srv r=matklad a=edwin0cheng
This PR add a module in ra_proc_macro_srv, which is just copy & paste from rustc lib_proc_macro and remove all unstable features in it. The main idea here is by doing that, we could build the `ra_proc_macro_srv` without nightly compiler and remain ABI compatibility. Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@brson@nikomatsakis