test: add test for #4322
This commit is contained in:
parent
bfc60466bd
commit
ae5696a7c4
3
tests/source/issue_4322.rs
Normal file
3
tests/source/issue_4322.rs
Normal file
@ -0,0 +1,3 @@
|
||||
trait Bar {
|
||||
type X<'a> where Self: 'a;
|
||||
}
|
5
tests/target/issue_4322.rs
Normal file
5
tests/target/issue_4322.rs
Normal file
@ -0,0 +1,5 @@
|
||||
trait Bar {
|
||||
type X<'a>
|
||||
where
|
||||
Self: 'a;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user