about summary refs log tree commit diff
path: root/tests/crashes/133613.rs
blob: f01780d7cf4255d9459440eb55fa58a53a9d808b (plain)
1
2
3
4
5
6
7
//@ known-bug: #133613

struct Wrapper<'a>();

trait IntFactory {
    fn stream(&self) -> impl IntFactory<stream(..): IntFactory<stream(..): Send>>;
}