|
1 | 1 | error[E0589]: invalid `repr(align)` attribute: not an unsuffixed integer
|
2 |
| - --> $DIR/repr-align.rs:3:8 |
| 2 | + --> $DIR/repr-align.rs:3:14 |
3 | 3 | |
|
4 | 4 | LL | #[repr(align(16.0))]
|
5 |
| - | ^^^^^^^^^^^ |
| 5 | + | ^^^^ |
6 | 6 |
|
7 | 7 | error[E0589]: invalid `repr(align)` attribute: not a power of two
|
8 |
| - --> $DIR/repr-align.rs:7:8 |
| 8 | + --> $DIR/repr-align.rs:7:14 |
9 | 9 | |
|
10 | 10 | LL | #[repr(align(15))]
|
11 |
| - | ^^^^^^^^^ |
| 11 | + | ^^ |
12 | 12 |
|
13 | 13 | error[E0589]: invalid `repr(align)` attribute: larger than 2^29
|
14 |
| - --> $DIR/repr-align.rs:11:8 |
| 14 | + --> $DIR/repr-align.rs:11:14 |
15 | 15 | |
|
16 | 16 | LL | #[repr(align(4294967296))]
|
17 |
| - | ^^^^^^^^^^^^^^^^^ |
| 17 | + | ^^^^^^^^^^ |
18 | 18 |
|
19 | 19 | error[E0589]: invalid `repr(align)` attribute: not an unsuffixed integer
|
20 |
| - --> $DIR/repr-align.rs:18:8 |
| 20 | + --> $DIR/repr-align.rs:18:14 |
21 | 21 | |
|
22 | 22 | LL | #[repr(align(16.0))]
|
23 |
| - | ^^^^^^^^^^^ |
| 23 | + | ^^^^ |
24 | 24 |
|
25 | 25 | error[E0589]: invalid `repr(align)` attribute: not a power of two
|
26 |
| - --> $DIR/repr-align.rs:22:8 |
| 26 | + --> $DIR/repr-align.rs:22:14 |
27 | 27 | |
|
28 | 28 | LL | #[repr(align(15))]
|
29 |
| - | ^^^^^^^^^ |
| 29 | + | ^^ |
30 | 30 |
|
31 | 31 | error[E0589]: invalid `repr(align)` attribute: larger than 2^29
|
32 |
| - --> $DIR/repr-align.rs:26:8 |
| 32 | + --> $DIR/repr-align.rs:26:14 |
33 | 33 | |
|
34 | 34 | LL | #[repr(align(4294967296))]
|
35 |
| - | ^^^^^^^^^^^^^^^^^ |
| 35 | + | ^^^^^^^^^^ |
36 | 36 |
|
37 | 37 | error[E0589]: invalid `repr(align)` attribute: not an unsuffixed integer
|
38 |
| - --> $DIR/repr-align.rs:3:8 |
| 38 | + --> $DIR/repr-align.rs:3:14 |
39 | 39 | |
|
40 | 40 | LL | #[repr(align(16.0))]
|
41 |
| - | ^^^^^^^^^^^ |
| 41 | + | ^^^^ |
42 | 42 | |
|
43 | 43 | = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
44 | 44 |
|
45 | 45 | error[E0589]: invalid `repr(align)` attribute: not a power of two
|
46 |
| - --> $DIR/repr-align.rs:7:8 |
| 46 | + --> $DIR/repr-align.rs:7:14 |
47 | 47 | |
|
48 | 48 | LL | #[repr(align(15))]
|
49 |
| - | ^^^^^^^^^ |
| 49 | + | ^^ |
50 | 50 | |
|
51 | 51 | = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
52 | 52 |
|
53 | 53 | error[E0589]: invalid `repr(align)` attribute: larger than 2^29
|
54 |
| - --> $DIR/repr-align.rs:11:8 |
| 54 | + --> $DIR/repr-align.rs:11:14 |
55 | 55 | |
|
56 | 56 | LL | #[repr(align(4294967296))]
|
57 |
| - | ^^^^^^^^^^^^^^^^^ |
| 57 | + | ^^^^^^^^^^ |
58 | 58 | |
|
59 | 59 | = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
60 | 60 |
|
61 | 61 | error[E0589]: invalid `repr(align)` attribute: not an unsuffixed integer
|
62 |
| - --> $DIR/repr-align.rs:18:8 |
| 62 | + --> $DIR/repr-align.rs:18:14 |
63 | 63 | |
|
64 | 64 | LL | #[repr(align(16.0))]
|
65 |
| - | ^^^^^^^^^^^ |
| 65 | + | ^^^^ |
66 | 66 | |
|
67 | 67 | = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
68 | 68 |
|
69 | 69 | error[E0589]: invalid `repr(align)` attribute: not a power of two
|
70 |
| - --> $DIR/repr-align.rs:22:8 |
| 70 | + --> $DIR/repr-align.rs:22:14 |
71 | 71 | |
|
72 | 72 | LL | #[repr(align(15))]
|
73 |
| - | ^^^^^^^^^ |
| 73 | + | ^^ |
74 | 74 | |
|
75 | 75 | = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
76 | 76 |
|
77 | 77 | error[E0589]: invalid `repr(align)` attribute: larger than 2^29
|
78 |
| - --> $DIR/repr-align.rs:26:8 |
| 78 | + --> $DIR/repr-align.rs:26:14 |
79 | 79 | |
|
80 | 80 | LL | #[repr(align(4294967296))]
|
81 |
| - | ^^^^^^^^^^^^^^^^^ |
| 81 | + | ^^^^^^^^^^ |
82 | 82 | |
|
83 | 83 | = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
84 | 84 |
|
|
0 commit comments