about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/issue_6158.rs
blob: 82bb7d9fa054a7ca4c8ced2785ef7a12fedb3d50 (plain)
1
2
3
4
5
6
7
fn main() {
    const {
        #![allow(clippy::assertions_on_constants)]

        assert!(1 < 2);
    }
}