mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
Adjust test for new overlap message on default trait impls
This commit is contained in:
@@ -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 {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user