rust-clippy/tests/ui/crashes/ice-4727.rs

6 lines
89 B
Rust

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