Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-21402.rs
blob: 28d1e1a0d7739b3f835a9056fcb2dd2a82336e27 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
#![
allow
(
dead_code
)]
//@ pretty-expanded FIXME #23616
#[
derive
(
Hash
)]
struct
Foo
{
a
:
Vec
<
bool
>,
b
:
(
bool
,
bool
),
c
:
[
bool
;
2
],
}
fn
main
()
{}