Mike Hommey
Mike Hommey
It's also worth mentioning that gcc/ld support the make jobserver for lto.
I guess the idea would be to adjust your threadpool dynamically when the jobserver allows you to get a token, not to wait for all the tokens to be available...
The CI failures don't seem to be my doing.
See this playpen: https://play.rust-lang.org/?gist=3c29ab10036a77bca20e3b1517fd3eaf&version=stable `#[derive(From)]` generates generic impls like the one in there.
Need some concrete types, like so: https://play.rust-lang.org/?gist=c03729162b837b27842233cc98162003&version=stable Please note that in the end, I opted to not use trait associated types at all, so it's not going to be a...
Note that I'm open to having more collections in the `allocator_api`. I didn't come to it because I didn't need them yet.
Also note that the last published version is behind recent API changes to libstd, but I updated master recently.
Having now had to undo the hiding in Firefox to find out where a specific problem was coming from, it would be better if autocfg were able to print the...
We've applied this patch: https://phabricator.services.mozilla.com/D101861#change-iVkOTcyFYu4x We haven't hit other instances where the output would have been useful, but it's typically in those rare instances where it's needed that you don't...
Why did you close?