]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const_arg_promotable.stderr
Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasper
[rust.git] / src / test / ui / consts / const_arg_promotable.stderr
1 error: argument 3 is required to be a constant
2   --> $DIR/const_arg_promotable.rs:9:5
3    |
4 LL |     _mm_clmulepi64_si128(a, b, *&mut 42)
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8