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
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 text was updated successfully, but these errors were encountered:
This is actually mentioned in the project group charter, which states that global_asm! is within the scope of the project group, but it is left for the future since it is not required for an inline assembly MVP.
The only mention of
global_asm!
in the RFC is a note under "future possibilities" thatglobal_asm!
could be extended to supportimm
andsym
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 newasm!
, but the RFC doesn't explicitly say so.The text was updated successfully, but these errors were encountered: