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