Adjust test for new overlap message on default trait impls
This commit is contained in:
parent
d8160799b5
commit
7976e36544
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ trait MyTrait {}
|
|||
impl MyTrait for .. {}
|
||||
|
||||
impl MyTrait for .. {}
|
||||
//~^ ERROR conflicting implementations of trait `MyTrait`
|
||||
//~^ ERROR redundant default implementations of trait `MyTrait`
|
||||
|
||||
trait MySafeTrait {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue