There was an error while loading. Please reload this page.
#[non_exhaustive]
Reproducer:
pub enum Type { #[non_exhaustive] Variant, }
Current output:
Found while working on #116882.