diff options
Diffstat (limited to 'tests/ui/traits/impl-object-overlap-issue-23853.rs')
| -rw-r--r-- | tests/ui/traits/impl-object-overlap-issue-23853.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/impl-object-overlap-issue-23853.rs b/tests/ui/traits/impl-object-overlap-issue-23853.rs index e490967b690..c0d3af11443 100644 --- a/tests/ui/traits/impl-object-overlap-issue-23853.rs +++ b/tests/ui/traits/impl-object-overlap-issue-23853.rs @@ -5,7 +5,7 @@ // including `Bar`, but the object type `Bar` also implicitly supplies // this context. -trait Foo { fn dummy(&self) { } } +trait Foo { fn dummy(&self) { } } //~ WARN method `dummy` is never used trait Bar: Foo { } |
