-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 07f4381
committed
allow
We need a different attribute than `rustc_align` because unstable attributes are
tied to their feature (we can't have two unstable features use the same
unstable attribute). Otherwise this uses all of the same infrastructure
as `#[rustc_align]`.#[rustc_align_static(N)]
on static
s1 parent 94722ca commit 07f4381
File tree
19 files changed
+270
-4
lines changed- compiler
- rustc_attr_parsing/src
- attributes
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_const_eval/src/interpret
- rustc_feature/src
- rustc_passes
- src
- rustc_span/src
- src/tools/miri/tests/pass
- tests
- codegen-llvm
- ui
- attributes
- feature-gates
- static
19 files changed
+270
-4
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 | + | ||
221 | 222 |
| |
222 | 223 |
| |
223 | 224 |
| |
|
Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
334 | + | ||
335 | + | ||
336 | + | ||
337 | + | ||
338 | + | ||
339 | + | ||
340 | + | ||
341 | + | ||
342 | + | ||
343 | + | ||
344 | + | ||
345 | + | ||
346 | + | ||
347 | + | ||
348 | + | ||
349 | + | ||
350 | + | ||
351 | + | ||
352 | + | ||
353 | + | ||
354 | + | ||
355 | + | ||
356 | + | ||
357 | + | ||
358 | + | ||
359 | + | ||
360 | + |
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | - | ||
50 | + | ||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 | + | ||
152 | 153 |
| |
153 | 154 |
| |
154 | 155 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 | - | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
85 | 90 |
| |
86 | 91 |
| |
87 | 92 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
452 | 452 |
| |
453 | 453 |
| |
454 | 454 |
| |
455 | - | ||
455 | + | ||
456 | + | ||
457 | + | ||
458 | + | ||
459 | + | ||
460 | + | ||
461 | + | ||
456 | 462 |
| |
457 | 463 |
| |
458 | 464 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
953 | 953 |
| |
954 | 954 |
| |
955 | 955 |
| |
956 | - | ||
956 | + | ||
957 | + | ||
958 | + | ||
959 | + | ||
960 | + | ||
961 | + | ||
957 | 962 |
| |
958 | 963 |
| |
959 | 964 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
621 | 621 |
| |
622 | 622 |
| |
623 | 623 |
| |
624 | + | ||
624 | 625 |
| |
625 | 626 |
| |
626 | 627 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
632 | 632 |
| |
633 | 633 |
| |
634 | 634 |
| |
635 | + | ||
636 | + | ||
635 | 637 |
| |
636 | 638 |
| |
637 | 639 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
501 | 501 |
| |
502 | 502 |
| |
503 | 503 |
| |
504 | + | ||
505 | + | ||
506 | + | ||
507 | + | ||
504 | 508 |
| |
505 | 509 |
| |
506 | 510 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1608 | 1608 |
| |
1609 | 1609 |
| |
1610 | 1610 |
| |
1611 | + | ||
1612 | + | ||
1613 | + | ||
1614 | + | ||
1615 | + | ||
1616 | + | ||
1617 | + | ||
1618 | + | ||
1611 | 1619 |
| |
1612 | 1620 |
| |
1613 | 1621 |
| |
|
0 commit comments