about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/crashes/ice-700.rs
blob: ca82f638b0bba1d2d52cb7a462740d0906b0b480 (plain)
1
2
3
4
5
6
7
8
9
//@ check-pass

// Test for https://github.com/rust-lang/rust-clippy/issues/700

fn core() {}

fn main() {
    core();
}