Skip to content

Commit 1e2b0b7

Browse files
vallentincalebcartwright
authored andcommitted
Added 4646 test case
1 parent 384ba68 commit 1e2b0b7

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

tests/source/issue-4646.rs

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
trait Foo {
2+
fn bar(&self)
3+
// where
4+
// Self: Bar
5+
;
6+
}
7+
8+
trait Foo {
9+
fn bar(&self)
10+
// where
11+
// Self: Bar
12+
;
13+
}
14+
15+
trait Foo {
16+
fn bar(&self)
17+
// where
18+
// Self: Bar
19+
;
20+
}

tests/target/issue-4646.rs

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
trait Foo {
2+
fn bar(&self)
3+
// where
4+
// Self: Bar
5+
;
6+
}
7+
8+
trait Foo {
9+
fn bar(&self)
10+
// where
11+
// Self: Bar
12+
;
13+
}
14+
15+
trait Foo {
16+
fn bar(&self)
17+
// where
18+
// Self: Bar
19+
;
20+
}

0 commit comments

Comments
 (0)