rust/tests/ui/crashes/ice-4727.rs
Eduardo Broto 6b59675449 Remove run-pass annotations from crash tests
It does not seem to be necessary
2020-09-25 15:19:36 +02:00

6 lines
89 B
Rust

#![warn(clippy::use_self)]
#[path = "auxiliary/ice-4727-aux.rs"]
mod aux;
fn main() {}