]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/html/highlight/fixtures/union.rs
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / librustdoc / html / highlight / fixtures / union.rs
1 union Foo {
2     i: i8,
3     u: i8,
4 }
5
6 fn main() {
7     let union = 0;
8 }