summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-4310.rs
blob: 6cf494fc5b83f5abd0475528029c60fe24f54799 (plain)
1
2
3
4
5
6
7
8
9
#![feature(const_generics)]

fn foo<
    const N: [u8; {
        struct Inner<'a>(&'a ());
        3
    }],
>() {
}