self
Necessary to allow supertrait methods to be called in default methods. r=nikomatsakis
This reverts commit 921393c568.
921393c568
That is, treat `self` as if it has dynamic scope. This seems to be harmless, and prevents an ICE as per #3563