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

error: aborting due to previous error