Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
rustdoc
/
auxiliary
/
issue-46727.rs
blob: 30dccfa77b5a47998ed4dea9ad2c177e6c794f1d [
file
] [
log
] [
blame
]
// compile-flags: -Cmetadata=aux
pub
trait
Foo
{}
pub
struct
Bar
<
T
>
{
x
:
T
}
impl
<
T
>
Foo
for
Bar
<[
T
;
1
+
1
+
1
]>
{}