Reproducer: ```rs pub enum Type { #[non_exhaustive] Variant, } ``` Current output:  Found while working on #116882.