about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/macros/rewrite-const-item.rs
blob: f7ebaf7827726006afc6b7e2cb252793395918f4 (plain)
1
2
3
m!(
    const N: usize = 0;
);