summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/format_generated_files/true.rs
blob: a25ddc25a6a447856da69f9691cbc16fc6c92987 (plain)
1
2
3
4
5
6
7
8
// @generated
// rustfmt-format_generated_files: true

fn main()
{
    println!("hello, world")
    ;
}