summary refs log tree commit diff
path: root/src/test/ui/consts/const_arg_wrapper.stderr
blob: 4acf2f0f4d1e5dfa87835df27864cfabb90ca163 (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: aborting due to previous error