For instance, if you try to use `==` on an enum that doesn't implement PartialEq/Eq, RA will tell you that you need to implement it. It would be nice if RA provided an assist add the `#[derive()]` for us, for types defined in our workspace.