index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
structs
/
auxiliary
/
struct_variant_privacy.rs
blob: 425ec0e96d338df0a557593a96c219802858b2d3 (
plain
)
1
2
3
enum
Bar
{
Baz
{
a
:
isize
}
}