summary refs log tree commit diff
path: root/src/test/ui/llvm-asm/issue-69092.stderr
blob: 2ca86cf7c1b999284f94c5af008d0804ee97cb12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: expected string in '.ascii' directive
  --> $DIR/issue-69092.rs:8:14
   |
LL |     unsafe { llvm_asm!(".ascii \"Xen\0\""); }
   |              ^
   |
note: instantiated into assembly here
  --> <inline asm>:1:9
   |
LL |     .ascii "Xen
   |            ^

error: aborting due to previous error