Added 4646 test case
This commit is contained in:
parent
384ba68d64
commit
1e2b0b7c72
20
tests/source/issue-4646.rs
Normal file
20
tests/source/issue-4646.rs
Normal file
@ -0,0 +1,20 @@
|
||||
trait Foo {
|
||||
fn bar(&self)
|
||||
// where
|
||||
// Self: Bar
|
||||
;
|
||||
}
|
||||
|
||||
trait Foo {
|
||||
fn bar(&self)
|
||||
// where
|
||||
// Self: Bar
|
||||
;
|
||||
}
|
||||
|
||||
trait Foo {
|
||||
fn bar(&self)
|
||||
// where
|
||||
// Self: Bar
|
||||
;
|
||||
}
|
20
tests/target/issue-4646.rs
Normal file
20
tests/target/issue-4646.rs
Normal file
@ -0,0 +1,20 @@
|
||||
trait Foo {
|
||||
fn bar(&self)
|
||||
// where
|
||||
// Self: Bar
|
||||
;
|
||||
}
|
||||
|
||||
trait Foo {
|
||||
fn bar(&self)
|
||||
// where
|
||||
// Self: Bar
|
||||
;
|
||||
}
|
||||
|
||||
trait Foo {
|
||||
fn bar(&self)
|
||||
// where
|
||||
// Self: Bar
|
||||
;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user