Bug 1521249 Comment 28 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Making dependent on bug 1521734 again, because vendoring `core_arch` didn't work on the first attempt. (It's likely that vendoring `core_arch` would work with some effort, but it makes more sense to put effort into bug 1521734, which will give use `core::arch`. With `core_arch` we'd have to track compiler compat. `core::arch` is guaranteed to be compatible with the compilers, since it ships with the compiler.)
Making dependent on bug 1521734 again, because vendoring `core_arch` didn't work on the first attempt. (It's likely that vendoring `core_arch` would work with some effort, but it makes more sense to put effort into bug 1521734, which will give us `core::arch`. With `core_arch` we'd have to track compiler compat. `core::arch` is guaranteed to be compatible with the compilers, since it ships with the compiler.)

Back to Bug 1521249 Comment 28