]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/html/highlight/fixtures/union.html
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24
[rust.git] / src / librustdoc / html / highlight / fixtures / union.html
1 <span class="kw">union </span>Foo {
2     i: i8,
3     u: i8,
4 }
5
6 <span class="kw">fn </span>main() {
7     <span class="kw">let </span>union = <span class="number">0</span>;
8 }