]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/html/highlight/fixtures/union.html
Rollup merge of #100559 - nnethercote:parser-simplifications, r=compiler-errors
[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 }