Commit 0973f36389
Changed files (1)
doc/langref.html.in
@@ -11506,6 +11506,17 @@ fn readU32Be() u32 {}
</tr>
</thead>
<tbody>
+ <tr>
+ <th scope="row">
+ <pre>{#syntax#}addrspace{#endsyntax#}</pre>
+ </th>
+ <td>
+ The {#syntax#}addrspace{#endsyntax#} keyword.
+ <ul>
+ <li>TODO add documentation for addrspace</li>
+ </ul>
+ </td>
+ </tr>
<tr>
<th scope="row">
<pre>{#syntax#}align{#endsyntax#}</pre>
@@ -11785,6 +11796,17 @@ fn readU32Be() u32 {}
</ul>
</td>
</tr>
+ <tr>
+ <th scope="row">
+ <pre>{#syntax#}linksection{#endsyntax#}</pre>
+ </th>
+ <td>
+ The {#syntax#}linksection{#endsyntax#} keyword.
+ <ul>
+ <li>TODO add documentation for linksection</li>
+ </ul>
+ </td>
+ </tr>
<tr>
<th scope="row">
<pre>{#syntax#}noalias{#endsyntax#}</pre>
@@ -11879,17 +11901,6 @@ fn readU32Be() u32 {}
</ul>
</td>
</tr>
- <tr>
- <th scope="row">
- <pre>{#syntax#}linksection{#endsyntax#}</pre>
- </th>
- <td>
- The {#syntax#}linksection{#endsyntax#} keyword.
- <ul>
- <li>TODO add documentation for linksection</li>
- </ul>
- </td>
- </tr>
<tr>
<th scope="row">
<pre>{#syntax#}struct{#endsyntax#}</pre>