gecko-dev/toolkit/library/rust
Mike Hommey 72fd93fa0f Bug 1471096 - Choose OOM hooking version to use at build time rather than configure time. r=froydnj
When I originally implemented bug 1458161, this is how it was done, but
it was suggested to use a configure-time check. This turned out to not
be great, because the rust compiler changes regularly, and we don't run
the configure tests when the version changes. When people upgraded their
rust compiler to 1.27, the code subsequently failed to build because the
features were still set for the previous version they had installed.

--HG--
extra : rebase_source : 1b5f7a02ad8495d68cd29289f7beea59b8912183
2018-06-23 07:28:26 +09:00
..
shared Bug 1471096 - Choose OOM hooking version to use at build time rather than configure time. r=froydnj 2018-06-23 07:28:26 +09:00
Cargo.toml Bug 1471096 - Choose OOM hooking version to use at build time rather than configure time. r=froydnj 2018-06-23 07:28:26 +09:00
gkrust-features.mozbuild Bug 1471096 - Choose OOM hooking version to use at build time rather than configure time. r=froydnj 2018-06-23 07:28:26 +09:00
lib.rs Bug 1304815 - rearrange Rust crate structure for newer Rust releases; r=ted.mielczarek 2016-10-15 18:16:13 -04:00
moz.build Bug 1457524 part 5 - Add crates with tests into the list of RUST_TESTS. r=froydnj,heycam 2018-05-02 12:01:33 +10:00