Currently, VSCode doesn't display any attributes when I hover over an enum variant:  For me, it would be very handy to check attributes like `#[error("...")]` and ``#[serde(rename = "...")]`` without having to jump to the enum definition. Is there some reason why the attributes *shouldn't* be displayed? Or is it a desirable but unimplemented feature?