cxx/.github
David Tolnay 9e45701891
Set default flavor of buck rust library build operations
Previously e.g. `buck build :cxx` was surprisingly a no-op, requiring
one to build `:cxx#check` or `:cxx#rlib-pic` in order to perform any
compiler invocation at all.

defaults.rust_library.type is a recent feature (landed in facebook/buck@c425eb93e1),
hence the bump of the Buck commit pulled in for CI.
2020-10-11 21:55:48 -07:00
..