summary refs log tree commit diff
path: root/src/test/ui/consts/const_arg_local.stderr
blob: 75814de9ccb142fe0c2f80d8b86f90471251f393 (plain)
1
2
3
4
5
6
7
8
error: argument 3 is required to be a constant
  --> $DIR/const_arg_local.rs:10:5
   |
LL |     _mm_clmulepi64_si128(a, b, imm8) //~ ERROR argument 3 is required to be a constant
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error