summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-4115.rs
blob: 0dd7bdbd04f0076bf6658c872e20fe59b517c337 (plain)
1
2
3
4
5
6
7
8
#[derive(
    A,
    B,
    C,
    D,
    // E,
)]
fn foo() {}