summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5125/attributes_in_formal_fuction_parameter.rs
blob: 5d167932828f3f29f32158c1bd88eb86bdfeb855 (plain)
1
2
3
4
5
6
fn foo(
    #[unused] a: <u16 as intercom::type_system::ExternType<
        intercom::type_system::AutomationTypeSystem,
    >>::ForeignType,
) {
}