1
Fork 0

rustc_typeck: rework coherence to be almost completely on-demand.

This commit is contained in:
Eduard-Mihai Burtescu 2017-02-19 14:46:29 +02:00
parent 9890e0466d
commit c832e6f327
53 changed files with 836 additions and 682 deletions

View file

@ -13,9 +13,9 @@
trait MyTrait {}
impl MyTrait for .. {}
//~^ ERROR redundant default implementations of trait `MyTrait`
impl MyTrait for .. {}
//~^ ERROR redundant default implementations of trait `MyTrait`
trait MySafeTrait {}