You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also makes me wonder about the apis to use custom allocators. https://doc.rust-lang.org/book/custom-allocators.html Do the linkers do the right thing if the allocator used in one module is different to the allocators used in another? rust-lang/rust#31460 Maybe the cargo.lock needs an audit to make sure that none of our deps are forcing the allocator one way or another.
Hm, if it's a Debian thing, maybe moving to sid is more sensible. We are building nightlies after all most of the time. I'll have a go.
This also makes me wonder about the apis to use custom allocators. https://doc.rust-lang.org/book/custom-allocators.html Do the linkers do the right thing if the allocator used in one module is different to the allocators used in another? rust-lang/rust#31460 Maybe the cargo.lock needs an audit to make sure that none of our deps are forcing the allocator one way or another.
That's a good question. But for the second part, all lockfiles are kept out of source and dependencies set to "*" in Cargo.toml so should be using latest behaviour.
from the travis logs:
and
not sure what's going on here - nothing's changed on this end.
The text was updated successfully, but these errors were encountered: