``` error[E0520]: `Foo` specializes an item from a parent `impl`, but neither that item nor the `impl` are marked `default` ``` Because the `impl` itself cannot be marked `default`, only the individual item.