Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/attributes.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. SPDX-License-Identifier: MIT OR Apache-2.0
SPDX-FileCopyrightText: The Ferrocene Developers
SPDX-FileCopyrightText: The Rust Project Contributors

.. default-domain:: spec

Expand Down Expand Up @@ -1543,7 +1544,7 @@ Attribute ``repr``
| $$usize$$

AlignmentDecrease ::=
$$packed$$
$$packed$$ $$($$ DecimalLiteral $$)$$?

AlignmentIncrease ::=
$$align$$ $$($$ DecimalLiteral $$)$$
Expand Down Expand Up @@ -2373,4 +2374,3 @@ the exhaustiveness of :t:`[match arm]s`.
struct struct_with_future_fields {
field: u32
}