rust/tests/ui/crashes/ice-4727.rs
2019-11-08 07:18:12 +02:00

8 lines
102 B
Rust

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