rust/tests/ui/crashes/ice-700.rs

10 lines
129 B
Rust
Raw Normal View History

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