/// Type mismatch with a field-level annotation requesting generation → error.
/// Multiple #[field] annotations on the same virtual field → error.
/// Rename splits into two groups; each group has exactly one annotation → fine.
/// This should compile successfully — no error expected here, but trybuild
/// requires all items to fail, so we comment this case out and test it elsewhere.