rust/clippy_dummy/src/main.rs

4 lines
56 B
Rust
Raw Normal View History

2018-10-01 15:03:07 -05:00
fn main() {
panic!("This shouldn't even compile")
}