rust/tests/crashes/133613.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
151 B
Rust
Raw Normal View History

2024-12-15 16:42:00 +01:00
//@ known-bug: #133613
struct Wrapper<'a>();
trait IntFactory {
fn stream(&self) -> impl IntFactory<stream(..): IntFactory<stream(..): Send>>;
}