]> git.lizzy.rs Git - rust.git/blob - tests/ui/crashes/ice-4727.rs
Rollup merge of #4820 - guanqun:comment-fix, r=flip1995
[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() {}