Sign in
fuchsia
/
third_party
/
rust
/
e3029abfaec4252ab0ae7010780be0094d8870e0
/
.
/
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
])
{}