rust/tests/ui/crashes/ice-700.rs
2020-10-09 12:45:29 +02:00

9 lines
129 B
Rust

#![deny(clippy::all)]
/// Test for https://github.com/rust-lang/rust-clippy/issues/700
fn core() {}
fn main() {
core();
}