The only mention of global_asm! in the RFC is a note under "future possibilities" that global_asm! could be extended to support imm and sym constraints.
That would be nice, but what about the current form of global_asm!? Is the RFC proposing to stabilize it? It probably should be stabilized along with the new asm!, but the RFC doesn't explicitly say so.
The only mention of
global_asm!in the RFC is a note under "future possibilities" thatglobal_asm!could be extended to supportimmandsymconstraints.That would be nice, but what about the current form of
global_asm!? Is the RFC proposing to stabilize it? It probably should be stabilized along with the newasm!, but the RFC doesn't explicitly say so.