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

error: <inline asm>:1:2: error: too few operands for instruction
        int 
        ^

  --> $DIR/issue-23458.rs:8:9
   |
LL |         llvm_asm!("int $3");
   |         ^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors