summary refs log tree commit diff
path: root/src/test/ui/issues/issue-23458.stderr
blob: a6500b9bb4c24668f81999db2fb1cb78845c2b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
error: invalid operand in inline asm: 'int $3'
  --> $DIR/issue-23458.rs:8:9
   |
LL |         llvm_asm!("int $3");
   |         ^

error: too few operands for instruction
  --> $DIR/issue-23458.rs:8:9
   |
LL |         llvm_asm!("int $3");
   |         ^
   |
note: instantiated into assembly here
  --> <inline asm>:1:2
   |
LL |     int 
   |     ^

error: aborting due to 2 previous errors