]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/const_eval-simd.stderr
Add const-eval support for SIMD types, insert, and extract
[rust.git] / src / test / ui / consts / const-eval / const_eval-simd.stderr
1 warning: skipping const checks
2   --> $DIR/const_eval-simd.rs:22:5
3    |
4 LL |     assert_eq!(X, 42);
5    |     ^^^^^^^^^^^^^^^^^^
6    |
7    = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
8
9 warning: skipping const checks
10   --> $DIR/const_eval-simd.rs:22:5
11    |
12 LL |     assert_eq!(X, 42);
13    |     ^^^^^^^^^^^^^^^^^^
14    |
15    = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
16
17 warning: skipping const checks
18   --> $DIR/const_eval-simd.rs:22:5
19    |
20 LL |     assert_eq!(X, 42);
21    |     ^^^^^^^^^^^^^^^^^^
22    |
23    = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
24
25 warning: skipping const checks
26   --> $DIR/const_eval-simd.rs:23:5
27    |
28 LL |     assert_eq!(Y, 13);
29    |     ^^^^^^^^^^^^^^^^^^
30    |
31    = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
32
33 warning: skipping const checks
34   --> $DIR/const_eval-simd.rs:23:5
35    |
36 LL |     assert_eq!(Y, 13);
37    |     ^^^^^^^^^^^^^^^^^^
38    |
39    = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
40
41 warning: skipping const checks
42   --> $DIR/const_eval-simd.rs:23:5
43    |
44 LL |     assert_eq!(Y, 13);
45    |     ^^^^^^^^^^^^^^^^^^
46    |
47    = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
48