Sign in
rust
/
rustfmt
/
refs/heads/rust-1.46
/
.
/
tests
/
target
/
issue-3592.rs
blob: 3142268e081ea0ea995e0f5a3501a2ce1623b640 [
file
] [
log
] [
blame
] [
edit
]
fn
r
()
->
(
Biz
,
())
{
(
Biz
{
#![
cfg
(
unix
)]
field
:
9
},
Biz
{
#![
cfg
(
not
(
unix
))]
field
:
200
},
(),
)
}