rust/tests/source/issue_4322.rs

4 lines
43 B
Rust
Raw Normal View History

2021-08-30 04:17:43 -05:00
trait Bar {
type X<'a> where Self: 'a;
}