Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d30292c

Browse files
authored
Rollup merge of rust-lang#71239 - JohnTitor:llvm-asm, r=Amanieu
Rename `asm` test directory in favor of `llvm_asm` r? @Amanieu
2 parents a12d42b + af442d9 commit d30292c

22 files changed

+19
-19
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/test/ui/asm/asm-bad-clobber.stderr renamed to src/test/ui/llvm-asm/llvm-asm-bad-clobber.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0664]: clobber should not be surrounded by braces
2-
--> $DIR/asm-bad-clobber.rs:22:42
2+
--> $DIR/llvm-asm-bad-clobber.rs:22:42
33
|
44
LL | llvm_asm!("xor %eax, %eax" : : : "{eax}");
55
| ^^^^^^^

0 commit comments

Comments
 (0)