summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5125/with_leading_and_inline_comments.rs
blob: 2340b2f3472e985ca4c2b85860051de637a07e2f (plain)
1
2
3
4
5
6
7
fn foo(
    // Pre Comment
    a: <u16 as intercom::type_system::ExternType<
        intercom::type_system::AutomationTypeSystem,
    >>::ForeignType, // Inline comment
) {
}