Commit Graph

2 Commits

Author SHA1 Message Date
Gary Guo
292c622507 Stabilize asm_goto 2025-03-17 11:12:10 +00:00
Gary Guo
809dc73d90 Make asm label blocks safe context
`asm!()` is forced to be wrapped inside unsafe. If there's no special
treatment, the label blocks would also always be unsafe with no way
of opting out.
2024-10-11 11:54:30 +01:00