Skip to content

Commit ae5696a

Browse files
cowboy-bebugcalebcartwright
authored andcommitted
test: add test for #4322
1 parent bfc6046 commit ae5696a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/source/issue_4322.rs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
trait Bar {
2+
type X<'a> where Self: 'a;
3+
}

tests/target/issue_4322.rs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
trait Bar {
2+
type X<'a>
3+
where
4+
Self: 'a;
5+
}

0 commit comments

Comments
 (0)