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

error: aborting due to previous error