summary refs log tree commit diff
path: root/src/test/ui/issues/issue-23458.stderr
blob: aff0f82af6fdce567ca2bbcc8d13c23096bdafdb (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:7:9
   |
LL |         asm!("int $3");
   |         ^^^^^^^^^^^^^^^

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

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

error: aborting due to 2 previous errors