]> git.lizzy.rs Git - rust.git/blob - tests/ui/crashes/ice-4727.rs
Add regression test
[rust.git] / tests / ui / crashes / ice-4727.rs
1 // run-pass
2
3 #![warn(clippy::use_self)]
4
5 #[path = "auxiliary/ice-4727-aux.rs"]
6 mod aux;
7
8 fn main() {}