1 2 3 4 5 6 7 8 9
#[salsa::input] struct InputWithUnknownAttrs { /// Doc comment field: u32, #[anything] field2: u32, } fn main() {}