Sign in
fuchsia
/
third_party
/
rust
/
65cb5deedb30773e8f3c76acc45eafbf3f0081a9
/
.
/
tests
/
crashes
/
124436.rs
blob: aed830e8f0e4b1883c2c41f1e4c031100aef9951 [
file
] [
log
] [
blame
]
//@ known-bug: rust-lang/rust#124436
//@ compile-flags: -Zdump-mir=all -Zpolymorphize=on
pub
trait
TraitCat
{}
pub
trait
TraitDog
{}
pub
fn
gamma
<
T
:
TraitCat
+
TraitDog
>(
t
:
[
TraitDog
;
32
])
{}