sapling/blobstore
Jeremy Fitzhardinge 51c49a47be tp2: update to rust 1.26.0 and corresponding rust-crates-io rebuild
Summary:
Rust 1.26 adds many new language features. In particular `impl Trait` is now
stable, so we no longer need `conservative_impl_trait`.

There also seems to have been changed in the (unstable) TryFrom with respect to
usize, and the behaviour of the never type `!`.

There are still a few deprecation warnings, but they don't cause the build to
fail.

Path remapping is now stable, so the buck config needs to change to use it
rather than the unstable command line option.

TODO:
- get aarch64 rust-crates-io build (can defer to a later update)

Reviewed By: Imxset21

Differential Revision: D7966091

fbshipit-source-id: 2e61e262c21eb01c852a36f49c6a6369cdaddcdb
2018-05-11 11:07:33 -07:00
..
delayblob/src tp2: update to rust 1.26.0 and corresponding rust-crates-io rebuild 2018-05-11 11:07:33 -07:00
fileblob/src blobstore: restrict the types that can be stored 2018-04-18 19:53:32 -07:00
memblob/src blobstore: restrict the types that can be stored 2018-04-18 19:53:32 -07:00
rocksblob/src blobstore: restrict the types that can be stored 2018-04-18 19:53:32 -07:00
src blobstore: restrict the types that can be stored 2018-04-18 19:53:32 -07:00
test blobstore: restrict the types that can be stored 2018-04-18 19:53:32 -07:00