Merge branch 'nopacked' of https://github.com/Stebalien/rust into rollup_central
This commit is contained in:
commit
c451bb81ee
1 changed files with 0 additions and 2 deletions
|
|
@ -1957,8 +1957,6 @@ macro scope.
|
|||
object file that this item's contents will be placed into.
|
||||
- `no_mangle` - on any item, do not apply the standard name mangling. Set the
|
||||
symbol for this item to its identifier.
|
||||
- `packed` - on structs or enums, eliminate any padding that would be used to
|
||||
align fields.
|
||||
- `simd` - on certain tuple structs, derive the arithmetic operators, which
|
||||
lower to the target's SIMD instructions, if any; the `simd` feature gate
|
||||
is necessary to use this attribute.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue