sapling/eden/mononoke/filenodes
David Tolnay 1a86366f0e third-party/rust: Turn off async-trait/support_old_nightly
Summary:
This diff turns off the support_old_nightly feature of async-trait (https://github.com/dtolnay/async-trait/blob/0.1.24/Cargo.toml#L28-L32) everywhere in fbcode. I am getting ready to remove the feature upstream. It was an alternative implementation of async-trait that produces worse error messages but supports some older toolchains dating back to before stabilization of async/await that the default implementation does not support.

This diff includes updating async-trait from 0.1.24 to 0.1.29 to pull in fixes for some patterns that used to work in the support_old_nightly implementation but not the default implementation.

Differential Revision: D20805832

fbshipit-source-id: cd34ce55b419b5408f4f7efb4377c777209e4a6d
2020-04-02 17:01:24 -07:00
..
if third-party/rust: Turn off async-trait/support_old_nightly 2020-04-02 17:01:24 -07:00
src mononoke/microwave: create repository snapshots for faster cache warmup 2020-03-04 04:02:18 -08:00
Cargo.toml mononoke: make filenode and mercurial_types OSS buildable 2020-03-27 11:40:13 -07:00