]> git.proxmox.com Git - rustc.git/blame - src/librustdoc/html/highlight/fixtures/union.html
New upstream version 1.65.0+dfsg1
[rustc.git] / src / librustdoc / html / highlight / fixtures / union.html
CommitLineData
f2b60f7d
FG
1<span class="kw">union </span>Foo {
2 i: i8,
3 u: i8,
c295e0f8
XL
4}
5
f2b60f7d
FG
6<span class="kw">fn </span>main() {
7 <span class="kw">let </span>union = <span class="number">0</span>;
c295e0f8 8}