about summary refs log tree commit diff
path: root/src/test/ui/asm/rustfix-asm.fixed
AgeCommit message (Collapse)AuthorLines
2021-12-12Remove automatic rustfix of asm! to llvm_asm!Amanieu d'Antras-17/+0
This no longer works now that asm! needs an explicit import. Also, it's been over a year since asm! landed, everyone should have transitioned by now.
2021-09-24Add inline asm! tests for aarch64Adam Gemmell-1/+1
Enable tests which are largely architecture-independent on all supported platforms
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-0/+1
2020-05-31Clarify errors and warnings about the transition to the new asm!Amanieu d'Antras-2/+2
2020-05-18Add tests for asm!Amanieu d'Antras-0/+16